app-portage/smart-live-rebuild: Bump the live ebuild to EAPI=6
authorMichał Górny <mgorny@gentoo.org>
Thu, 24 Aug 2017 21:51:52 +0000 (23:51 +0200)
committerMichał Górny <mgorny@gentoo.org>
Thu, 24 Aug 2017 22:03:27 +0000 (00:03 +0200)
app-portage/smart-live-rebuild/smart-live-rebuild-9999.ebuild

index b5d6bb2ea6199a3014485fddcc5ced42a63d1755..c8a7533d0933dfd9c33b08ea0b9a9f71c2250fc7 100644 (file)
@@ -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
 }