diff options
author | Denis Dupeyron <calchan@gentoo.org> | 2010-02-11 05:20:11 +0000 |
---|---|---|
committer | Denis Dupeyron <calchan@gentoo.org> | 2010-02-11 05:20:11 +0000 |
commit | 168de19c94b93f529db6cd915b214535373eb2e5 (patch) | |
tree | e55c6b64a1cb99a0add6ed58af6d126ee945f3b6 /sci-electronics/gerbv | |
parent | Fix blocker (diff) | |
download | gentoo-2-168de19c94b93f529db6cd915b214535373eb2e5.tar.gz gentoo-2-168de19c94b93f529db6cd915b214535373eb2e5.tar.bz2 gentoo-2-168de19c94b93f529db6cd915b214535373eb2e5.zip |
Fixed bug #294911.
(Portage version: 2.1.7.17/cvs/Linux x86_64)
Diffstat (limited to 'sci-electronics/gerbv')
-rw-r--r-- | sci-electronics/gerbv/ChangeLog | 7 | ||||
-rw-r--r-- | sci-electronics/gerbv/gerbv-2.3.0-r2.ebuild | 5 |
2 files changed, 8 insertions, 4 deletions
diff --git a/sci-electronics/gerbv/ChangeLog b/sci-electronics/gerbv/ChangeLog index 5792b299cbe8..7d8d6b059126 100644 --- a/sci-electronics/gerbv/ChangeLog +++ b/sci-electronics/gerbv/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-electronics/gerbv -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gerbv/ChangeLog,v 1.30 2009/11/05 23:53:12 calchan Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gerbv/ChangeLog,v 1.31 2010/02/11 05:20:11 calchan Exp $ + + 11 Feb 2010; <calchan@gentoo.org> gerbv-2.3.0-r2.ebuild: + Fixed bug #294911. *gerbv-2.3.0-r2 (05 Nov 2009) diff --git a/sci-electronics/gerbv/gerbv-2.3.0-r2.ebuild b/sci-electronics/gerbv/gerbv-2.3.0-r2.ebuild index 200e223c62d7..0ac1d45410e9 100644 --- a/sci-electronics/gerbv/gerbv-2.3.0-r2.ebuild +++ b/sci-electronics/gerbv/gerbv-2.3.0-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gerbv/gerbv-2.3.0-r2.ebuild,v 1.1 2009/11/05 23:53:12 calchan Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gerbv/gerbv-2.3.0-r2.ebuild,v 1.2 2010/02/11 05:20:11 calchan Exp $ EAPI="2" @@ -14,6 +14,7 @@ IUSE="unit-mm doc examples" SLOT="0" LICENSE="GPL-2" KEYWORDS="~amd64 ~ppc ~sparc ~x86" +RESTRICT="test" RDEPEND=">=x11-libs/gtk+-2.4 >=x11-libs/cairo-1.2" |