diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-09-22 08:57:22 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-09-22 08:57:22 +0000 |
commit | 895b54ae19865313ed6577411ea0708c059da0ad (patch) | |
tree | c2791cad60003087ccb7598cbd0dfd0fcabdbbdd /sys-devel/libtool | |
parent | Stable for ia64, wrt bug #478742 (diff) | |
download | gentoo-2-895b54ae19865313ed6577411ea0708c059da0ad.tar.gz gentoo-2-895b54ae19865313ed6577411ea0708c059da0ad.tar.bz2 gentoo-2-895b54ae19865313ed6577411ea0708c059da0ad.zip |
Stable for ia64, wrt bug #477178
(Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="ia64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'sys-devel/libtool')
-rw-r--r-- | sys-devel/libtool/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/libtool/libtool-2.4.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/libtool/ChangeLog b/sys-devel/libtool/ChangeLog index 954304d728de..344667730666 100644 --- a/sys-devel/libtool/ChangeLog +++ b/sys-devel/libtool/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/libtool # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/ChangeLog,v 1.205 2013/09/14 10:57:09 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/ChangeLog,v 1.206 2013/09/22 08:57:22 ago Exp $ + + 22 Sep 2013; Agostino Sarubbo <ago@gentoo.org> libtool-2.4.2.ebuild: + Stable for ia64, wrt bug #477178 14 Sep 2013; Agostino Sarubbo <ago@gentoo.org> libtool-2.4.2.ebuild: Stable for alpha, wrt bug #477178 diff --git a/sys-devel/libtool/libtool-2.4.2.ebuild b/sys-devel/libtool/libtool-2.4.2.ebuild index 45210178e7b0..5ca8c26202dc 100644 --- a/sys-devel/libtool/libtool-2.4.2.ebuild +++ b/sys-devel/libtool/libtool-2.4.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 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.ebuild,v 1.11 2013/09/14 10:57:09 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-2.4.2.ebuild,v 1.12 2013/09/22 08:57:22 ago Exp $ EAPI="2" #356089 @@ -14,7 +14,7 @@ if [[ ${PV} == "9999" ]] ; then inherit git-2 else SRC_URI="mirror://gnu/${PN}/${P}.tar.xz" - KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" + KEYWORDS="alpha amd64 ~arm hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" fi DESCRIPTION="A shared library tool for developers" |