diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2019-12-15 18:25:48 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2019-12-15 18:25:48 +0000 |
commit | 6e60337ebfcad35bc38e0e018b043ccc6eaa3482 (patch) | |
tree | 12fa380e54f3a5da1375ba0eb028fcf90cf3790c /x11-terms | |
parent | c3eb3b968dd6f17f1e6c5ac61c8df2d56bdab413 (diff) |
x11-terms/cool-retro-term : EAPI bump
Diffstat (limited to 'x11-terms')
-rw-r--r-- | x11-terms/cool-retro-term/cool-retro-term-1.1.1-r1.ebuild (renamed from x11-terms/cool-retro-term/cool-retro-term-1.1.1.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-terms/cool-retro-term/cool-retro-term-1.1.1.ebuild b/x11-terms/cool-retro-term/cool-retro-term-1.1.1-r1.ebuild index ff951cab..32975d76 100644 --- a/x11-terms/cool-retro-term/cool-retro-term-1.1.1.ebuild +++ b/x11-terms/cool-retro-term/cool-retro-term-1.1.1-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 2016-2019 Redcore Linux Project # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=6 inherit eutils qmake-utils git-r3 @@ -36,5 +36,5 @@ src_configure() { } src_install() { - make INSTALL_ROOT=${D} install || die + emake INSTALL_ROOT=${D} install || die } |