diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-08-24 23:51:52 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-08-25 00:03:27 +0200 |
commit | eb163b6d750117a03da407c77bcdaaabcf54acc8 (patch) | |
tree | c6b1fa30cd7f7ca8607565baaf52deb2c52e58f3 /app-portage/smart-live-rebuild | |
parent | app-portage/smart-live-rebuild: Kill the #ifdef idea (diff) | |
download | gentoo-eb163b6d750117a03da407c77bcdaaabcf54acc8.tar.gz gentoo-eb163b6d750117a03da407c77bcdaaabcf54acc8.tar.bz2 gentoo-eb163b6d750117a03da407c77bcdaaabcf54acc8.zip |
app-portage/smart-live-rebuild: Bump the live ebuild to EAPI=6
Diffstat (limited to 'app-portage/smart-live-rebuild')
-rw-r--r-- | app-portage/smart-live-rebuild/smart-live-rebuild-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-portage/smart-live-rebuild/smart-live-rebuild-9999.ebuild b/app-portage/smart-live-rebuild/smart-live-rebuild-9999.ebuild index b5d6bb2ea619..c8a7533d0933 100644 --- a/app-portage/smart-live-rebuild/smart-live-rebuild-9999.ebuild +++ b/app-portage/smart-live-rebuild/smart-live-rebuild-9999.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=6 PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) EGIT_REPO_URI="https://github.com/mgorny/${PN}.git" @@ -28,5 +28,5 @@ python_install_all() { insinto /etc/portage newins smart-live-rebuild.conf{.example,} insinto /usr/share/portage/config/sets - newins sets.conf.example ${PN}.conf + newins sets.conf.example smart-live-rebuild.conf } |