diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-05-04 17:51:45 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-05-04 17:51:45 +0000 |
commit | 9b028d9741b06af0c6babc6f6448a57f91d1042e (patch) | |
tree | f4498e0fa0482fe6057027a5c51eb3f2e82e1714 /dev-util/bless | |
parent | build with -O1 on amd64-fbsd otherwise the kernel does not boot with gcc 4.4 ... (diff) | |
download | gentoo-2-9b028d9741b06af0c6babc6f6448a57f91d1042e.tar.gz gentoo-2-9b028d9741b06af0c6babc6f6448a57f91d1042e.tar.bz2 gentoo-2-9b028d9741b06af0c6babc6f6448a57f91d1042e.zip |
dev-util/pkgconfig -> virtual/pkgconfig
(Portage version: 2.2.0_alpha101/cvs/Linux i686)
Diffstat (limited to 'dev-util/bless')
-rw-r--r-- | dev-util/bless/ChangeLog | 8 | ||||
-rw-r--r-- | dev-util/bless/bless-0.5.2.ebuild | 6 | ||||
-rw-r--r-- | dev-util/bless/bless-0.6.0-r1.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/dev-util/bless/ChangeLog b/dev-util/bless/ChangeLog index d6d278ffd2f2..f2f64ce5922e 100644 --- a/dev-util/bless/ChangeLog +++ b/dev-util/bless/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/bless -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/bless/ChangeLog,v 1.20 2010/06/04 22:23:29 ikelos Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/bless/ChangeLog,v 1.21 2012/05/04 17:51:45 jdhore Exp $ + + 04 May 2012; Jeff Horelick <jdhore@gentoo.org> bless-0.5.2.ebuild, + bless-0.6.0-r1.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig 04 Jun 2010; Mike Auty <ikelos@gentoo.org> bless-0.6.0-r1.ebuild: Add in --without-scrollkeeper to GCONF options of bless, fixes bug 322415. diff --git a/dev-util/bless/bless-0.5.2.ebuild b/dev-util/bless/bless-0.5.2.ebuild index 16a0cc2466b1..d1e5a8af9371 100644 --- a/dev-util/bless/bless-0.5.2.ebuild +++ b/dev-util/bless/bless-0.5.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/bless/bless-0.5.2.ebuild,v 1.5 2010/01/06 00:45:29 ikelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/bless/bless-0.5.2.ebuild,v 1.6 2012/05/04 17:51:45 jdhore Exp $ inherit autotools eutils gnome2 mono @@ -19,7 +19,7 @@ RDEPEND=">=dev-lang/mono-1.1.14 DEPEND="${RDEPEND} app-text/scrollkeeper >=sys-devel/gettext-0.15 - >=dev-util/pkgconfig-0.19" + virtual/pkgconfig" DOCS="AUTHORS ChangeLog NEWS README" diff --git a/dev-util/bless/bless-0.6.0-r1.ebuild b/dev-util/bless/bless-0.6.0-r1.ebuild index cb54c27ff64f..44c9dd729638 100644 --- a/dev-util/bless/bless-0.6.0-r1.ebuild +++ b/dev-util/bless/bless-0.6.0-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/bless/bless-0.6.0-r1.ebuild,v 1.4 2010/06/04 22:23:29 ikelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/bless/bless-0.6.0-r1.ebuild,v 1.5 2012/05/04 17:51:45 jdhore Exp $ EAPI=2 @@ -21,7 +21,7 @@ RDEPEND=">=dev-lang/mono-1.1.14 DEPEND="${RDEPEND} app-text/scrollkeeper >=sys-devel/gettext-0.15 - >=dev-util/pkgconfig-0.19" + virtual/pkgconfig" DOCS="AUTHORS ChangeLog NEWS README" |