diff options
author | Sam James <sam@gentoo.org> | 2024-09-10 22:35:09 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-09-10 22:35:09 +0100 |
commit | 0652843b3b1ecda03d711c3d7db58d7550bae1a7 (patch) | |
tree | 0aeba0869407588dd37a4e731257c0826c34dcca /dev-libs/libg15 | |
parent | dev-libs/libg15render: Stabilize 3.0.4-r1 amd64, #939441 (diff) | |
download | gentoo-0652843b3b1ecda03d711c3d7db58d7550bae1a7.tar.gz gentoo-0652843b3b1ecda03d711c3d7db58d7550bae1a7.tar.bz2 gentoo-0652843b3b1ecda03d711c3d7db58d7550bae1a7.zip |
dev-libs/libg15: Stabilize 3.0.7 amd64, #939441
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/libg15')
-rw-r--r-- | dev-libs/libg15/libg15-3.0.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/libg15/libg15-3.0.7.ebuild b/dev-libs/libg15/libg15-3.0.7.ebuild index 0a74e03e1c6a..db870fd4d3ab 100644 --- a/dev-libs/libg15/libg15-3.0.7.ebuild +++ b/dev-libs/libg15/libg15-3.0.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -7,7 +7,7 @@ if [[ ${PV} == *9999 ]]; then inherit autotools git-r3 EGIT_REPO_URI="https://gitlab.com/menelkir/libg15.git" else - KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" + KEYWORDS="amd64 ~ppc ~ppc64 ~x86" SRC_URI="https://gitlab.com/menelkir/${PN}/-/archive/${PV}/${P}.tar.bz2" fi |