diff options
author | David Seifert <soap@gentoo.org> | 2018-01-03 23:34:34 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2018-01-04 10:16:20 +0100 |
commit | 75c45a514f7602e4f4b05e5dced78fbdfb60eaa0 (patch) | |
tree | 2629911ce06e34ede2e95ed63ad0ef0ac09a3300 /x11-plugins/gkrellm-countdown/gkrellm-countdown-0.1.2-r1.ebuild | |
parent | x11-plugins/gkrellflynn: Eclass update (diff) | |
download | gentoo-75c45a514f7602e4f4b05e5dced78fbdfb60eaa0.tar.gz gentoo-75c45a514f7602e4f4b05e5dced78fbdfb60eaa0.tar.bz2 gentoo-75c45a514f7602e4f4b05e5dced78fbdfb60eaa0.zip |
x11-plugins/gkrellm-countdown: Eclass update
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'x11-plugins/gkrellm-countdown/gkrellm-countdown-0.1.2-r1.ebuild')
-rw-r--r-- | x11-plugins/gkrellm-countdown/gkrellm-countdown-0.1.2-r1.ebuild | 14 |
1 files changed, 6 insertions, 8 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 7c36a135768d..81e9a1f50a6d 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,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -9,18 +9,16 @@ DESCRIPTION="A simple countdown clock for GKrellM2" SRC_URI="http://oss.pugsplace.net/${P}.tar.gz" HOMEPAGE="http://freecode.com/projects/gkrellm-countdown" -SLOT="0" LICENSE="GPL-2" +SLOT="0" KEYWORDS="~amd64 ppc sparc x86" IUSE="" -COMMON_DEPEND="app-admin/gkrellm[X]" -RDEPEND+=" ${COMMON_DEPEND}" -DEPEND+=" ${COMMON_DEPEND}" - -S="${WORKDIR}/${PN}" +RDEPEND="app-admin/gkrellm:2[X]" +DEPEND="${RDEPEND}" -PATCHES=( "${FILESDIR}/${PN}-makefile.patch" ) +S=${WORKDIR}/${PN} +PATCHES=( "${FILESDIR}"/${PN}-makefile.patch ) src_compile() { emake CC="$(tc-getCC)" LDFLAGS="${LDFLAGS}" |