summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2015-03-28 21:22:14 +0000
committerAgostino Sarubbo <ago@gentoo.org>2015-03-28 21:22:14 +0000
commit5fa952256d165f25daf065dd7b330cd7c9e8cdbf (patch)
treed860dff751373625e5d62b43bc0f20a67798bf3f /sys-devel
parentVersion bump with a lot of fixes. (diff)
downloadgentoo-2-5fa952256d165f25daf065dd7b330cd7c9e8cdbf.tar.gz
gentoo-2-5fa952256d165f25daf065dd7b330cd7c9e8cdbf.tar.bz2
gentoo-2-5fa952256d165f25daf065dd7b330cd7c9e8cdbf.zip
Stable for ppc, wrt bug #540408
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)
Diffstat (limited to 'sys-devel')
-rw-r--r--sys-devel/libtool/ChangeLog5
-rw-r--r--sys-devel/libtool/libtool-2.4.6.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/libtool/ChangeLog b/sys-devel/libtool/ChangeLog
index e561100fe7b5..c53741f7122c 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.251 2015/03/27 16:30:27 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/ChangeLog,v 1.252 2015/03/28 21:22:14 ago Exp $
+
+ 28 Mar 2015; Agostino Sarubbo <ago@gentoo.org> libtool-2.4.6.ebuild:
+ Stable for ppc, wrt bug #540408
27 Mar 2015; Agostino Sarubbo <ago@gentoo.org> libtool-2.4.6.ebuild:
Stable for amd64, wrt bug #540408
diff --git a/sys-devel/libtool/libtool-2.4.6.ebuild b/sys-devel/libtool/libtool-2.4.6.ebuild
index 02451c1686e8..f6c3e65bb41b 100644
--- a/sys-devel/libtool/libtool-2.4.6.ebuild
+++ b/sys-devel/libtool/libtool-2.4.6.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.6.ebuild,v 1.5 2015/03/27 16:30:27 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-2.4.6.ebuild,v 1.6 2015/03/28 21:22:14 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"