diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-05-03 07:51:50 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-05-03 07:51:50 +0000 |
commit | c15a4b77e82fa59b628f946c786eb6ac04612dd0 (patch) | |
tree | f49d278eb01621ff9609073cddcab87d0aae425a /app-cdr/xcdroast/xcdroast-0.98_alpha16.ebuild | |
parent | dev-util/pkgconfig -> virtual/pkgconfig (diff) | |
download | gentoo-2-c15a4b77e82fa59b628f946c786eb6ac04612dd0.tar.gz gentoo-2-c15a4b77e82fa59b628f946c786eb6ac04612dd0.tar.bz2 gentoo-2-c15a4b77e82fa59b628f946c786eb6ac04612dd0.zip |
dev-util/pkgconfig -> virtual/pkgconfig
(Portage version: 2.2.0_alpha101/cvs/Linux i686)
Diffstat (limited to 'app-cdr/xcdroast/xcdroast-0.98_alpha16.ebuild')
-rw-r--r-- | app-cdr/xcdroast/xcdroast-0.98_alpha16.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-cdr/xcdroast/xcdroast-0.98_alpha16.ebuild b/app-cdr/xcdroast/xcdroast-0.98_alpha16.ebuild index 92fb8b79bd39..8c91830d03dd 100644 --- a/app-cdr/xcdroast/xcdroast-0.98_alpha16.ebuild +++ b/app-cdr/xcdroast/xcdroast-0.98_alpha16.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/app-cdr/xcdroast/xcdroast-0.98_alpha16.ebuild,v 1.7 2011/08/07 12:44:19 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-cdr/xcdroast/xcdroast-0.98_alpha16.ebuild,v 1.8 2012/05/03 07:51:50 jdhore Exp $ EAPI=2 inherit gnome2-utils eutils @@ -17,7 +17,7 @@ IUSE="nls" RDEPEND=">=x11-libs/gtk+-2:2 app-cdr/cdrtools" DEPEND="${RDEPEND} - dev-util/pkgconfig" + virtual/pkgconfig" S=${WORKDIR}/${P/_/} |