diff options
author | Ulrich Müller <ulm@gentoo.org> | 2011-04-16 17:25:47 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2011-04-16 17:25:47 +0000 |
commit | bc8b65a30dc3e9230f3aaa7735e1a0300c45a4f7 (patch) | |
tree | 2826c85df1f7572542675268aff28332046973be /x11-misc/bbdate/bbdate-0.2.4.ebuild | |
parent | ia64 stable wrt #355299 (diff) | |
download | historical-bc8b65a30dc3e9230f3aaa7735e1a0300c45a4f7.tar.gz historical-bc8b65a30dc3e9230f3aaa7735e1a0300c45a4f7.tar.bz2 historical-bc8b65a30dc3e9230f3aaa7735e1a0300c45a4f7.zip |
Remove bogus dependency on virtual/blackbox, bug 358825.
Package-Manager: portage-2.1.9.46/cvs/Linux x86_64
Diffstat (limited to 'x11-misc/bbdate/bbdate-0.2.4.ebuild')
-rw-r--r-- | x11-misc/bbdate/bbdate-0.2.4.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/x11-misc/bbdate/bbdate-0.2.4.ebuild b/x11-misc/bbdate/bbdate-0.2.4.ebuild index 14090fff4c86..46b1be1c1bcd 100644 --- a/x11-misc/bbdate/bbdate-0.2.4.ebuild +++ b/x11-misc/bbdate/bbdate-0.2.4.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/bbdate/bbdate-0.2.4.ebuild,v 1.10 2008/09/17 19:18:01 coldwind Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbdate/bbdate-0.2.4.ebuild,v 1.11 2011/04/16 17:24:47 ulm Exp $ DESCRIPTION="blackbox date display" HOMEPAGE="http://bbtools.windsofstorm.net/available.phtml" @@ -11,8 +11,6 @@ SLOT="0" KEYWORDS="ppc sparc x86 ~x86-fbsd" IUSE="" -DEPEND="virtual/blackbox" - src_install () { make DESTDIR="${D}" install || die "make install failed" dodoc README AUTHORS BUGS INSTALL ChangeLog TODO |