diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2017-01-01 13:15:29 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2017-01-01 13:15:29 +0100 |
commit | 2f038b5562402190bfa4c03a19abe2bcaaf57a1b (patch) | |
tree | c2b0317dbcdc7b349f10d943b8c8375d7e4acb01 /sys-devel/libtool | |
parent | dev-tcltk/itk: ppc stable wrt bug #586300 (diff) | |
download | gentoo-2f038b5562402190bfa4c03a19abe2bcaaf57a1b.tar.gz gentoo-2f038b5562402190bfa4c03a19abe2bcaaf57a1b.tar.bz2 gentoo-2f038b5562402190bfa4c03a19abe2bcaaf57a1b.zip |
sys-devel/libtool: ppc stable wrt bug #601098
Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'sys-devel/libtool')
-rw-r--r-- | sys-devel/libtool/libtool-2.4.6-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/libtool/libtool-2.4.6-r2.ebuild b/sys-devel/libtool/libtool-2.4.6-r2.ebuild index cb59933691dc..bc81eb7401bc 100644 --- a/sys-devel/libtool/libtool-2.4.6-r2.ebuild +++ b/sys-devel/libtool/libtool-2.4.6-r2.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 # $Id$ @@ -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" |