diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-07-16 15:28:21 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-07-16 15:28:21 +0000 |
commit | 3fa8634dd55d3df4ca41a99bb6d3532ba2f486c3 (patch) | |
tree | 8859066738974ee2d831532a6b6739d5a95041ef /www-client | |
parent | QA: Setting DEPEND="${DEPEND}" or RDEPEND="${RDEPEND}" is useless. (diff) | |
download | gentoo-2-3fa8634dd55d3df4ca41a99bb6d3532ba2f486c3.tar.gz gentoo-2-3fa8634dd55d3df4ca41a99bb6d3532ba2f486c3.tar.bz2 gentoo-2-3fa8634dd55d3df4ca41a99bb6d3532ba2f486c3.zip |
QA: Settings DEPEND="${DEPEND}" is useless.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'www-client')
-rw-r--r-- | www-client/planet/planet-20040808.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www-client/planet/planet-20040808.ebuild b/www-client/planet/planet-20040808.ebuild index 0accf52de3c2..2d5e90868a7b 100644 --- a/www-client/planet/planet-20040808.ebuild +++ b/www-client/planet/planet-20040808.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/planet/planet-20040808.ebuild,v 1.3 2005/04/27 20:17:30 ndimiduk Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/planet/planet-20040808.ebuild,v 1.4 2005/07/16 15:28:21 swegener Exp $ DESCRIPTION="App to create sites like http://planet.kde.org/" HOMEPAGE="http://planetplanet.org/" @@ -9,8 +9,7 @@ LICENSE="PSF-2.2" KEYWORDS="~x86 ~ppc ~ppc-macos" IUSE="" SLOT=0 -DEPEND="$DEPEND" -#RDEPEND="" +DEPEND="" S=${WORKDIR}/${PN}-nightly |