mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 12:38:09 -07:00
x11-plugins/gkrellm-countdown: Eclass update
Package-Manager: Portage-2.3.19, Repoman-2.3.6
This commit is contained in:
@@ -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}"
|
||||
RDEPEND="app-admin/gkrellm:2[X]"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
S="${WORKDIR}/${PN}"
|
||||
|
||||
PATCHES=( "${FILESDIR}/${PN}-makefile.patch" )
|
||||
S=${WORKDIR}/${PN}
|
||||
PATCHES=( "${FILESDIR}"/${PN}-makefile.patch )
|
||||
|
||||
src_compile() {
|
||||
emake CC="$(tc-getCC)" LDFLAGS="${LDFLAGS}"
|
||||
|
||||
Reference in New Issue
Block a user