diff options
author | Travis Tilley <lv@gentoo.org> | 2004-04-07 02:21:41 +0000 |
---|---|---|
committer | Travis Tilley <lv@gentoo.org> | 2004-04-07 02:21:41 +0000 |
commit | 2b53c089934d9ec8117dec68a7bd3283f0e49c69 (patch) | |
tree | 50ec7ffa99a62d93bdea6ca3d009284a70653350 /x11-libs | |
parent | initial import closes bug #21965 (Manifest recommit) (diff) | |
download | gentoo-2-2b53c089934d9ec8117dec68a7bd3283f0e49c69.tar.gz gentoo-2-2b53c089934d9ec8117dec68a7bd3283f0e49c69.tar.bz2 gentoo-2-2b53c089934d9ec8117dec68a7bd3283f0e49c69.zip |
fix my incredible screwup with the dependencies
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/libwnck/libwnck-2.6.0.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-libs/libwnck/libwnck-2.6.0.1.ebuild b/x11-libs/libwnck/libwnck-2.6.0.1.ebuild index d49e5eeaaec1..671e9524b55e 100644 --- a/x11-libs/libwnck/libwnck-2.6.0.1.ebuild +++ b/x11-libs/libwnck/libwnck-2.6.0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libwnck/libwnck-2.6.0.1.ebuild,v 1.2 2004/04/05 19:54:56 lv Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libwnck/libwnck-2.6.0.1.ebuild,v 1.3 2004/04/07 02:21:41 lv Exp $ inherit gnome2 @@ -13,10 +13,10 @@ LICENSE="GPL-2" KEYWORDS="~x86 ~ppc ~alpha ~sparc ~hppa ~amd64 ~ia64 ~mips" RDEPEND=">=x11-libs/gtk+-2.1 - >=x11-libs/startup-notification-0.4" + >=x11-libs/startup-notification-0.4 + amd64? ( >=x11-base/xfree-4.3.0-r6 )" DEPEND="${RDEPEND} - amd64? ( >=xfree-4.3.0-r6 ) sys-devel/gettext >=dev-util/pkgconfig-0.12" |