diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-09-15 08:24:00 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-09-15 08:24:00 +0000 |
commit | d63c151262d1987419563869a3fa9894c36710bf (patch) | |
tree | 2b0db0ddc39a565bd497edfa05a3abce6c5e5b4c /sys-devel | |
parent | Stable for sparc, wrt bug #512012 (diff) | |
download | gentoo-2-d63c151262d1987419563869a3fa9894c36710bf.tar.gz gentoo-2-d63c151262d1987419563869a3fa9894c36710bf.tar.bz2 gentoo-2-d63c151262d1987419563869a3fa9894c36710bf.zip |
Stable for sparc, wrt bug #512012
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/libtool/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/libtool/libtool-2.4.2-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/libtool/ChangeLog b/sys-devel/libtool/ChangeLog index 4f4ec23947ad..7d0792bb5baa 100644 --- a/sys-devel/libtool/ChangeLog +++ b/sys-devel/libtool/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/libtool # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/ChangeLog,v 1.223 2014/08/23 15:33:56 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/ChangeLog,v 1.224 2014/09/15 08:24:00 ago Exp $ + + 15 Sep 2014; Agostino Sarubbo <ago@gentoo.org> libtool-2.4.2-r1.ebuild: + Stable for sparc, wrt bug #512012 23 Aug 2014; Agostino Sarubbo <ago@gentoo.org> libtool-2.4.2-r1.ebuild: Stable for ia64, wrt bug #512012 diff --git a/sys-devel/libtool/libtool-2.4.2-r1.ebuild b/sys-devel/libtool/libtool-2.4.2-r1.ebuild index 063e1787b709..21b4aed03227 100644 --- a/sys-devel/libtool/libtool-2.4.2-r1.ebuild +++ b/sys-devel/libtool/libtool-2.4.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-2.4.2-r1.ebuild,v 1.10 2014/08/23 15:33:56 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-2.4.2-r1.ebuild,v 1.11 2014/09/15 08:24:00 ago Exp $ EAPI="4" @@ -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" |