diff options
author | Thomas Beierlein <tomjbe@gentoo.org> | 2013-01-03 10:56:40 +0000 |
---|---|---|
committer | Thomas Beierlein <tomjbe@gentoo.org> | 2013-01-03 10:56:40 +0000 |
commit | 6643a01dfc6df50c35d35803c2c493f98d567f68 (patch) | |
tree | f746fa45186200c2d0d1d03e2375f7a209a9153f /sci-electronics/gerbv | |
parent | Stable for amd64, wrt bug #449892 (diff) | |
download | gentoo-2-6643a01dfc6df50c35d35803c2c493f98d567f68.tar.gz gentoo-2-6643a01dfc6df50c35d35803c2c493f98d567f68.tar.bz2 gentoo-2-6643a01dfc6df50c35d35803c2c493f98d567f68.zip |
Add USE=static-libs support (bug 449768). Thanks ago
(Portage version: 2.1.11.38/cvs/Linux x86_64, signed Manifest commit with key 0x762053D5)
Diffstat (limited to 'sci-electronics/gerbv')
-rw-r--r-- | sci-electronics/gerbv/ChangeLog | 5 | ||||
-rw-r--r-- | sci-electronics/gerbv/gerbv-2.6.0.ebuild | 7 |
2 files changed, 8 insertions, 4 deletions
diff --git a/sci-electronics/gerbv/ChangeLog b/sci-electronics/gerbv/ChangeLog index 3e7f4e32f721..11847a5bad0a 100644 --- a/sci-electronics/gerbv/ChangeLog +++ b/sci-electronics/gerbv/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-electronics/gerbv # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gerbv/ChangeLog,v 1.46 2013/01/02 13:24:29 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gerbv/ChangeLog,v 1.47 2013/01/03 10:56:40 tomjbe Exp $ + + 03 Jan 2013; Thomas Beierlein <tomjbe@gentoo.org> gerbv-2.6.0.ebuild: + Add USE=static-libs support (bug 449768). Thanks ago 02 Jan 2013; Agostino Sarubbo <ago@gentoo.org> gerbv-2.6.0.ebuild: Stable for x86, wrt bug #449734 diff --git a/sci-electronics/gerbv/gerbv-2.6.0.ebuild b/sci-electronics/gerbv/gerbv-2.6.0.ebuild index 4ed01e17661d..5a875d27ec7c 100644 --- a/sci-electronics/gerbv/gerbv-2.6.0.ebuild +++ b/sci-electronics/gerbv/gerbv-2.6.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gerbv/gerbv-2.6.0.ebuild,v 1.5 2013/01/02 13:24:29 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gerbv/gerbv-2.6.0.ebuild,v 1.6 2013/01/03 10:56:40 tomjbe Exp $ EAPI="4" @@ -10,7 +10,7 @@ DESCRIPTION="A RS-274X (Gerber) and NC drill (Excellon) file viewer" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" HOMEPAGE="http://gerbv.geda-project.org/" -IUSE="unit-mm doc examples" +IUSE="doc examples static-libs unit-mm" SLOT="0" LICENSE="GPL-2" KEYWORDS="amd64 ~ppc x86" @@ -26,7 +26,8 @@ DEPEND="${RDEPEND} src_configure() { econf \ $(use_enable unit-mm) \ - --disable-update-desktop-database + --disable-update-desktop-database \ + $(use_enable static-libs static) } src_install () { |