Gentoo Archives: gentoo-commits

From: Agostino Sarubbo <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/pkgconf/
Date: Sun, 04 Oct 2015 10:14:32
Message-Id: 1443953648.9a3742389fe47dead8f4bcfc20988e7f8498e55e.ago@gentoo
1 commit: 9a3742389fe47dead8f4bcfc20988e7f8498e55e
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 4 10:14:08 2015 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 4 10:14:08 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a374238
7
8 dev-util/pkgconf: x86 stable wrt bug #561496
9
10 Package-Manager: portage-2.2.20.1
11 RepoMan-Options: --include-arches="x86"
12
13 dev-util/pkgconf/pkgconf-0.9.11.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-util/pkgconf/pkgconf-0.9.11.ebuild b/dev-util/pkgconf/pkgconf-0.9.11.ebuild
17 index 8dee3c7..6179f4c 100644
18 --- a/dev-util/pkgconf/pkgconf-0.9.11.ebuild
19 +++ b/dev-util/pkgconf/pkgconf-0.9.11.ebuild
20 @@ -10,7 +10,7 @@ if [[ ${PV} == "9999" ]] ; then
21 else
22 inherit eutils multilib-minimal
23 SRC_URI="http://rabbit.dereferenced.org/~nenolod/distfiles/${P}.tar.bz2"
24 - KEYWORDS="~alpha amd64 ~arm ~arm64 ~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 ~x64-solaris"
25 + KEYWORDS="~alpha amd64 ~arm ~arm64 ~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 ~x64-solaris"
26 fi
27
28 DESCRIPTION="pkg-config compatible replacement with no dependencies other than ANSI C89"