diff options
author | Tim Yamin <plasmaroo@gentoo.org> | 2006-10-29 21:11:56 +0000 |
---|---|---|
committer | Tim Yamin <plasmaroo@gentoo.org> | 2006-10-29 21:11:56 +0000 |
commit | 0e8a2aca1e9290d6180277064bd8f3cffadd4923 (patch) | |
tree | 02f2ebef86e4aae6965dee1f32c6a93d89a66ddd /sci-electronics | |
parent | Stable on x86 (#146101) (diff) | |
download | gentoo-2-0e8a2aca1e9290d6180277064bd8f3cffadd4923.tar.gz gentoo-2-0e8a2aca1e9290d6180277064bd8f3cffadd4923.tar.bz2 gentoo-2-0e8a2aca1e9290d6180277064bd8f3cffadd4923.zip |
Fix #153139.
(Portage version: 2.1.2_pre3-r2)
Diffstat (limited to 'sci-electronics')
-rw-r--r-- | sci-electronics/gerbv/ChangeLog | 6 | ||||
-rw-r--r-- | sci-electronics/gerbv/gerbv-1.0.1-r1.ebuild | 5 | ||||
-rw-r--r-- | sci-electronics/gerbv/gerbv-1.0.2.ebuild | 5 |
3 files changed, 9 insertions, 7 deletions
diff --git a/sci-electronics/gerbv/ChangeLog b/sci-electronics/gerbv/ChangeLog index 4053afa78748..1e6e47d6f896 100644 --- a/sci-electronics/gerbv/ChangeLog +++ b/sci-electronics/gerbv/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-electronics/gerbv # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gerbv/ChangeLog,v 1.19 2006/09/05 14:16:00 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gerbv/ChangeLog,v 1.20 2006/10/29 21:11:56 plasmaroo Exp $ + + 29 Oct 2006; Tim Yamin <plasmaroo@gentoo.org> gerbv-1.0.1-r1.ebuild, + gerbv-1.0.2.ebuild: + Fix #153139. 05 Sep 2006; Gustavo Zacarias <gustavoz@gentoo.org> gerbv-1.0.1-r1.ebuild: Stable on sparc diff --git a/sci-electronics/gerbv/gerbv-1.0.1-r1.ebuild b/sci-electronics/gerbv/gerbv-1.0.1-r1.ebuild index bba55ecaa591..d4e474ea8f57 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-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.9 2006/09/05 14:16:00 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gerbv/gerbv-1.0.1-r1.ebuild,v 1.10 2006/10/29 21:11:56 plasmaroo Exp $ inherit eutils @@ -14,8 +14,7 @@ LICENSE="GPL-2" KEYWORDS="amd64 ppc sparc x86" DEPEND="=x11-libs/gtk+-2* - png? ( media-libs/libpng - media-libs/gdk-pixbuf )" + png? ( media-libs/libpng )" src_compile() { local confOptions diff --git a/sci-electronics/gerbv/gerbv-1.0.2.ebuild b/sci-electronics/gerbv/gerbv-1.0.2.ebuild index e0885239aadf..f6b728b3088a 100644 --- a/sci-electronics/gerbv/gerbv-1.0.2.ebuild +++ b/sci-electronics/gerbv/gerbv-1.0.2.ebuild @@ -1,6 +1,6 @@ # 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.2.ebuild,v 1.2 2006/08/19 22:54:07 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gerbv/gerbv-1.0.2.ebuild,v 1.3 2006/10/29 21:11:56 plasmaroo Exp $ inherit eutils @@ -14,8 +14,7 @@ LICENSE="GPL-2" KEYWORDS="~amd64 ~ppc ~sparc ~x86" DEPEND="=x11-libs/gtk+-2* - png? ( media-libs/libpng - media-libs/gdk-pixbuf )" + png? ( media-libs/libpng )" src_compile() { local confOptions |