commit:     bad589589d546fd00e9780f8be88f7d381767108
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Wed Jan  3 22:34:32 2018 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Thu Jan  4 09:15:44 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bad58958

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(-)

diff --git a/x11-plugins/gkrellmss/gkrellmss-2.6-r4.ebuild 
b/x11-plugins/gkrellmss/gkrellmss-2.6-r4.ebuild
index 3255120187b..473087da140 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

Reply via email to