commit: eb163b6d750117a03da407c77bcdaaabcf54acc8
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 24 21:51:52 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Aug 24 22:03:27 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb163b6d
app-portage/smart-live-rebuild: Bump the live ebuild to EAPI=6
app-portage/smart-live-rebuild/smart-live-rebuild-9999.ebuild | 4 ++--
1 file 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 b5d6bb2ea61..c8a7533d093 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
}