summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2013-02-06 10:00:36 +0000
committerAgostino Sarubbo <ago@gentoo.org>2013-02-06 10:00:36 +0000
commit2a120f6e83dcdfa5983af32a9eace760e25c6950 (patch)
treee78ec8a845bb641e51ca731096dea779323cff3f /dev-util
parentStable for amd64, wrt bug #455366 (diff)
downloadgentoo-2-2a120f6e83dcdfa5983af32a9eace760e25c6950.tar.gz
gentoo-2-2a120f6e83dcdfa5983af32a9eace760e25c6950.tar.bz2
gentoo-2-2a120f6e83dcdfa5983af32a9eace760e25c6950.zip
Stable for x86, wrt bug #455578
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/pkgconfig/ChangeLog5
-rw-r--r--dev-util/pkgconfig/pkgconfig-0.28.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/pkgconfig/ChangeLog b/dev-util/pkgconfig/ChangeLog
index 1c14cbecf63f..82209ba4ce8b 100644
--- a/dev-util/pkgconfig/ChangeLog
+++ b/dev-util/pkgconfig/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/pkgconfig
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconfig/ChangeLog,v 1.128 2013/02/06 09:59:17 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconfig/ChangeLog,v 1.129 2013/02/06 10:00:36 ago Exp $
+
+ 06 Feb 2013; Agostino Sarubbo <ago@gentoo.org> pkgconfig-0.28.ebuild:
+ Stable for x86, wrt bug #455578
06 Feb 2013; Agostino Sarubbo <ago@gentoo.org> pkgconfig-0.28.ebuild:
Stable for amd64, wrt bug #455578
diff --git a/dev-util/pkgconfig/pkgconfig-0.28.ebuild b/dev-util/pkgconfig/pkgconfig-0.28.ebuild
index 9061d811e069..bcb207a438a4 100644
--- a/dev-util/pkgconfig/pkgconfig-0.28.ebuild
+++ b/dev-util/pkgconfig/pkgconfig-0.28.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/pkgconfig/pkgconfig-0.28.ebuild,v 1.2 2013/02/06 09:59:17 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconfig/pkgconfig-0.28.ebuild,v 1.3 2013/02/06 10:00:36 ago Exp $
EAPI=5
@@ -12,7 +12,7 @@ if [[ ${PV} == *9999* ]]; then
EGIT_REPO_URI="git://anongit.freedesktop.org/pkg-config"
inherit autotools git-2
else
- KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+ KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
SRC_URI="http://pkgconfig.freedesktop.org/releases/${MY_P}.tar.gz"
fi