From bad589589d546fd00e9780f8be88f7d381767108 Mon Sep 17 00:00:00 2001 From: David Seifert Date: Wed, 3 Jan 2018 23:34:32 +0100 Subject: x11-plugins/gkrellmss: Eclass update Package-Manager: Portage-2.3.19, Repoman-2.3.6 --- x11-plugins/gkrellmss/gkrellmss-2.6-r4.ebuild | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'x11-plugins/gkrellmss') diff --git a/x11-plugins/gkrellmss/gkrellmss-2.6-r4.ebuild b/x11-plugins/gkrellmss/gkrellmss-2.6-r4.ebuild index 3255120187b8..473087da1408 100644 --- a/x11-plugins/gkrellmss/gkrellmss-2.6-r4.ebuild +++ b/x11-plugins/gkrellmss/gkrellmss-2.6-r4.ebuild @@ -1,7 +1,8 @@ -# 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 DESCRIPTION="A plugin for GKrellM2 that has a VU meter and a sound chart" @@ -14,16 +15,15 @@ KEYWORDS="~alpha amd64 ~ppc ~sparc x86" IUSE="nls" RDEPEND=" - app-admin/gkrellm[X] + app-admin/gkrellm:2[X] media-libs/alsa-lib - sci-libs/fftw:3.0= -" + sci-libs/fftw:3.0=" DEPEND="${RDEPEND}" -PLUGIN_SO="src/gkrellmss.so" -PLUGIN_DOCS="Themes" +PATCHES=( "${FILESDIR}"/${P}-Respect-LDFLAGS.patch ) -PATCHES=( "${FILESDIR}/${P}-Respect-LDFLAGS.patch" ) +PLUGIN_SO=( src/gkrellmss$(get_modname) ) +PLUGIN_DOCS=( Themes ) src_compile() { addpredict /dev/snd -- cgit v1.2.3-65-gdbad