diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2017-03-28 11:55:04 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2017-03-28 11:55:04 +0200 |
commit | 228d3f636620856ad4cb779ab09477e064f1e334 (patch) | |
tree | db0c4cef068e0253aabd7051a34eeabcd1fbd85a /sys-devel/gettext | |
parent | app-emacs/emacs-common-gentoo: amd64 stable wrt bug #613904 (diff) | |
download | gentoo-228d3f636620856ad4cb779ab09477e064f1e334.tar.gz gentoo-228d3f636620856ad4cb779ab09477e064f1e334.tar.bz2 gentoo-228d3f636620856ad4cb779ab09477e064f1e334.zip |
sys-devel/gettext: amd64 stable wrt bug #613796
Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'sys-devel/gettext')
-rw-r--r-- | sys-devel/gettext/gettext-0.19.8.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/gettext/gettext-0.19.8.1.ebuild b/sys-devel/gettext/gettext-0.19.8.1.ebuild index d05474a957b4..f65e6bfc5285 100644 --- a/sys-devel/gettext/gettext-0.19.8.1.ebuild +++ b/sys-devel/gettext/gettext-0.19.8.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # Note: Keep version bumps in sync with dev-libs/libintl. @@ -15,7 +15,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" # so put that license behind USE=cxx. LICENSE="GPL-3+ cxx? ( LGPL-2.1+ )" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" IUSE="acl -cvs +cxx doc emacs git java ncurses nls openmp static-libs" # only runtime goes multilib |