diff options
author | Sam James <sam@gentoo.org> | 2024-04-29 14:39:12 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-04-29 14:39:12 +0100 |
commit | 00b97b78a95bfeb36f0afa54366e4bc22ccb9911 (patch) | |
tree | 9424ce844f83d37e085cc8cdfe24a826e0165681 /dev-libs | |
parent | dev-libs/libdnet: Stabilize 1.18.0 x86, #930905 (diff) | |
download | gentoo-00b97b78a95bfeb36f0afa54366e4bc22ccb9911.tar.gz gentoo-00b97b78a95bfeb36f0afa54366e4bc22ccb9911.tar.bz2 gentoo-00b97b78a95bfeb36f0afa54366e4bc22ccb9911.zip |
dev-libs/libdnet: Stabilize 1.18.0 amd64, #930905
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/libdnet/libdnet-1.18.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/libdnet/libdnet-1.18.0.ebuild b/dev-libs/libdnet/libdnet-1.18.0.ebuild index f686032e4eb4..06d3ec217130 100644 --- a/dev-libs/libdnet/libdnet-1.18.0.ebuild +++ b/dev-libs/libdnet/libdnet-1.18.0.ebuild @@ -15,7 +15,7 @@ S="${WORKDIR}/${PN}-${P}" LICENSE="LGPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86" +KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86" IUSE="python test" RESTRICT="!test? ( test )" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" |