diff options
author | 2012-07-31 03:34:26 +0000 | |
---|---|---|
committer | 2012-07-31 03:34:26 +0000 | |
commit | 749add4b24cb41ae188a38f8fedd916b63c4b1bc (patch) | |
tree | db0d0e528b73aebc39e7858f7e92ffc7f3e04ff8 /dev-util/pkgconf | |
parent | Stable ppc ppc64, bug #427680 (diff) | |
download | gentoo-2-749add4b24cb41ae188a38f8fedd916b63c4b1bc.tar.gz gentoo-2-749add4b24cb41ae188a38f8fedd916b63c4b1bc.tar.bz2 gentoo-2-749add4b24cb41ae188a38f8fedd916b63c4b1bc.zip |
Stable arm, bug #427680
(Portage version: 2.1.10.65/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/pkgconf')
-rw-r--r-- | dev-util/pkgconf/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/pkgconf/pkgconf-0.8.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/pkgconf/ChangeLog b/dev-util/pkgconf/ChangeLog index a816a03e2396..3ee25e54ebf4 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.40 2012/07/31 03:21:20 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconf/ChangeLog,v 1.41 2012/07/31 03:34:26 blueness Exp $ + + 31 Jul 2012; Anthony G. Basile <blueness@gentoo.org> pkgconf-0.8.5.ebuild: + Stable arm, bug #427680 31 Jul 2012; Anthony G. Basile <blueness@gentoo.org> pkgconf-0.8.5.ebuild: Stable ppc ppc64, bug #427680 diff --git a/dev-util/pkgconf/pkgconf-0.8.5.ebuild b/dev-util/pkgconf/pkgconf-0.8.5.ebuild index 5f881898a0cc..24b27a0bcfcc 100644 --- a/dev-util/pkgconf/pkgconf-0.8.5.ebuild +++ b/dev-util/pkgconf/pkgconf-0.8.5.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.5.ebuild,v 1.2 2012/07/31 03:21:20 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconf/pkgconf-0.8.5.ebuild,v 1.3 2012/07/31 03:34:26 blueness Exp $ EAPI="4" @@ -12,7 +12,7 @@ else inherit eutils #SRC_URI="https://github.com/nenolod/pkgconf/tarball/${P} -> ${P}.tar.gz" SRC_URI="http://nenolod.net/~nenolod/distfiles/${P}.tar.bz2" - KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" + KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" fi DESCRIPTION="pkg-config compatible replacement with no dependencies other than ANSI C89" |