diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2024-11-26 20:16:28 +0100 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2024-11-26 20:28:29 +0100 |
commit | daa3688e6437ced9b219c0bb7a8451396ccc0fc1 (patch) | |
tree | 3a4444185d6bcff55b97c1267ad40787d06d0c7f /dev-db | |
parent | dev-cpp/gemmlowp: VariableOrderWrong (diff) | |
download | gentoo-daa3688e6437ced9b219c0bb7a8451396ccc0fc1.tar.gz gentoo-daa3688e6437ced9b219c0bb7a8451396ccc0fc1.tar.bz2 gentoo-daa3688e6437ced9b219c0bb7a8451396ccc0fc1.zip |
dev-db/pgLatLon: VariableOrderWrong
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/pgLatLon/pgLatLon-0.15.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-db/pgLatLon/pgLatLon-0.15.ebuild b/dev-db/pgLatLon/pgLatLon-0.15.ebuild index bfdc1c596f80..1dbed0450b00 100644 --- a/dev-db/pgLatLon/pgLatLon-0.15.ebuild +++ b/dev-db/pgLatLon/pgLatLon-0.15.ebuild @@ -10,11 +10,11 @@ HOMEPAGE="https://www.public-software-group.org/pgLatLon" SRC_URI="https://www.public-software-group.org/pub/projects/${PN}/v${PV}/${MYP}.tar.gz https://dev.gentoo.org/~tupone/distfiles/${MYP}.tar.gz" +S="${WORKDIR}"/${MYP} + LICENSE="MIT" SLOT="0" KEYWORDS="~amd64" DEPEND="dev-db/postgresql:=" RDEPEND="${DEPEND}" - -S="${WORKDIR}"/${MYP} |