diff options
author | Gustavo Zacarias <gustavoz@gentoo.org> | 2006-01-20 21:33:50 +0000 |
---|---|---|
committer | Gustavo Zacarias <gustavoz@gentoo.org> | 2006-01-20 21:33:50 +0000 |
commit | fff3bd5593f16c0e6a2bcb7f7d26e66bad8ffa5c (patch) | |
tree | 85ec5c1202779eaeee7eab8dcec7957107772d07 /dev-util | |
parent | Stable on amd64. See bug #119602. (diff) | |
download | gentoo-2-fff3bd5593f16c0e6a2bcb7f7d26e66bad8ffa5c.tar.gz gentoo-2-fff3bd5593f16c0e6a2bcb7f7d26e66bad8ffa5c.tar.bz2 gentoo-2-fff3bd5593f16c0e6a2bcb7f7d26e66bad8ffa5c.zip |
Stable on sparc wrt #119634
(Portage version: 2.0.54)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/pkgconfig/ChangeLog | 7 | ||||
-rw-r--r-- | dev-util/pkgconfig/pkgconfig-0.20.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-util/pkgconfig/ChangeLog b/dev-util/pkgconfig/ChangeLog index 16395ee43c9e..7392bc862309 100644 --- a/dev-util/pkgconfig/ChangeLog +++ b/dev-util/pkgconfig/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/pkgconfig -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconfig/ChangeLog,v 1.39 2005/12/22 01:20:01 joem Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconfig/ChangeLog,v 1.40 2006/01/20 21:33:50 gustavoz Exp $ + + 20 Jan 2006; Gustavo Zacarias <gustavoz@gentoo.org> pkgconfig-0.20.ebuild: + Stable on sparc wrt #119634 *pkgconfig-0.20 (22 Dec 2005) diff --git a/dev-util/pkgconfig/pkgconfig-0.20.ebuild b/dev-util/pkgconfig/pkgconfig-0.20.ebuild index 5a69ed29710a..0ce3cbbc0331 100644 --- a/dev-util/pkgconfig/pkgconfig-0.20.ebuild +++ b/dev-util/pkgconfig/pkgconfig-0.20.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconfig/pkgconfig-0.20.ebuild,v 1.1 2005/12/22 01:20:01 joem Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconfig/pkgconfig-0.20.ebuild,v 1.2 2006/01/20 21:33:50 gustavoz Exp $ inherit flag-o-matic @@ -12,7 +12,7 @@ SRC_URI="http://pkgconfig.freedesktop.org/releases/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc ~x86" IUSE="hardened" DEPEND="" |