diff options
author | Jeroen Roovers <jer@gentoo.org> | 2012-11-20 14:48:13 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2012-11-20 14:48:13 +0000 |
commit | d5b54ed4bb92aa498a09e20275365274d2ca1cea (patch) | |
tree | a2a4fc9c62246df585b09bc10b128e724d057313 /dev-util/pkgconf | |
parent | vanilla-3.6.7 + genpatches-3.6-8 + grsecurity-2.9.1-3.6.7-201211181105 (diff) | |
download | gentoo-2-d5b54ed4bb92aa498a09e20275365274d2ca1cea.tar.gz gentoo-2-d5b54ed4bb92aa498a09e20275365274d2ca1cea.tar.bz2 gentoo-2-d5b54ed4bb92aa498a09e20275365274d2ca1cea.zip |
Stable for HPPA (bug #443788).
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'dev-util/pkgconf')
-rw-r--r-- | dev-util/pkgconf/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/pkgconf/pkgconf-0.8.9.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/pkgconf/ChangeLog b/dev-util/pkgconf/ChangeLog index 29f139ffcf2c..7648ef6f13cc 100644 --- a/dev-util/pkgconf/ChangeLog +++ b/dev-util/pkgconf/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/pkgconf # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconf/ChangeLog,v 1.54 2012/11/18 16:01:13 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconf/ChangeLog,v 1.55 2012/11/20 14:48:13 jer Exp $ + + 20 Nov 2012; Jeroen Roovers <jer@gentoo.org> pkgconf-0.8.9.ebuild: + Stable for HPPA (bug #443788). 18 Nov 2012; Agostino Sarubbo <ago@gentoo.org> pkgconf-0.8.9.ebuild: Stable for amd64, wrt bug #443788 diff --git a/dev-util/pkgconf/pkgconf-0.8.9.ebuild b/dev-util/pkgconf/pkgconf-0.8.9.ebuild index 4a4fb8e13a63..de24bc74ff22 100644 --- a/dev-util/pkgconf/pkgconf-0.8.9.ebuild +++ b/dev-util/pkgconf/pkgconf-0.8.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconf/pkgconf-0.8.9.ebuild,v 1.3 2012/11/18 16:01:13 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconf/pkgconf-0.8.9.ebuild,v 1.4 2012/11/20 14:48:13 jer Exp $ EAPI="4" @@ -11,7 +11,7 @@ else inherit autotools vcs-snapshot inherit eutils SRC_URI="https://github.com/pkgconf/pkgconf/tarball/${P} -> ${P}.tar.gz" - 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" |