diff options
author | David Seifert <soap@gentoo.org> | 2020-02-13 22:39:52 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-02-13 22:39:52 +0100 |
commit | 7773629ad8f7068a089579690675fb3370889de6 (patch) | |
tree | 0966f0b8cc36b3f0974210729bdd2c38320fc4f1 /x11-plugins | |
parent | www-servers/nginx-unit: [QA] inherit toolchain-funcs.eclass directly (diff) | |
download | gentoo-7773629ad8f7068a089579690675fb3370889de6.tar.gz gentoo-7773629ad8f7068a089579690675fb3370889de6.tar.bz2 gentoo-7773629ad8f7068a089579690675fb3370889de6.zip |
x11-plugins/gkrellm-countdown: [QA] inherit toolchain-funcs.eclass directly
Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/gkrellm-countdown/gkrellm-countdown-0.1.2-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-plugins/gkrellm-countdown/gkrellm-countdown-0.1.2-r1.ebuild b/x11-plugins/gkrellm-countdown/gkrellm-countdown-0.1.2-r1.ebuild index 81e9a1f50a6d..ce1fc9af4cad 100644 --- a/x11-plugins/gkrellm-countdown/gkrellm-countdown-0.1.2-r1.ebuild +++ b/x11-plugins/gkrellm-countdown/gkrellm-countdown-0.1.2-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit gkrellm-plugin +inherit gkrellm-plugin toolchain-funcs DESCRIPTION="A simple countdown clock for GKrellM2" SRC_URI="http://oss.pugsplace.net/${P}.tar.gz" |