diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2016-12-09 14:49:49 +0100 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2016-12-09 14:53:36 +0100 |
commit | 9fc06cff65b9ebdcfe0b9843e4cd35e90d56935c (patch) | |
tree | 591c8840ee390e2042b48a7d937d6e1419e49116 /sys-devel/libtool | |
parent | sys-devel/libtool: Converted live ebuild to EAPI-5 and git-r3.eclass. (diff) | |
download | gentoo-9fc06cff65b9ebdcfe0b9843e4cd35e90d56935c.tar.gz gentoo-9fc06cff65b9ebdcfe0b9843e4cd35e90d56935c.tar.bz2 gentoo-9fc06cff65b9ebdcfe0b9843e4cd35e90d56935c.zip |
sys-devel/libtool: Stable for amd64 and x86 (bug #601098).
Package-Manager: portage-2.3.3
Diffstat (limited to 'sys-devel/libtool')
-rw-r--r-- | sys-devel/libtool/libtool-2.4.6-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/libtool/libtool-2.4.6-r2.ebuild b/sys-devel/libtool/libtool-2.4.6-r2.ebuild index 4390ac8e63e8..85e47b67de19 100644 --- a/sys-devel/libtool/libtool-2.4.6-r2.ebuild +++ b/sys-devel/libtool/libtool-2.4.6-r2.ebuild @@ -14,7 +14,7 @@ if [[ ${PV} == "9999" ]] ; then inherit git-2 else SRC_URI="mirror://gnu/${PN}/${P}.tar.xz" - 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" fi DESCRIPTION="A shared library tool for developers" |