Skip to content

Commit

Permalink
x11-plugins/gkrellm-imonc: Eclass update
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.19, Repoman-2.3.6
  • Loading branch information
SoapGentoo committed Jan 4, 2018
1 parent 952d48e commit b021ee6
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions x11-plugins/gkrellm-imonc/gkrellm-imonc-0.2-r1.ebuild
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Copyright 1999-2017 Gentoo Foundation
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=6

inherit gkrellm-plugin
inherit gkrellm-plugin toolchain-funcs

DESCRIPTION="A GKrellM2 plugin to control a fli4l router"
SRC_URI="mirror://sourceforge/${PN}/${PN}-src-${PV}.tar.bz2"
Expand All @@ -15,13 +15,12 @@ SLOT="0"
KEYWORDS="~amd64 x86"
IUSE=""

COMMON_DEPEND="app-admin/gkrellm[X]"
DEPEND+=" ${COMMON_DEPEND}"
RDEPEND+=" ${COMMON_DEPEND}"
RDEPEND="app-admin/gkrellm:2[X]"
DEPEND="${RDEPEND}"

S="${WORKDIR}/${PN}-src-${PV}"

PATCHES=( "${FILESDIR}/${PN}-makefile.patch" )
PATCHES=( "${FILESDIR}"/${PN}-makefile.patch )

src_compile() {
emake CC="$(tc-getCC)" LDFLAGS="${LDFLAGS}"
Expand Down

0 comments on commit b021ee6

Please sign in to comment.