diff options
Diffstat (limited to 'x11-misc/bbcd')
-rw-r--r-- | x11-misc/bbcd/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/bbcd/bbcd-0.3.1-r1.ebuild | 7 |
2 files changed, 8 insertions, 6 deletions
diff --git a/x11-misc/bbcd/ChangeLog b/x11-misc/bbcd/ChangeLog index c00fd4310dca..0387402d9d58 100644 --- a/x11-misc/bbcd/ChangeLog +++ b/x11-misc/bbcd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/bbcd -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbcd/ChangeLog,v 1.14 2008/09/22 12:36:25 omp Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbcd/ChangeLog,v 1.15 2011/04/16 17:23:21 ulm Exp $ + + 16 Apr 2011; Ulrich Mueller <ulm@gentoo.org> bbcd-0.3.1-r1.ebuild: + Remove bogus dependency on virtual/blackbox, bug 358825. 22 Sep 2008; David Shakaryan <omp@gentoo.org> metadata.xml: Change herd from commonbox to desktop-wm. diff --git a/x11-misc/bbcd/bbcd-0.3.1-r1.ebuild b/x11-misc/bbcd/bbcd-0.3.1-r1.ebuild index 47a5f960b290..8de6db37d226 100644 --- a/x11-misc/bbcd/bbcd-0.3.1-r1.ebuild +++ b/x11-misc/bbcd/bbcd-0.3.1-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 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/bbcd/bbcd-0.3.1-r1.ebuild,v 1.9 2008/09/17 16:26:16 coldwind Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbcd/bbcd-0.3.1-r1.ebuild,v 1.10 2011/04/16 17:23:21 ulm Exp $ inherit eutils @@ -12,8 +12,7 @@ SLOT="0" KEYWORDS="~amd64 ppc x86 ~x86-fbsd" IUSE="" -DEPEND="virtual/blackbox - media-libs/libcdaudio" +DEPEND="media-libs/libcdaudio" src_unpack() { unpack ${A} |