diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-01-14 17:14:41 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-01-14 17:14:41 +0100 |
commit | cda9fe3eed7f4e0d0964109ff542164d9cb1116d (patch) | |
tree | c276625a35f4171acd095fd1453440235ffdb0ef /sys-devel/libtool | |
parent | sys-devel/gettext: amd64 stable wrt bug #705358 (diff) | |
download | gentoo-cda9fe3eed7f4e0d0964109ff542164d9cb1116d.tar.gz gentoo-cda9fe3eed7f4e0d0964109ff542164d9cb1116d.tar.bz2 gentoo-cda9fe3eed7f4e0d0964109ff542164d9cb1116d.zip |
sys-devel/libtool: amd64 stable wrt bug #705358
Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'sys-devel/libtool')
-rw-r--r-- | sys-devel/libtool/libtool-2.4.6-r6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/libtool/libtool-2.4.6-r6.ebuild b/sys-devel/libtool/libtool-2.4.6-r6.ebuild index c699abbc5493..0ac78632b965 100644 --- a/sys-devel/libtool/libtool-2.4.6-r6.ebuild +++ b/sys-devel/libtool/libtool-2.4.6-r6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,7 +12,7 @@ if [[ ${PV} == *9999 ]] ; then inherit git-r3 else SRC_URI="mirror://gnu/${PN}/${P}.tar.xz" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" + KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" fi DESCRIPTION="A shared library tool for developers" |