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
}