diff options
author | Sam James <sam@gentoo.org> | 2024-09-10 22:35:11 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-09-10 22:35:11 +0100 |
commit | 3ca8aff14331438d9648697b22d62baa2c85bc45 (patch) | |
tree | 9554b9c6411f9ceeea2b09b6a6dca0bb47192f55 /dev-libs/libg15 | |
parent | dev-libs/libg15render: Stabilize 3.0.4-r1 x86, #939441 (diff) | |
download | gentoo-3ca8aff14331438d9648697b22d62baa2c85bc45.tar.gz gentoo-3ca8aff14331438d9648697b22d62baa2c85bc45.tar.bz2 gentoo-3ca8aff14331438d9648697b22d62baa2c85bc45.zip |
dev-libs/libg15: Stabilize 3.0.7 x86, #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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/libg15/libg15-3.0.7.ebuild b/dev-libs/libg15/libg15-3.0.7.ebuild index db870fd4d3ab..61a2d8a6b216 100644 --- a/dev-libs/libg15/libg15-3.0.7.ebuild +++ b/dev-libs/libg15/libg15-3.0.7.ebuild @@ -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 |