diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-05-25 20:26:37 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-05-25 20:26:37 +0000 |
commit | 7355d1ed63703e5c330e5ec588e973dd647bf62e (patch) | |
tree | 625770350e57310d22c224a86f48a323191e5341 /dev-util/pkgconf | |
parent | Stable for ia64, wrt bug #469984 (diff) | |
download | gentoo-2-7355d1ed63703e5c330e5ec588e973dd647bf62e.tar.gz gentoo-2-7355d1ed63703e5c330e5ec588e973dd647bf62e.tar.bz2 gentoo-2-7355d1ed63703e5c330e5ec588e973dd647bf62e.zip |
Stable for ia64, wrt bug #470822
(Portage version: 2.1.11.63/cvs/Linux ppc64, RepoMan options: --include-arches="ia64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-util/pkgconf')
-rw-r--r-- | dev-util/pkgconf/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/pkgconf/pkgconf-0.9.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/pkgconf/ChangeLog b/dev-util/pkgconf/ChangeLog index dad551642d0f..485450d0497d 100644 --- a/dev-util/pkgconf/ChangeLog +++ b/dev-util/pkgconf/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/pkgconf # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconf/ChangeLog,v 1.74 2013/05/25 20:17:04 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconf/ChangeLog,v 1.75 2013/05/25 20:26:37 ago Exp $ + + 25 May 2013; Agostino Sarubbo <ago@gentoo.org> pkgconf-0.9.2.ebuild: + Stable for ia64, wrt bug #470822 25 May 2013; Agostino Sarubbo <ago@gentoo.org> pkgconf-0.9.2.ebuild: Stable for arm, wrt bug #470822 diff --git a/dev-util/pkgconf/pkgconf-0.9.2.ebuild b/dev-util/pkgconf/pkgconf-0.9.2.ebuild index 449a309d557b..3177e58e7147 100644 --- a/dev-util/pkgconf/pkgconf-0.9.2.ebuild +++ b/dev-util/pkgconf/pkgconf-0.9.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/dev-util/pkgconf/pkgconf-0.9.2.ebuild,v 1.7 2013/05/25 20:17:04 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconf/pkgconf-0.9.2.ebuild,v 1.8 2013/05/25 20:26:37 ago Exp $ EAPI="4" @@ -10,7 +10,7 @@ if [[ ${PV} == "9999" ]] ; then else inherit eutils SRC_URI="http://tortois.es/~nenolod/distfiles/${P}.tar.bz2" - KEYWORDS="alpha amd64 arm hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~ppc-macos ~x64-macos ~x86-macos ~sparc64-solaris" + KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~ppc-macos ~x64-macos ~x86-macos ~sparc64-solaris" fi DESCRIPTION="pkg-config compatible replacement with no dependencies other than ANSI C89" |