diff options
author | Michael Weber <xmw@gentoo.org> | 2013-06-06 13:54:04 +0000 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2013-06-06 13:54:04 +0000 |
commit | 69fe256f1cdafb70de7bc2b29c77908e1675ed0f (patch) | |
tree | 4463e88bb4b8694d1fa8e37eaff0a4eb0fecc04b /media-libs/openjpeg/openjpeg-2.0.0.ebuild | |
parent | Version bump. (diff) | |
download | gentoo-2-69fe256f1cdafb70de7bc2b29c77908e1675ed0f.tar.gz gentoo-2-69fe256f1cdafb70de7bc2b29c77908e1675ed0f.tar.bz2 gentoo-2-69fe256f1cdafb70de7bc2b29c77908e1675ed0f.zip |
Fix patch file and whitespace
(Portage version: 2.2.0_alpha177/cvs/Linux x86_64, signed Manifest commit with key 62EEF090)
Diffstat (limited to 'media-libs/openjpeg/openjpeg-2.0.0.ebuild')
-rw-r--r-- | media-libs/openjpeg/openjpeg-2.0.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/openjpeg/openjpeg-2.0.0.ebuild b/media-libs/openjpeg/openjpeg-2.0.0.ebuild index ccb42c405d36..21b442e49049 100644 --- a/media-libs/openjpeg/openjpeg-2.0.0.ebuild +++ b/media-libs/openjpeg/openjpeg-2.0.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/media-libs/openjpeg/openjpeg-2.0.0.ebuild,v 1.1 2013/06/06 13:15:54 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/openjpeg/openjpeg-2.0.0.ebuild,v 1.2 2013/06/06 13:54:04 xmw Exp $ EAPI=5 inherit cmake-utils multilib @@ -23,7 +23,7 @@ DEPEND="${RDEPEND} DOCS=( AUTHORS CHANGES NEWS README THANKS ) -PATCHES=( "${FILESDIR}"/${P}-build.patch +PATCHES=( "${FILESDIR}"/${P}-build.patch "${FILESDIR}"/${P}-pkgconfig.patch ) RESTRICT="test" #409263 |