diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2016-12-25 15:51:51 +0100 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2016-12-25 15:51:51 +0100 |
commit | 7180ee6e93886bffbb6b2a437c97fd2a83a42ba6 (patch) | |
tree | b70fb57c25453c10531caf334c1997737a9213d2 /media-libs/babl | |
parent | media-libs/babl: Removed old. (diff) | |
download | gentoo-7180ee6e93886bffbb6b2a437c97fd2a83a42ba6.tar.gz gentoo-7180ee6e93886bffbb6b2a437c97fd2a83a42ba6.tar.bz2 gentoo-7180ee6e93886bffbb6b2a437c97fd2a83a42ba6.zip |
media-libs/babl: Bumped live ebuild to EAPI-6.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'media-libs/babl')
-rw-r--r-- | media-libs/babl/babl-9999.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-libs/babl/babl-9999.ebuild b/media-libs/babl/babl-9999.ebuild index ce739efbe576..9cd382e11686 100644 --- a/media-libs/babl/babl-9999.ebuild +++ b/media-libs/babl/babl-9999.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 inherit eutils @@ -29,7 +29,7 @@ DEPEND="${RDEPEND} " src_prepare() { - epatch_user + default [[ ${PV} == *9999* ]] && eautoreconf } |