From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-883229-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 8B6D513826A for <garchives@archives.gentoo.org>; Tue, 24 May 2016 12:45:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1F9F914306; Tue, 24 May 2016 12:45:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 B608F142C3 for <gentoo-commits@lists.gentoo.org>; Tue, 24 May 2016 12:45:27 +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 CF3A7340B9B for <gentoo-commits@lists.gentoo.org>; Tue, 24 May 2016 12:45:26 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 01B3B15DF for <gentoo-commits@lists.gentoo.org>; Tue, 24 May 2016 12:45:23 +0000 (UTC) From: "Michał Górny" <mgorny@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" <mgorny@gentoo.org> Message-ID: <1464093908.25da160e9658ca1c4f63ac500f1682f2d42a4f04.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/blueman/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-wireless/blueman/blueman-9999.ebuild X-VCS-Directories: net-wireless/blueman/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 25da160e9658ca1c4f63ac500f1682f2d42a4f04 X-VCS-Branch: master Date: Tue, 24 May 2016 12:45:23 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 9b3d5ab0-7f8b-41a2-a93c-21a456355161 X-Archives-Hash: dd9a83f588c9808cb8798141e404bfe1 commit: 25da160e9658ca1c4f63ac500f1682f2d42a4f04 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Tue May 24 12:24:00 2016 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue May 24 12:45:08 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25da160e net-wireless/blueman: Bump the live ebuild to EAPI 6 net-wireless/blueman/blueman-9999.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/net-wireless/blueman/blueman-9999.ebuild b/net-wireless/blueman/blueman-9999.ebuild index 97591cc..ff819a4 100644 --- a/net-wireless/blueman/blueman-9999.ebuild +++ b/net-wireless/blueman/blueman-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" PYTHON_COMPAT=( python{2_7,3_4} ) inherit gnome2-utils linux-info python-single-r1 systemd @@ -74,6 +74,7 @@ pkg_setup() { } src_prepare() { + default [[ ${PV} == 9999 ]] && eautoreconf }