diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-05-03 21:01:17 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-05-03 21:01:17 +0300 |
commit | 89d45f27042a6ff12fa2084fea31b22417855b84 (patch) | |
tree | 1710664a90eb3016504a6fa1a376f9786d1ec60c /app-arch/unp | |
parent | dev-util/desktop-file-utils: Stabilize 0.26-r2 sparc, #841626 (diff) | |
download | gentoo-89d45f27042a6ff12fa2084fea31b22417855b84.tar.gz gentoo-89d45f27042a6ff12fa2084fea31b22417855b84.tar.bz2 gentoo-89d45f27042a6ff12fa2084fea31b22417855b84.zip |
app-arch/unp: Stabilize 2.0_pre9 arm64, #840350
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-arch/unp')
-rw-r--r-- | app-arch/unp/unp-2.0_pre9.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-arch/unp/unp-2.0_pre9.ebuild b/app-arch/unp/unp-2.0_pre9.ebuild index f86b19adef93..229c3c81f0dd 100644 --- a/app-arch/unp/unp-2.0_pre9.ebuild +++ b/app-arch/unp/unp-2.0_pre9.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 @@ S="${WORKDIR}/${PN}-${MY_PV}" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="amd64 ~arm arm64 ~hppa ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris" IUSE="nls" DEPEND="nls? ( sys-devel/gettext )" |