diff options
author | Ulrich Müller <ulm@gentoo.org> | 2011-04-16 17:45:28 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2011-04-16 17:45:28 +0000 |
commit | a3b697cf24c5f59fb3aff3f3776037ff7c8fcfc8 (patch) | |
tree | 7b2de334b6bb1e41f52339cbca0b59ee48944166 /x11-misc/bbmail/bbmail-0.8.3.ebuild | |
parent | ia64/sh/x86 stable wrt #360131 (diff) | |
download | gentoo-2-a3b697cf24c5f59fb3aff3f3776037ff7c8fcfc8.tar.gz gentoo-2-a3b697cf24c5f59fb3aff3f3776037ff7c8fcfc8.tar.bz2 gentoo-2-a3b697cf24c5f59fb3aff3f3776037ff7c8fcfc8.zip |
Replace dependency on virtual/blackbox by x11-wm/blackbox, bug 358825.
(Portage version: 2.1.9.46/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc/bbmail/bbmail-0.8.3.ebuild')
-rw-r--r-- | x11-misc/bbmail/bbmail-0.8.3.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/x11-misc/bbmail/bbmail-0.8.3.ebuild b/x11-misc/bbmail/bbmail-0.8.3.ebuild index 642b76be4bb7..8dd5e0c67a54 100644 --- a/x11-misc/bbmail/bbmail-0.8.3.ebuild +++ b/x11-misc/bbmail/bbmail-0.8.3.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/bbmail/bbmail-0.8.3.ebuild,v 1.9 2010/07/21 14:32:28 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbmail/bbmail-0.8.3.ebuild,v 1.10 2011/04/16 17:45:28 ulm Exp $ DESCRIPTION="blackbox mail notification" HOMEPAGE="http://bbtools.windsofstorm.net/available.phtml#bbmail" @@ -11,7 +11,8 @@ SLOT="0" KEYWORDS="ppc sparc x86 ~x86-fbsd" IUSE="" -DEPEND="virtual/blackbox" +DEPEND="x11-wm/blackbox" +RDEPEND="${DEPEND}" src_install() { emake DESTDIR="${D}" install || die |