Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/babl/
Date: Sun, 25 Dec 2016 14:54:25
Message-Id: 1482677511.7180ee6e93886bffbb6b2a437c97fd2a83a42ba6.polynomial-c@gentoo
1 commit: 7180ee6e93886bffbb6b2a437c97fd2a83a42ba6
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 25 14:51:51 2016 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 25 14:51:51 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7180ee6e
7
8 media-libs/babl: Bumped live ebuild to EAPI-6.
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 media-libs/babl/babl-9999.ebuild | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/media-libs/babl/babl-9999.ebuild b/media-libs/babl/babl-9999.ebuild
16 index ce739ef..9cd382e 100644
17 --- a/media-libs/babl/babl-9999.ebuild
18 +++ b/media-libs/babl/babl-9999.ebuild
19 @@ -1,8 +1,8 @@
20 -# Copyright 1999-2015 Gentoo Foundation
21 +# Copyright 1999-2016 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 -EAPI=5
26 +EAPI=6
27
28 inherit eutils
29
30 @@ -29,7 +29,7 @@ DEPEND="${RDEPEND}
31 "
32
33 src_prepare() {
34 - epatch_user
35 + default
36 [[ ${PV} == *9999* ]] && eautoreconf
37 }