diff options
author | Sam James <sam@gentoo.org> | 2024-05-28 14:18:22 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-05-28 14:18:22 +0100 |
commit | 6a328a60cb72b9e16f6e04f54c6e19614d0cce53 (patch) | |
tree | c7a94df75c611bb0ebc7258359535065fa6797b3 /dev-lang/swig | |
parent | dev-cpp/gtest: Stabilize 1.14.0 sparc, #932939 (diff) | |
download | gentoo-6a328a60cb72b9e16f6e04f54c6e19614d0cce53.tar.gz gentoo-6a328a60cb72b9e16f6e04f54c6e19614d0cce53.tar.bz2 gentoo-6a328a60cb72b9e16f6e04f54c6e19614d0cce53.zip |
dev-lang/swig: Stabilize 4.2.1 x86, #932942
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lang/swig')
-rw-r--r-- | dev-lang/swig/swig-4.2.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/swig/swig-4.2.1.ebuild b/dev-lang/swig/swig-4.2.1.ebuild index 9768e5632ec5..61d33e7a1a5c 100644 --- a/dev-lang/swig/swig-4.2.1.ebuild +++ b/dev-lang/swig/swig-4.2.1.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.gz" LICENSE="GPL-3+ BSD BSD-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" IUSE="ccache doc pcre test" RESTRICT="!test? ( test )" |