commit: ad94a9880d51d268a9267c8c7d6b647621c0d045 Author: Sergey Popov <pinkbyte <AT> gentoo <DOT> org> AuthorDate: Thu May 17 10:57:55 2018 +0000 Commit: Sergey Popov <pinkbyte <AT> gentoo <DOT> org> CommitDate: Thu May 17 10:57:55 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad94a988
app-misc/clockywock: bump EAPI to 6, drop base eclass Package-Manager: Portage-2.3.31, Repoman-2.3.9 app-misc/clockywock/clockywock-0.3.1a.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app-misc/clockywock/clockywock-0.3.1a.ebuild b/app-misc/clockywock/clockywock-0.3.1a.ebuild index 3f02905b1bd..26f1be9445c 100644 --- a/app-misc/clockywock/clockywock-0.3.1a.ebuild +++ b/app-misc/clockywock/clockywock-0.3.1a.ebuild @@ -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() {
