diff options
author | Chris Reffett <creffett@gentoo.org> | 2013-06-01 14:11:51 +0000 |
---|---|---|
committer | Chris Reffett <creffett@gentoo.org> | 2013-06-01 14:11:51 +0000 |
commit | 0b7c55d7ca55ad61d59dc87aa22e4daf5f8f2ce8 (patch) | |
tree | e25428ff079c790044fe99e22bcc1102a126440a /media-libs/aften/aften-0.0.8.ebuild | |
parent | Version bump. (diff) | |
download | gentoo-2-0b7c55d7ca55ad61d59dc87aa22e4daf5f8f2ce8.tar.gz gentoo-2-0b7c55d7ca55ad61d59dc87aa22e4daf5f8f2ce8.tar.bz2 gentoo-2-0b7c55d7ca55ad61d59dc87aa22e4daf5f8f2ce8.zip |
EAPI bump wrt bug 460572
(Portage version: 2.2.0_alpha177/cvs/Linux x86_64, signed Manifest commit with key 42618354)
Diffstat (limited to 'media-libs/aften/aften-0.0.8.ebuild')
-rw-r--r-- | media-libs/aften/aften-0.0.8.ebuild | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/media-libs/aften/aften-0.0.8.ebuild b/media-libs/aften/aften-0.0.8.ebuild index 24db5e56afce..170d3d57897d 100644 --- a/media-libs/aften/aften-0.0.8.ebuild +++ b/media-libs/aften/aften-0.0.8.ebuild @@ -1,6 +1,7 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/aften/aften-0.0.8.ebuild,v 1.4 2008/06/22 15:13:14 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/aften/aften-0.0.8.ebuild,v 1.5 2013/06/01 14:11:51 creffett Exp $ +EAPI=5 inherit eutils cmake-utils @@ -14,12 +15,7 @@ KEYWORDS="amd64 ppc x86" IUSE="cxx" DEPEND="" -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}/${P}-multilib.patch" - epatch "${FILESDIR}/${P}-ppc.patch" -} +PATCHES=( "${FILESDIR}/${P}-multilib.patch" "${FILESDIR}/${P}-ppc.patch" ) src_compile() { local mycmakeargs="-DSHARED=1" |