diff options
author | Michał Górny <mgorny@gentoo.org> | 2016-05-24 14:24:00 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2016-05-24 14:45:08 +0200 |
commit | 25da160e9658ca1c4f63ac500f1682f2d42a4f04 (patch) | |
tree | f2d9fcc2542169b980ffe506db481ba163e302e0 /net-wireless | |
parent | net-misc/aria2: Bump to 1.23.0 (diff) | |
download | gentoo-25da160e9658ca1c4f63ac500f1682f2d42a4f04.tar.gz gentoo-25da160e9658ca1c4f63ac500f1682f2d42a4f04.tar.bz2 gentoo-25da160e9658ca1c4f63ac500f1682f2d42a4f04.zip |
net-wireless/blueman: Bump the live ebuild to EAPI 6
Diffstat (limited to 'net-wireless')
-rw-r--r-- | net-wireless/blueman/blueman-9999.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-wireless/blueman/blueman-9999.ebuild b/net-wireless/blueman/blueman-9999.ebuild index 97591cc534bb..ff819a45bbae 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 } |