diff options
author | 2012-05-18 22:10:07 +0000 | |
---|---|---|
committer | 2012-05-18 22:10:07 +0000 | |
commit | e50b3ad59e14fab1300e488ce170574618b473f0 (patch) | |
tree | 544cfbe76d656fb9edcda7d4bff525ca1a6296a2 /dev-util/pkgconf/pkgconf-0.8.ebuild | |
parent | 0.8.52 version bump. (diff) | |
download | gentoo-2-e50b3ad59e14fab1300e488ce170574618b473f0.tar.gz gentoo-2-e50b3ad59e14fab1300e488ce170574618b473f0.tar.bz2 gentoo-2-e50b3ad59e14fab1300e488ce170574618b473f0.zip |
Drop ~amd64-fbsd keyword. A regression broke pkgconf on amd64-fbsd before 0.8 was tagged. -9999 works though.
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/pkgconf/pkgconf-0.8.ebuild')
-rw-r--r-- | dev-util/pkgconf/pkgconf-0.8.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/pkgconf/pkgconf-0.8.ebuild b/dev-util/pkgconf/pkgconf-0.8.ebuild index 43a272e4b17d..b3689828e9e4 100644 --- a/dev-util/pkgconf/pkgconf-0.8.ebuild +++ b/dev-util/pkgconf/pkgconf-0.8.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.ebuild,v 1.1 2012/05/12 08:10:42 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconf/pkgconf-0.8.ebuild,v 1.2 2012/05/18 22:10:07 ryao Exp $ EAPI="4" @@ -11,7 +11,7 @@ else #inherit autotools vcs-snapshot #SRC_URI="https://github.com/nenolod/pkgconf/tarball/${P} -> ${P}.tar.gz" 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" + KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" fi DESCRIPTION="pkg-config compatible replacement with no dependencies other than ANSI C89" |