diff options
author | 2012-05-05 04:53:54 +0000 | |
---|---|---|
committer | 2012-05-05 04:53:54 +0000 | |
commit | 5a2e255190ee1e4e96ce0debf74c31733b4c5933 (patch) | |
tree | 621d33e37274704bb02afff573be01f573bfe6f6 /x11-misc/fme | |
parent | dev-util/pkgconfig -> virtual/pkgconfig (diff) | |
download | historical-5a2e255190ee1e4e96ce0debf74c31733b4c5933.tar.gz historical-5a2e255190ee1e4e96ce0debf74c31733b4c5933.tar.bz2 historical-5a2e255190ee1e4e96ce0debf74c31733b4c5933.zip |
dev-util/pkgconifg -> virtual/pkgconfig
Package-Manager: portage-2.2.0_alpha101/cvs/Linux i686
Diffstat (limited to 'x11-misc/fme')
-rw-r--r-- | x11-misc/fme/ChangeLog | 8 | ||||
-rw-r--r-- | x11-misc/fme/fme-1.1.0.ebuild | 6 | ||||
-rw-r--r-- | x11-misc/fme/fme-1.1.2.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/x11-misc/fme/ChangeLog b/x11-misc/fme/ChangeLog index 93aaf3ad00fe..57ac768b963b 100644 --- a/x11-misc/fme/ChangeLog +++ b/x11-misc/fme/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/fme -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/fme/ChangeLog,v 1.8 2011/03/29 06:13:46 nirbheek Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/fme/ChangeLog,v 1.9 2012/05/05 04:53:49 jdhore Exp $ + + 05 May 2012; Jeff Horelick <jdhore@gentoo.org> fme-1.1.0.ebuild, + fme-1.1.2.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig 29 Mar 2011; Nirbheek Chauhan <nirbheek@gentoo.org> fme-1.1.0.ebuild, fme-1.1.2.ebuild: diff --git a/x11-misc/fme/fme-1.1.0.ebuild b/x11-misc/fme/fme-1.1.0.ebuild index b0c603deb7cc..62deca39a0fc 100644 --- a/x11-misc/fme/fme-1.1.0.ebuild +++ b/x11-misc/fme/fme-1.1.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/fme/fme-1.1.0.ebuild,v 1.3 2011/03/29 06:13:46 nirbheek Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/fme/fme-1.1.0.ebuild,v 1.4 2012/05/05 04:53:49 jdhore Exp $ EAPI="1" @@ -20,7 +20,7 @@ RDEPEND="sys-devel/bc >=dev-cpp/glibmm-2.14.0:2 >=dev-cpp/libglademm-2.4:2.4" -DEPEND="dev-util/pkgconfig +DEPEND="virtual/pkgconfig ${RDEPEND}" src_install() { diff --git a/x11-misc/fme/fme-1.1.2.ebuild b/x11-misc/fme/fme-1.1.2.ebuild index 88e1b2a3d974..7e5334733182 100644 --- a/x11-misc/fme/fme-1.1.2.ebuild +++ b/x11-misc/fme/fme-1.1.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/fme/fme-1.1.2.ebuild,v 1.3 2011/03/29 06:13:46 nirbheek Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/fme/fme-1.1.2.ebuild,v 1.4 2012/05/05 04:53:49 jdhore Exp $ EAPI=2 inherit eutils @@ -20,7 +20,7 @@ RDEPEND="sys-devel/bc >=dev-cpp/glibmm-2.14.0:2 >=dev-cpp/libglademm-2.4:2.4" DEPEND="${RDEPEND} - dev-util/pkgconfig" + virtual/pkgconfig" src_prepare() { epatch "${FILESDIR}"/${P}-gcc45.patch |