commit: 75c45a514f7602e4f4b05e5dced78fbdfb60eaa0 Author: David Seifert <soap <AT> gentoo <DOT> org> AuthorDate: Wed Jan 3 22:34:34 2018 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Thu Jan 4 09:16:20 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75c45a51
x11-plugins/gkrellm-countdown: Eclass update Package-Manager: Portage-2.3.19, Repoman-2.3.6 .../gkrellm-countdown/gkrellm-countdown-0.1.2-r1.ebuild | 14 ++++++-------- 1 file 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 7c36a135768..81e9a1f50a6 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}"
