diff options
author | Denis Dupeyron <calchan@gentoo.org> | 2009-11-05 23:53:12 +0000 |
---|---|---|
committer | Denis Dupeyron <calchan@gentoo.org> | 2009-11-05 23:53:12 +0000 |
commit | 50f750346191e8455ace36676719136bd9c3fe75 (patch) | |
tree | b7cb2657716c340cf5596669ae5551dfe644a7c1 /sci-electronics/gerbv | |
parent | Version bump, thanks to Stefan Salewski. (diff) | |
download | historical-50f750346191e8455ace36676719136bd9c3fe75.tar.gz historical-50f750346191e8455ace36676719136bd9c3fe75.tar.bz2 historical-50f750346191e8455ace36676719136bd9c3fe75.zip |
Fixed typo, thanks to Stefan Salewski.
Package-Manager: portage-2.1.7.1/cvs/Linux i686
Diffstat (limited to 'sci-electronics/gerbv')
-rw-r--r-- | sci-electronics/gerbv/ChangeLog | 8 | ||||
-rw-r--r-- | sci-electronics/gerbv/gerbv-2.3.0-r2.ebuild (renamed from sci-electronics/gerbv/gerbv-2.3.0-r1.ebuild) | 4 |
2 files changed, 9 insertions, 3 deletions
diff --git a/sci-electronics/gerbv/ChangeLog b/sci-electronics/gerbv/ChangeLog index da4fc649179f..5792b299cbe8 100644 --- a/sci-electronics/gerbv/ChangeLog +++ b/sci-electronics/gerbv/ChangeLog @@ -1,6 +1,12 @@ # 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.29 2009/10/13 19:10:53 calchan Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gerbv/ChangeLog,v 1.30 2009/11/05 23:53:12 calchan Exp $ + +*gerbv-2.3.0-r2 (05 Nov 2009) + + 05 Nov 2009; Denis Dupeyron <calchan@gentoo.org> -gerbv-2.3.0-r1.ebuild, + +gerbv-2.3.0-r2.ebuild: + Fixed typo, thanks to Stefan Salewski. *gerbv-2.3.0-r1 (13 Oct 2009) diff --git a/sci-electronics/gerbv/gerbv-2.3.0-r1.ebuild b/sci-electronics/gerbv/gerbv-2.3.0-r2.ebuild index fcc92a176809..200e223c62d7 100644 --- a/sci-electronics/gerbv/gerbv-2.3.0-r1.ebuild +++ b/sci-electronics/gerbv/gerbv-2.3.0-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 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-r1.ebuild,v 1.1 2009/10/13 19:10:53 calchan Exp $ +# $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 $ EAPI="2" @@ -29,7 +29,7 @@ src_configure() { } src_install () { - make DESTDIR="${D}" install || die "install failed" + emake DESTDIR="${D}" install || die "install failed" dodoc AUTHORS ChangeLog CONTRIBUTORS HACKING NEWS README* TODO BUGS rm doc/Doxyfile.nopreprocessing |