diff options
author | WANG Xuerui <xen0n@gentoo.org> | 2022-04-25 10:32:05 +0800 |
---|---|---|
committer | WANG Xuerui <xen0n@gentoo.org> | 2022-04-29 09:57:33 +0800 |
commit | bb6875aae51dff74e8577505f7a042137eb3f305 (patch) | |
tree | a3a31236391b80e1690872e4317450d0b2fa311f /dev-libs | |
parent | sys-devel/binutils-config: keyword 5.4.1 for ~loong (diff) | |
download | gentoo-bb6875aae51dff74e8577505f7a042137eb3f305.tar.gz gentoo-bb6875aae51dff74e8577505f7a042137eb3f305.tar.bz2 gentoo-bb6875aae51dff74e8577505f7a042137eb3f305.zip |
dev-libs/popt: keyword 1.18 for ~loong
Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/popt/popt-1.18.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/popt/popt-1.18.ebuild b/dev-libs/popt/popt-1.18.ebuild index 296a95e62b02..435dcfdc5e35 100644 --- a/dev-libs/popt/popt-1.18.ebuild +++ b/dev-libs/popt/popt-1.18.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 @@ -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 ~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}] )" |