diff options
Diffstat (limited to 'sci-electronics/gerbv/gerbv-1.0.1-r1.ebuild')
-rw-r--r-- | sci-electronics/gerbv/gerbv-1.0.1-r1.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sci-electronics/gerbv/gerbv-1.0.1-r1.ebuild b/sci-electronics/gerbv/gerbv-1.0.1-r1.ebuild index 77dbefbfdfcf..47b5dbdd5c0f 100644 --- a/sci-electronics/gerbv/gerbv-1.0.1-r1.ebuild +++ b/sci-electronics/gerbv/gerbv-1.0.1-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gerbv/gerbv-1.0.1-r1.ebuild,v 1.1 2005/10/01 17:33:55 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gerbv/gerbv-1.0.1-r1.ebuild,v 1.2 2006/01/22 15:51:29 plasmaroo Exp $ inherit eutils @@ -15,8 +15,7 @@ KEYWORDS="~x86 ~ppc" DEPEND="=x11-libs/gtk+-2* png? ( media-libs/libpng - media-libs/gdk-pixbuf ) - virtual/x11" + media-libs/gdk-pixbuf )" src_compile() { local confOptions |