app-misc/clockywock: bump EAPI to 6, drop base eclass
authorSergey Popov <pinkbyte@gentoo.org>
Thu, 17 May 2018 10:57:55 +0000 (13:57 +0300)
committerSergey Popov <pinkbyte@gentoo.org>
Thu, 17 May 2018 10:57:55 +0000 (13:57 +0300)
Package-Manager: Portage-2.3.31, Repoman-2.3.9

app-misc/clockywock/clockywock-0.3.1a.ebuild

index 3f02905b1bd1357de9395490e87c7febc81dd1ba..26f1be9445c7e2c3260ff1b9a3e104da07193bee 100644 (file)
@@ -1,9 +1,9 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="5"
+EAPI=6
 
-inherit base toolchain-funcs
+inherit toolchain-funcs
 
 DESCRIPTION="ncurses based analog clock"
 HOMEPAGE="https://soomka.com/clockywock"
@@ -22,7 +22,7 @@ src_prepare() {
        # Respect compiler
        tc-export CXX
 
-       base_src_prepare
+       default_src_prepare
 }
 
 src_install() {