commit:     95ebc467624cd50e9eb811ee3c503218aa0159ef
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu May 21 09:52:23 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu May 21 09:52:23 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95ebc467

games-puzzle/colorcode: EAPI-7 bump, eutils -> desktop.eclass

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 games-puzzle/colorcode/colorcode-0.8.5.ebuild | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/games-puzzle/colorcode/colorcode-0.8.5.ebuild 
b/games-puzzle/colorcode/colorcode-0.8.5.ebuild
index c304b720483..170203bdf02 100644
--- a/games-puzzle/colorcode/colorcode-0.8.5.ebuild
+++ b/games-puzzle/colorcode/colorcode-0.8.5.ebuild
@@ -1,11 +1,12 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
-inherit eutils qmake-utils
+EAPI=7
 
 MY_PN=ColorCode
-DESCRIPTION="A free advanced MasterMind clone"
+inherit desktop qmake-utils
+
+DESCRIPTION="Free advanced MasterMind clone"
 HOMEPAGE="http://colorcode.laebisch.com/";
 SRC_URI="http://${PN}.laebisch.com/download/${MY_PN}-${PV}.tar.gz";
 
@@ -21,7 +22,7 @@ DEPEND="
 "
 RDEPEND="${DEPEND}"
 
-S=${WORKDIR}/${MY_PN}-${PV}
+S="${WORKDIR}/${MY_PN}-${PV}"
 
 src_prepare() {
        default

Reply via email to