diff options
author | Pacho Ramos <pacho@gentoo.org> | 2013-11-22 20:06:23 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2013-11-22 20:06:23 +0000 |
commit | 82f1f7ef2ef4240fe0fc61898e3b9e7dd8c1c0aa (patch) | |
tree | 81c8a8119166eab1525bfbee98f6d3ffd7eb2167 /media-gfx/gphoto2/gphoto2-2.5.2.ebuild | |
parent | Version bump (diff) | |
download | historical-82f1f7ef2ef4240fe0fc61898e3b9e7dd8c1c0aa.tar.gz historical-82f1f7ef2ef4240fe0fc61898e3b9e7dd8c1c0aa.tar.bz2 historical-82f1f7ef2ef4240fe0fc61898e3b9e7dd8c1c0aa.zip |
Prevent maintainer-mode (#491708 by Nikoli), drop old.
Package-Manager: portage-2.2.7/cvs/Linux x86_64
Manifest-Sign-Key: 0xA188FBD4
Diffstat (limited to 'media-gfx/gphoto2/gphoto2-2.5.2.ebuild')
-rw-r--r-- | media-gfx/gphoto2/gphoto2-2.5.2.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/media-gfx/gphoto2/gphoto2-2.5.2.ebuild b/media-gfx/gphoto2/gphoto2-2.5.2.ebuild index 9e7354a9eff0..61b4ca453551 100644 --- a/media-gfx/gphoto2/gphoto2-2.5.2.ebuild +++ b/media-gfx/gphoto2/gphoto2-2.5.2.ebuild @@ -1,10 +1,11 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/gphoto2/gphoto2-2.5.2.ebuild,v 1.2 2013/08/14 14:35:36 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gphoto2/gphoto2-2.5.2.ebuild,v 1.3 2013/11/22 20:06:15 pacho Exp $ EAPI="5" +inherit autotools -DESCRIPTION="free, redistributable digital camera software application" +DESCRIPTION="Free, redistributable digital camera software application" HOMEPAGE="http://www.gphoto.org/" SRC_URI="mirror://sourceforge/gphoto/${P}.tar.bz2" @@ -35,7 +36,7 @@ src_prepare() { # Leave GCC debug builds under user control sed -r '/(C|LD)FLAGS/ s/ -g( |")/\1/' \ -i configure{.ac,} || die - + eautoreconf } src_configure() { |