diff options
author | Ulrich Müller <ulm@gentoo.org> | 2011-04-16 17:48:29 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2011-04-16 17:48:29 +0000 |
commit | a1233b78448886ff3b96026dbdc021a8087eecb0 (patch) | |
tree | 46f7812617c9e9ce825effd50885b930ef8026dd /x11-misc/bbtime | |
parent | Remove bogus dependency on virtual/blackbox, bug 358825. (diff) | |
download | gentoo-2-a1233b78448886ff3b96026dbdc021a8087eecb0.tar.gz gentoo-2-a1233b78448886ff3b96026dbdc021a8087eecb0.tar.bz2 gentoo-2-a1233b78448886ff3b96026dbdc021a8087eecb0.zip |
Remove bogus dependency on virtual/blackbox, bug 358825.
(Portage version: 2.1.9.46/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc/bbtime')
-rw-r--r-- | x11-misc/bbtime/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/bbtime/bbtime-0.1.5.ebuild | 7 |
2 files changed, 8 insertions, 6 deletions
diff --git a/x11-misc/bbtime/ChangeLog b/x11-misc/bbtime/ChangeLog index 6935f3608539..c92b00fcee6f 100644 --- a/x11-misc/bbtime/ChangeLog +++ b/x11-misc/bbtime/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/bbtime -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbtime/ChangeLog,v 1.13 2010/05/30 17:29:23 xarthisius Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbtime/ChangeLog,v 1.14 2011/04/16 17:48:29 ulm Exp $ + + 16 Apr 2011; Ulrich Mueller <ulm@gentoo.org> bbtime-0.1.5.ebuild: + Remove bogus dependency on virtual/blackbox, bug 358825. 30 May 2010; Kacper Kowalik <xarthisius@gentoo.org> bbtime-0.1.5.ebuild, +files/bbtime-0.1.5-asneeded.patch: diff --git a/x11-misc/bbtime/bbtime-0.1.5.ebuild b/x11-misc/bbtime/bbtime-0.1.5.ebuild index c52daa4bbfda..41baa34f3d8a 100644 --- a/x11-misc/bbtime/bbtime-0.1.5.ebuild +++ b/x11-misc/bbtime/bbtime-0.1.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbtime/bbtime-0.1.5.ebuild,v 1.9 2010/05/30 17:29:23 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbtime/bbtime-0.1.5.ebuild,v 1.10 2011/04/16 17:48:29 ulm Exp $ EAPI=2 @@ -16,8 +16,7 @@ KEYWORDS="~amd64 ppc x86 ~x86-fbsd" IUSE="" DEPEND="x11-libs/libX11" -RDEPEND="${DEPEND} - virtual/blackbox" +RDEPEND="${DEPEND}" src_prepare() { epatch "${FILESDIR}"/${P}-asneeded.patch |