From eb163b6d750117a03da407c77bcdaaabcf54acc8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Thu, 24 Aug 2017 23:51:52 +0200 Subject: [PATCH] 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 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 } -- 2.26.2