commit: 327d91f0e4671c2493b05a8e0b77c7b46793dd09
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 22 12:29:51 2025 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sat Mar 22 12:30:06 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=327d91f0
dev-db/pgLatLon: stabilize 0.15 for amd64
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
dev-db/pgLatLon/pgLatLon-0.15.ebuild | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/dev-db/pgLatLon/pgLatLon-0.15.ebuild
b/dev-db/pgLatLon/pgLatLon-0.15.ebuild
index 1dbed0450b00..0f1e3d7100d9 100644
--- a/dev-db/pgLatLon/pgLatLon-0.15.ebuild
+++ b/dev-db/pgLatLon/pgLatLon-0.15.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2024 Gentoo Authors
+# Copyright 2024-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -7,14 +7,13 @@ MYP=${PN}-v${PV}
DESCRIPTION="Spatial database extension for the PostgreSQL"
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"
+SRC_URI="https://www.public-software-group.org/pub/projects/${PN}/v${PV}/${MYP}.tar.gz"
S="${WORKDIR}"/${MYP}
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
DEPEND="dev-db/postgresql:="
RDEPEND="${DEPEND}"