diff options
author | Alexandre Rostovtsev <tetromino@gentoo.org> | 2013-08-14 14:35:36 +0000 |
---|---|---|
committer | Alexandre Rostovtsev <tetromino@gentoo.org> | 2013-08-14 14:35:36 +0000 |
commit | d2da4b4bbd8ef11590456f9d091939c9e8b64e71 (patch) | |
tree | 83dcf8ac46bee1e6f9cceb0d95cbf26226cb059c /media-gfx | |
parent | alpha stable, again now that i've tested it correctly (diff) | |
download | gentoo-2-d2da4b4bbd8ef11590456f9d091939c9e8b64e71.tar.gz gentoo-2-d2da4b4bbd8ef11590456f9d091939c9e8b64e71.tar.bz2 gentoo-2-d2da4b4bbd8ef11590456f9d091939c9e8b64e71.zip |
Depend on >=libpghoto-2.5.2 (bug #480766, thanks to Malcolm Lashley).
(Portage version: 2.2.0_alpha196/cvs/Linux x86_64, signed Manifest commit with key CF0ADD61)
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/gphoto2/ChangeLog | 6 | ||||
-rw-r--r-- | media-gfx/gphoto2/gphoto2-2.5.2.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/media-gfx/gphoto2/ChangeLog b/media-gfx/gphoto2/ChangeLog index 13caf73da38e..1712dc00665b 100644 --- a/media-gfx/gphoto2/ChangeLog +++ b/media-gfx/gphoto2/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-gfx/gphoto2 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/gphoto2/ChangeLog,v 1.132 2013/08/03 18:11:14 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gphoto2/ChangeLog,v 1.133 2013/08/14 14:35:36 tetromino Exp $ + + 14 Aug 2013; Alexandre Rostovtsev <tetromino@gentoo.org> + gphoto2-2.5.2.ebuild: + Depend on >=libpghoto-2.5.2 (bug #480766, thanks to Malcolm Lashley). *gphoto2-2.5.2 (03 Aug 2013) diff --git a/media-gfx/gphoto2/gphoto2-2.5.2.ebuild b/media-gfx/gphoto2/gphoto2-2.5.2.ebuild index c0567a93b96e..9e7354a9eff0 100644 --- a/media-gfx/gphoto2/gphoto2-2.5.2.ebuild +++ b/media-gfx/gphoto2/gphoto2-2.5.2.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/media-gfx/gphoto2/gphoto2-2.5.2.ebuild,v 1.1 2013/08/03 18:11:15 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gphoto2/gphoto2-2.5.2.ebuild,v 1.2 2013/08/14 14:35:36 tetromino Exp $ EAPI="5" @@ -17,7 +17,7 @@ IUSE="aalib exif ncurses nls readline" # raise libgphoto to get a proper .pc RDEPEND=" dev-libs/popt - >=media-libs/libgphoto2-2.5.0[exif?] + >=media-libs/libgphoto2-2.5.2[exif?] virtual/libusb:0 aalib? ( media-libs/aalib @@ -32,7 +32,7 @@ DEPEND="${RDEPEND} " src_prepare() { - # Leave GCC debug builds under user control + # Leave GCC debug builds under user control sed -r '/(C|LD)FLAGS/ s/ -g( |")/\1/' \ -i configure{.ac,} || die |