Skip to content

Commit

Permalink
app-portage/smart-live-rebuild: Bump the live ebuild to EAPI=6
Browse files Browse the repository at this point in the history
  • Loading branch information
mgorny committed Aug 24, 2017
1 parent 6b6af8c commit eb163b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app-portage/smart-live-rebuild/smart-live-rebuild-9999.ebuild
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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
}

0 comments on commit eb163b6

Please sign in to comment.