diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-03-04 10:23:18 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-03-04 10:23:18 +0200 |
commit | 423033fb8497fb6c044711e851ecee6168f65f73 (patch) | |
tree | c08da36144baded93b95300c3317b9a72c21327d /dev-libs/popt | |
parent | dev-python/greenlet: Stabilize 2.0.2 x86, #899122 (diff) | |
download | gentoo-423033fb8497fb6c044711e851ecee6168f65f73.tar.gz gentoo-423033fb8497fb6c044711e851ecee6168f65f73.tar.bz2 gentoo-423033fb8497fb6c044711e851ecee6168f65f73.zip |
dev-libs/popt: Stabilize 1.19 sparc, #899302
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-libs/popt')
-rw-r--r-- | dev-libs/popt/popt-1.19.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/popt/popt-1.19.ebuild b/dev-libs/popt/popt-1.19.ebuild index 0b1bbbf410af..5ec8540dfb4f 100644 --- a/dev-libs/popt/popt-1.19.ebuild +++ b/dev-libs/popt/popt-1.19.ebuild @@ -11,7 +11,7 @@ SRC_URI="http://ftp.rpm.org/${PN}/releases/${PN}-1.x/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="nls static-libs" RDEPEND="nls? ( >=virtual/libintl-0-r1[${MULTILIB_USEDEP}] )" |