diff options
author | 2013-06-30 18:04:50 +0000 | |
---|---|---|
committer | 2013-06-30 18:04:50 +0000 | |
commit | ecf6f748cefd025ec334685e9490e1dde742c658 (patch) | |
tree | 4a07e227c137c68884852f3c128fc404e0efa79c | |
parent | Stable for s390, wrt bug #471046 (diff) | |
download | gentoo-2-ecf6f748cefd025ec334685e9490e1dde742c658.tar.gz gentoo-2-ecf6f748cefd025ec334685e9490e1dde742c658.tar.bz2 gentoo-2-ecf6f748cefd025ec334685e9490e1dde742c658.zip |
Stable for s390, wrt bug #470822
(Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="s390", signed Manifest commit with key 7194459F)
-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 2f6f2f5b2f5b..9659e48c931b 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.79 2013/06/09 16:02:27 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconf/ChangeLog,v 1.80 2013/06/30 18:04:50 ago Exp $ + + 30 Jun 2013; Agostino Sarubbo <ago@gentoo.org> pkgconf-0.9.2.ebuild: + Stable for s390, wrt bug #470822 09 Jun 2013; Agostino Sarubbo <ago@gentoo.org> pkgconf-0.9.2.ebuild: Stable for sh, wrt bug #470822 diff --git a/dev-util/pkgconf/pkgconf-0.9.2.ebuild b/dev-util/pkgconf/pkgconf-0.9.2.ebuild index 017c526733cc..5f22e1695cf1 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.12 2013/06/09 16:02:27 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconf/pkgconf-0.9.2.ebuild,v 1.13 2013/06/30 18:04:50 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 ~amd64-linux ~x86-linux ~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 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc64-solaris" fi DESCRIPTION="pkg-config compatible replacement with no dependencies other than ANSI C89" |