diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-05-23 06:50:21 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-05-23 06:50:21 +0000 |
commit | d80e4d7b812de76012302ab154b8b8a0c706640a (patch) | |
tree | 6852e43ed8f4895d9f241cf248a7f2efd48fe35d /x11-misc/xalf | |
parent | updating bb when I should be asleep (diff) | |
download | gentoo-2-d80e4d7b812de76012302ab154b8b8a0c706640a.tar.gz gentoo-2-d80e4d7b812de76012302ab154b8b8a0c706640a.tar.bz2 gentoo-2-d80e4d7b812de76012302ab154b8b8a0c706640a.zip |
gtk 1.2 dependency listing fixes
Diffstat (limited to 'x11-misc/xalf')
-rw-r--r-- | x11-misc/xalf/xalf-0.12-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-misc/xalf/xalf-0.12-r1.ebuild b/x11-misc/xalf/xalf-0.12-r1.ebuild index a50834887fb9..3ea67d843875 100644 --- a/x11-misc/xalf/xalf-0.12-r1.ebuild +++ b/x11-misc/xalf/xalf-0.12-r1.ebuild @@ -2,14 +2,14 @@ # Distributed under the terms of the GNU General Public License, v2 or later # Author Mikael Hallendal <hallski@gentoo.org> # Maintainer: Desktop Team -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xalf/xalf-0.12-r1.ebuild,v 1.2 2002/04/28 04:20:39 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xalf/xalf-0.12-r1.ebuild,v 1.3 2002/05/23 06:50:20 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="X11 Application Launch Feedback" SRC_URI="http://www.lysator.liu.se/~astrand/projects/xalf/${P}.tgz" HOMEPAGE="http://www.lysator.liu.se/~astrand/projects/xalf/" -DEPEND=">=x11-libs/gtk+-1.2.10-r4 +DEPEND="=x11-libs/gtk+-1.2* gnome? ( >=gnome-base/gnome-core-1.4.0.4-r1 gnome-base/control-center )" |