diff options
Diffstat (limited to 'net-p2p/sancho-bin/sancho-bin-0.9.4.8.ebuild')
-rw-r--r-- | net-p2p/sancho-bin/sancho-bin-0.9.4.8.ebuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/net-p2p/sancho-bin/sancho-bin-0.9.4.8.ebuild b/net-p2p/sancho-bin/sancho-bin-0.9.4.8.ebuild index b7835bd026b2..03d90b013b75 100644 --- a/net-p2p/sancho-bin/sancho-bin-0.9.4.8.ebuild +++ b/net-p2p/sancho-bin/sancho-bin-0.9.4.8.ebuild @@ -1,19 +1,19 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/sancho-bin/sancho-bin-0.9.4.8.ebuild,v 1.1 2004/08/10 02:21:29 squinky86 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/sancho-bin/sancho-bin-0.9.4.8.ebuild,v 1.2 2004/08/10 02:33:48 squinky86 Exp $ -IUSE="gtk2" +IUSE="gtk" MY_P=${P/-bin/} MY_P=${MY_P%.*}-${MY_P##*.} -use gtk2 && TOOLKIT="gtk" || TOOLKIT="fox" +use gtk && TOOLKIT="gtk" || TOOLKIT="fox" DESCRIPTION="a powerful frontend for mldonkey" HOMEPAGE="http://sancho-gui.sourceforge.net/" SRC_URI="http://sancho-gui.sourceforge.net/tmp/${MY_P}-linux-${TOOLKIT}.tar.bz2" -SRC_URI="gtk2? ( http://sancho-gui.sourceforge.net/tmp/${MY_P}-linux-gtk.tar.bz2 ) - !gtk2? ( http://sancho-gui.sourceforge.net/tmp/${MY_P}-linux-fox.tar.bz2 )" +SRC_URI="gtk? ( http://sancho-gui.sourceforge.net/tmp/${MY_P}-linux-gtk.tar.bz2 ) + !gtk? ( http://sancho-gui.sourceforge.net/tmp/${MY_P}-linux-fox.tar.bz2 )" KEYWORDS="~x86" SLOT="0" @@ -21,7 +21,7 @@ LICENSE="CPL-1.0 LGPL-2.1" DEPEND="virtual/libc virtual/x11 - gtk2? ( >=x11-libs/gtk+-2 )" + gtk? ( >=x11-libs/gtk+-2 )" S="${WORKDIR}/${MY_P}-linux-${TOOLKIT}" |