diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-03-21 06:21:25 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-03-21 06:21:25 +0000 |
commit | bd241258550d2644db1034834de40bf9693f802a (patch) | |
tree | edd199395c1d7d4245c16e3c21a6b31fef257570 /net-www/amaya/amaya-8.0.ebuild | |
parent | stop using deprecated ?: use syntax (diff) | |
download | historical-bd241258550d2644db1034834de40bf9693f802a.tar.gz historical-bd241258550d2644db1034834de40bf9693f802a.tar.bz2 historical-bd241258550d2644db1034834de40bf9693f802a.zip |
stop using deprecated ?: use syntax
Diffstat (limited to 'net-www/amaya/amaya-8.0.ebuild')
-rw-r--r-- | net-www/amaya/amaya-8.0.ebuild | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/net-www/amaya/amaya-8.0.ebuild b/net-www/amaya/amaya-8.0.ebuild index 8e95a16aebf4..c4a78f607ab9 100644 --- a/net-www/amaya/amaya-8.0.ebuild +++ b/net-www/amaya/amaya-8.0.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/net-www/amaya/amaya-8.0.ebuild,v 1.7 2004/01/26 15:33:16 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/amaya/amaya-8.0.ebuild,v 1.8 2004/03/21 06:21:25 mr_bones_ Exp $ inherit libtool @@ -17,9 +17,12 @@ SLOT="0" IUSE="gtk" RDEPEND=" - ( gtk? =x11-libs/gtk+-1.2* : x11-libs/openmotif ) - ( gtk? =dev-libs/glib-1.2* ) - gtk? ( media-libs/imlib )" + gtk? ( + =x11-libs/gtk+-1.2* + =dev-libs/glib-1.2* + media-libs/imlib + ) + !gtk ( x11-libs/openmotif )" DEPEND="dev-lang/perl ${RDEPEND}" |