Diff osm2pgsql-2.0.0 with a osm2pgsql-99999999

/usr/portage/sci-geosciences/osm2pgsql/osm2pgsql-99999999.ebuild 2024-12-25 14:59:52.703270181 +0300
5 5

  
6 6
LUA_COMPAT=( lua5-{1..4} luajit )
7 7

  
8
inherit cmake lua-single
8
inherit cmake git-r3 lua-single
9

  
10
EGIT_REPO_URI="https://github.com/openstreetmap/${PN}.git"
9 11

  
10 12
DESCRIPTION="Converts OSM planet.osm data to a PostgreSQL/PostGIS database"
11 13
HOMEPAGE="https://osm2pgsql.org/"
12
SRC_URI="https://github.com/openstreetmap/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
14
SRC_URI=""
13 15

  
14 16
LICENSE="GPL-2"
15 17
SLOT="0"
16
KEYWORDS="amd64 ~x86"
18
KEYWORDS=""
17 19
IUSE=""
18 20
REQUIRED_USE="${LUA_REQUIRED_USE}"
19 21

  
Thank you!