diff options
author | 2024-04-26 01:13:32 +0100 | |
---|---|---|
committer | 2024-04-26 01:13:32 +0100 | |
commit | 6315fa029d2ed57cf828629b6a0e871409e7057b (patch) | |
tree | f5cfce2ad23224af2305bba100be655c9de0a385 /dev-libs/aml/aml-0.3.0.ebuild | |
parent | gui-libs/neatvnc: Stabilize 0.8.0 x86, #930632 (diff) | |
download | gentoo-6315fa029d2ed57cf828629b6a0e871409e7057b.tar.gz gentoo-6315fa029d2ed57cf828629b6a0e871409e7057b.tar.bz2 gentoo-6315fa029d2ed57cf828629b6a0e871409e7057b.zip |
dev-libs/aml: Stabilize 0.3.0 x86, #930632
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/aml/aml-0.3.0.ebuild')
-rw-r--r-- | dev-libs/aml/aml-0.3.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/aml/aml-0.3.0.ebuild b/dev-libs/aml/aml-0.3.0.ebuild index c10fa3c43267..03742e2c9495 100644 --- a/dev-libs/aml/aml-0.3.0.ebuild +++ b/dev-libs/aml/aml-0.3.0.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="https://github.com/any1/aml.git" else SRC_URI="https://github.com/any1/aml/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 arm arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~x86" + KEYWORDS="~amd64 arm arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv x86" fi LICENSE="ISC" |