diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-02-23 10:50:42 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-02-23 10:50:42 +0000 |
commit | 1dbc8a19008a026170703624c7688a6dce167c22 (patch) | |
tree | f0519420c7485be6c62a5e1c1717f46149228b0e /sys-devel | |
parent | Stable for ppc64, wrt bug #536696 (diff) | |
download | gentoo-2-1dbc8a19008a026170703624c7688a6dce167c22.tar.gz gentoo-2-1dbc8a19008a026170703624c7688a6dce167c22.tar.bz2 gentoo-2-1dbc8a19008a026170703624c7688a6dce167c22.zip |
Stable for ppc64, wrt bug #536696
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ppc64", 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.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/libtool/ChangeLog b/sys-devel/libtool/ChangeLog index 44ed7cad44a8..dffe09b4ecc4 100644 --- a/sys-devel/libtool/ChangeLog +++ b/sys-devel/libtool/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/libtool # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/ChangeLog,v 1.245 2015/02/18 09:58:42 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/ChangeLog,v 1.246 2015/02/23 10:50:42 ago Exp $ + + 23 Feb 2015; Agostino Sarubbo <ago@gentoo.org> libtool-2.4.4.ebuild: + Stable for ppc64, wrt bug #536696 18 Feb 2015; Lars Wendler <polynomial-c@gentoo.org> -libtool-2.4-r1.ebuild, -libtool-2.4-r4.ebuild, libtool-2.4.6.ebuild, diff --git a/sys-devel/libtool/libtool-2.4.4.ebuild b/sys-devel/libtool/libtool-2.4.4.ebuild index 1b0ef8b96a77..2db1bd4e6b51 100644 --- a/sys-devel/libtool/libtool-2.4.4.ebuild +++ b/sys-devel/libtool/libtool-2.4.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-2.4.4.ebuild,v 1.6 2015/01/28 10:19:31 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-2.4.4.ebuild,v 1.7 2015/02/23 10:50:42 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" |