From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EB310139087 for ; Sun, 25 Dec 2016 14:54:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DF6ED2342F7; Sun, 25 Dec 2016 14:54:24 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BA0512342F7 for ; Sun, 25 Dec 2016 14:54:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BE6F2341265 for ; Sun, 25 Dec 2016 14:54:23 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E386D24E8 for ; Sun, 25 Dec 2016 14:54:21 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1482677511.7180ee6e93886bffbb6b2a437c97fd2a83a42ba6.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/babl/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/babl/babl-9999.ebuild X-VCS-Directories: media-libs/babl/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 7180ee6e93886bffbb6b2a437c97fd2a83a42ba6 X-VCS-Branch: master Date: Sun, 25 Dec 2016 14:54:21 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 67e111c1-44ba-4608-9676-9ab32f7ffb53 X-Archives-Hash: 5913de6b3b6c84a0d8a02d54502b9073 commit: 7180ee6e93886bffbb6b2a437c97fd2a83a42ba6 Author: Lars Wendler gentoo org> AuthorDate: Sun Dec 25 14:51:51 2016 +0000 Commit: Lars Wendler gentoo org> CommitDate: Sun Dec 25 14:51:51 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7180ee6e media-libs/babl: Bumped live ebuild to EAPI-6. Package-Manager: Portage-2.3.3, Repoman-2.3.1 media-libs/babl/babl-9999.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/media-libs/babl/babl-9999.ebuild b/media-libs/babl/babl-9999.ebuild index ce739ef..9cd382e 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 }