diff options
Diffstat (limited to 'x11-misc/ami/ami-1.2.2.ebuild')
-rw-r--r-- | x11-misc/ami/ami-1.2.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-misc/ami/ami-1.2.2.ebuild b/x11-misc/ami/ami-1.2.2.ebuild index 2617a492da47..dbd684aec41c 100644 --- a/x11-misc/ami/ami-1.2.2.ebuild +++ b/x11-misc/ami/ami-1.2.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/ami/ami-1.2.2.ebuild,v 1.1 2003/03/22 17:29:12 jayskwak Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/ami/ami-1.2.2.ebuild,v 1.2 2003/12/06 16:31:29 tseng Exp $ IUSE="gtk2" S=${WORKDIR}/${P} @@ -14,7 +14,7 @@ SLOT="0" LICENSE="GPL-2" KEYWORDS="~x86 ~ppc ~sparc" -DEPEND=">=media-libs/gdk-pixbuf-0.7.0" +DEPEND="!gtk2 ( >=media-libs/gdk-pixbuf-0.7.0 )" src_unpack() { unpack ${P}.tar.gz |