diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 00:54:29 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 00:54:29 +0000 |
commit | 05b8f103b6936a9ad6ec8c71830eb53bad623bfe (patch) | |
tree | 882ac6942e1d3f2695e3ff12563167777f75014b /x11-misc/bbppp | |
parent | sync IUSE (missing), trim trailing whitespace (Manifest recommit) (diff) | |
download | gentoo-2-05b8f103b6936a9ad6ec8c71830eb53bad623bfe.tar.gz gentoo-2-05b8f103b6936a9ad6ec8c71830eb53bad623bfe.tar.bz2 gentoo-2-05b8f103b6936a9ad6ec8c71830eb53bad623bfe.zip |
sync IUSE (missing), don't assign S=${WORKDIR}/${P}
Diffstat (limited to 'x11-misc/bbppp')
-rw-r--r-- | x11-misc/bbppp/bbppp-0.2.2-r1.ebuild | 4 | ||||
-rw-r--r-- | x11-misc/bbppp/bbppp-0.2.2-r2.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/x11-misc/bbppp/bbppp-0.2.2-r1.ebuild b/x11-misc/bbppp/bbppp-0.2.2-r1.ebuild index 83f131014e29..ffe806d99c13 100644 --- a/x11-misc/bbppp/bbppp-0.2.2-r1.ebuild +++ b/x11-misc/bbppp/bbppp-0.2.2-r1.ebuild @@ -1,14 +1,14 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbppp/bbppp-0.2.2-r1.ebuild,v 1.11 2004/06/24 22:13:27 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbppp/bbppp-0.2.2-r1.ebuild,v 1.12 2004/07/15 00:51:03 agriffis Exp $ -S=${WORKDIR}/${P} DESCRIPTION="blackbox ppp frontend/monitor" SRC_URI="http://bbtools.thelinuxcommunity.org/sources/${P}.tar.gz" HOMEPAGE="http://bbtools.windsofstorm.net/available.phtml#bbppp" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 sparc ppc" +IUSE="" DEPEND=">=x11-wm/blackbox-0.61" diff --git a/x11-misc/bbppp/bbppp-0.2.2-r2.ebuild b/x11-misc/bbppp/bbppp-0.2.2-r2.ebuild index c7fd9d3c2d1c..bd507da84089 100644 --- a/x11-misc/bbppp/bbppp-0.2.2-r2.ebuild +++ b/x11-misc/bbppp/bbppp-0.2.2-r2.ebuild @@ -1,14 +1,14 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbppp/bbppp-0.2.2-r2.ebuild,v 1.10 2004/06/24 22:13:27 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbppp/bbppp-0.2.2-r2.ebuild,v 1.11 2004/07/15 00:51:03 agriffis Exp $ -S=${WORKDIR}/${P} DESCRIPTION="blackbox ppp frontend/monitor" SRC_URI="http://bbtools.thelinuxcommunity.org/sources/${P}.tar.gz" HOMEPAGE="http://bbtools.windsofstorm.net/available.phtml#bbppp" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 sparc ppc" +IUSE="" DEPEND="virtual/blackbox" |