diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-06-12 07:21:52 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-06-12 07:21:52 +0000 |
commit | bfee23447aa1ea2dab27fb6044c2ce143aa164d6 (patch) | |
tree | 2d64a30e541c0a34eeb0a16cc0b3c317954d4f1e /media-gfx/exiv2 | |
parent | elibtoolize: Allow undefined symbols on AIX, needed by and work fine with mod... (diff) | |
download | gentoo-2-bfee23447aa1ea2dab27fb6044c2ce143aa164d6.tar.gz gentoo-2-bfee23447aa1ea2dab27fb6044c2ce143aa164d6.tar.bz2 gentoo-2-bfee23447aa1ea2dab27fb6044c2ce143aa164d6.zip |
Remove boost compat patch that has been applied upstream, bug #512658.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'media-gfx/exiv2')
-rw-r--r-- | media-gfx/exiv2/ChangeLog | 5 | ||||
-rw-r--r-- | media-gfx/exiv2/exiv2-0.24.ebuild | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/media-gfx/exiv2/ChangeLog b/media-gfx/exiv2/ChangeLog index a236434a148c..57ba333cd3f0 100644 --- a/media-gfx/exiv2/ChangeLog +++ b/media-gfx/exiv2/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-gfx/exiv2 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/exiv2/ChangeLog,v 1.121 2014/06/04 21:22:13 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/exiv2/ChangeLog,v 1.122 2014/06/12 07:21:52 mgorny Exp $ + + 12 Jun 2014; Michał Górny <mgorny@gentoo.org> exiv2-0.24.ebuild: + Remove boost compat patch that has been applied upstream, bug #512658. *exiv2-0.24 (04 Jun 2014) diff --git a/media-gfx/exiv2/exiv2-0.24.ebuild b/media-gfx/exiv2/exiv2-0.24.ebuild index 4ff7c876479a..f6c345304091 100644 --- a/media-gfx/exiv2/exiv2-0.24.ebuild +++ b/media-gfx/exiv2/exiv2-0.24.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/exiv2/exiv2-0.24.ebuild,v 1.1 2014/06/04 21:22:13 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/exiv2/exiv2-0.24.ebuild,v 1.2 2014/06/12 07:21:52 mgorny Exp $ EAPI=5 AUTOTOOLS_IN_SOURCE_BUILD=1 @@ -57,8 +57,6 @@ src_prepare() { fi if use contrib; then - epatch "${FILESDIR}/${PN}-0.23-boost-fs-contrib.patch" - # create build environment for contrib ln -snf ../../src contrib/organize/exiv2 sed -i -e 's:/usr/local/include/.*:/usr/include:g' \ |