diff options
author | Samuli Suominen <drac@gentoo.org> | 2007-07-24 13:11:18 +0000 |
---|---|---|
committer | Samuli Suominen <drac@gentoo.org> | 2007-07-24 13:11:18 +0000 |
commit | 5cd0ab562da262691d3ee0567a4394639674fa7e (patch) | |
tree | a4372d3a2a976365069f5502a3798ebeb0619053 /x11-wm | |
parent | Dropped ppc-macos keyword, see you in prefix (diff) | |
download | gentoo-2-5cd0ab562da262691d3ee0567a4394639674fa7e.tar.gz gentoo-2-5cd0ab562da262691d3ee0567a4394639674fa7e.tar.bz2 gentoo-2-5cd0ab562da262691d3ee0567a4394639674fa7e.zip |
Remove redudant depend for GTK+-1.2, nothing in this package is using it.
(Portage version: 2.1.3_rc9)
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/oroborus-extras/ChangeLog | 6 | ||||
-rw-r--r-- | x11-wm/oroborus-extras/oroborus-extras-2.0.18.ebuild | 16 |
2 files changed, 13 insertions, 9 deletions
diff --git a/x11-wm/oroborus-extras/ChangeLog b/x11-wm/oroborus-extras/ChangeLog index f2a7fd4bc28d..c17e18b1968b 100644 --- a/x11-wm/oroborus-extras/ChangeLog +++ b/x11-wm/oroborus-extras/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-wm/oroborus-extras # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/oroborus-extras/ChangeLog,v 1.18 2007/07/02 14:21:45 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/oroborus-extras/ChangeLog,v 1.19 2007/07/24 13:11:18 drac Exp $ + + 24 Jul 2007; Samuli Suominen <drac@gentoo.org> + oroborus-extras-2.0.18.ebuild: + Remove redudant depend for GTK+-1.2, nothing in this package is using it. *oroborus-extras-2.0.18 (02 Jul 2007) diff --git a/x11-wm/oroborus-extras/oroborus-extras-2.0.18.ebuild b/x11-wm/oroborus-extras/oroborus-extras-2.0.18.ebuild index b02e93950336..fa4a31acb6ea 100644 --- a/x11-wm/oroborus-extras/oroborus-extras-2.0.18.ebuild +++ b/x11-wm/oroborus-extras/oroborus-extras-2.0.18.ebuild @@ -1,25 +1,25 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/oroborus-extras/oroborus-extras-2.0.18.ebuild,v 1.1 2007/07/02 14:21:45 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/oroborus-extras/oroborus-extras-2.0.18.ebuild,v 1.2 2007/07/24 13:11:18 drac Exp $ inherit eutils -S=${WORKDIR} - DESCRIPTION="Other stuff for oroborus" SRC_URI="http://www.oroborus.org/debian/dists/sid/main/source/x11/keylaunch_1.3.3.tar.gz http://www.oroborus.org/debian/dists/sid/main/source/x11/deskmenu_1.4.2.tar.gz http://www.oroborus.org/debian/dists/sid/main/source/x11/desklaunch_1.1.5.tar.gz" HOMEPAGE="http://www.oroborus.org/" -LICENSE="GPL-2" -IUSE="" +LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~sparc ~x86" +IUSE="" + +RDEPEND="x11-wm/oroborus + >=x11-libs/gtk+-2" +DEPEND="${RDEPEND}" -DEPEND="x11-wm/oroborus - =x11-libs/gtk+-1.2* - >=x11-libs/gtk+-2.0.3" +S="${WORKDIR}" src_compile() { # Deskmenu first |