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 | 71032b758c33f48478876185c0b5582aacc783aa (patch) | |
tree | cd0ce3321aed5d220ec241df560758f0d4413670 /x11-plugins/bubblemon | |
parent | dev-util/pkgconifg -> virtual/pkgconfig (diff) | |
download | gentoo-2-71032b758c33f48478876185c0b5582aacc783aa.tar.gz gentoo-2-71032b758c33f48478876185c0b5582aacc783aa.tar.bz2 gentoo-2-71032b758c33f48478876185c0b5582aacc783aa.zip |
dev-util/pkgconfig -. virtual/pkgconfig
(Portage version: 2.2.0_alpha101/cvs/Linux i686)
Diffstat (limited to 'x11-plugins/bubblemon')
-rw-r--r-- | x11-plugins/bubblemon/ChangeLog | 7 | ||||
-rw-r--r-- | x11-plugins/bubblemon/bubblemon-1.46-r2.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/x11-plugins/bubblemon/ChangeLog b/x11-plugins/bubblemon/ChangeLog index 8a984508411c..82362b3129dc 100644 --- a/x11-plugins/bubblemon/ChangeLog +++ b/x11-plugins/bubblemon/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/bubblemon -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/bubblemon/ChangeLog,v 1.2 2011/12/03 16:13:19 ssuominen Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/bubblemon/ChangeLog,v 1.3 2012/05/05 05:12:00 jdhore Exp $ + + 05 May 2012; Jeff Horelick <jdhore@gentoo.org> bubblemon-1.46-r2.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig 03 Dec 2011; Samuli Suominen <ssuominen@gentoo.org> +bubblemon-1.46-r2.ebuild, +files/bubblemon-1.46-asneeded.patch, 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} |