diff options
author | Sam James <sam@gentoo.org> | 2022-01-15 22:01:01 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-01-15 22:01:21 +0000 |
commit | 9560ec0993c747445b6a6cc0be167a325920a109 (patch) | |
tree | beb59474784552428fad3797799cb2bd0b229ef4 /dev-util/libabigail | |
parent | dev-libs/nss-pem: Stabilize 1.0.8 sparc, #831232 (diff) | |
download | gentoo-9560ec0993c747445b6a6cc0be167a325920a109.tar.gz gentoo-9560ec0993c747445b6a6cc0be167a325920a109.tar.bz2 gentoo-9560ec0993c747445b6a6cc0be167a325920a109.zip |
dev-util/libabigail: Stabilize 2.0 amd64, #831235
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-util/libabigail')
-rw-r--r-- | dev-util/libabigail/libabigail-2.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/libabigail/libabigail-2.0.ebuild b/dev-util/libabigail/libabigail-2.0.ebuild index d86f54a804e7..61ac2094d397 100644 --- a/dev-util/libabigail/libabigail-2.0.ebuild +++ b/dev-util/libabigail/libabigail-2.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,7 +13,7 @@ SRC_URI="https://mirrors.kernel.org/sourceware/libabigail/${P}.tar.gz" LICENSE="Apache-2.0-with-LLVM-exceptions" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv" +KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv" IUSE="doc test" RESTRICT="!test? ( test )" |