diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-05-05 05:12:03 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-05-05 05:12:03 +0000 |
commit | 4eb31dd269e33a9fa692765e2f2305a60c523867 (patch) | |
tree | 235195bf68808757d8d9450d71ccb07fa8cd66ec /x11-plugins/bubblemon/bubblemon-1.46-r2.ebuild | |
parent | dev-util/pkgconifg -> virtual/pkgconfig (diff) | |
download | historical-4eb31dd269e33a9fa692765e2f2305a60c523867.tar.gz historical-4eb31dd269e33a9fa692765e2f2305a60c523867.tar.bz2 historical-4eb31dd269e33a9fa692765e2f2305a60c523867.zip |
dev-util/pkgconfig -. virtual/pkgconfig
Package-Manager: portage-2.2.0_alpha101/cvs/Linux i686
Diffstat (limited to 'x11-plugins/bubblemon/bubblemon-1.46-r2.ebuild')
-rw-r--r-- | x11-plugins/bubblemon/bubblemon-1.46-r2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-plugins/bubblemon/bubblemon-1.46-r2.ebuild b/x11-plugins/bubblemon/bubblemon-1.46-r2.ebuild index b95aecae6375..e59d36d9fc71 100644 --- a/x11-plugins/bubblemon/bubblemon-1.46-r2.ebuild +++ b/x11-plugins/bubblemon/bubblemon-1.46-r2.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-plugins/bubblemon/bubblemon-1.46-r2.ebuild,v 1.2 2011/12/03 16:03:06 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/bubblemon/bubblemon-1.46-r2.ebuild,v 1.3 2012/05/05 05:12:00 jdhore Exp $ EAPI=4 inherit eutils toolchain-funcs @@ -16,7 +16,7 @@ IUSE="" RDEPEND="x11-libs/gtk+:2" DEPEND="${RDEPEND} - dev-util/pkgconfig" + virtual/pkgconfig" S=${WORKDIR}/${PN}-dockapp-${PV} |