diff options
author | Michele Noberasco <s4t4n@gentoo.org> | 2004-07-21 23:59:42 +0000 |
---|---|---|
committer | Michele Noberasco <s4t4n@gentoo.org> | 2004-07-21 23:59:42 +0000 |
commit | 9431876c77f3ac2161286d444ed11563ce7793c5 (patch) | |
tree | 39f04c334fc6fc0fd34a241a34807b171eb9fd97 | |
parent | remove =dev-libs/cyrus-sasl-2.1.19, ready for testing. (diff) | |
download | gentoo-2-9431876c77f3ac2161286d444ed11563ce7793c5.tar.gz gentoo-2-9431876c77f3ac2161286d444ed11563ce7793c5.tar.bz2 gentoo-2-9431876c77f3ac2161286d444ed11563ce7793c5.zip |
Remove redundant RDEPEND in x11-plugins/wmbutton-0.5.ebuild
-rw-r--r-- | x11-plugins/wmbutton/ChangeLog | 5 | ||||
-rw-r--r-- | x11-plugins/wmbutton/wmbutton-0.5.ebuild | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/x11-plugins/wmbutton/ChangeLog b/x11-plugins/wmbutton/ChangeLog index 8f062c592c0b..041284711b93 100644 --- a/x11-plugins/wmbutton/ChangeLog +++ b/x11-plugins/wmbutton/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/wmbutton # Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbutton/ChangeLog,v 1.2 2004/07/18 11:44:42 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbutton/ChangeLog,v 1.3 2004/07/21 23:59:42 s4t4n Exp $ + + 22 Jul 2004; Michele Noberasco <s4t4n@gentoo.org> wmbutton-0.5.ebuild: + Remove redundant RDEPEND variable. 18 Jul 2004; David Holm <dholm@gentoo.org> wmbutton-0.5.ebuild: Added to ~ppc. diff --git a/x11-plugins/wmbutton/wmbutton-0.5.ebuild b/x11-plugins/wmbutton/wmbutton-0.5.ebuild index 8473dbdac63b..f1a1703c5c32 100644 --- a/x11-plugins/wmbutton/wmbutton-0.5.ebuild +++ b/x11-plugins/wmbutton/wmbutton-0.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbutton/wmbutton-0.5.ebuild,v 1.2 2004/07/18 11:44:42 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbutton/wmbutton-0.5.ebuild,v 1.3 2004/07/21 23:59:42 s4t4n Exp $ inherit eutils @@ -11,7 +11,6 @@ SRC_URI="http://www.dockapps.org/download.php/id/454/${P}.tar.gz" HOMEPAGE="http://www.dockapps.org/file.php/id/241" DEPEND="virtual/x11" -RDEPEND="${DEPEND}" SLOT="0" LICENSE="GPL-2" |