diff options
author | Jim Ramsay <lack@gentoo.org> | 2009-08-03 16:12:10 +0000 |
---|---|---|
committer | Jim Ramsay <lack@gentoo.org> | 2009-08-03 16:12:10 +0000 |
commit | e2e853090bf54845cef5173e41398f1f1ffafca0 (patch) | |
tree | 6e3c00a4a827ef69fca82313b962075a526b123c /x11-plugins/gkrellmss | |
parent | x11-drivers/xf86-video-sisusb: bump to 0.9.3 (diff) | |
download | gentoo-2-e2e853090bf54845cef5173e41398f1f1ffafca0.tar.gz gentoo-2-e2e853090bf54845cef5173e41398f1f1ffafca0.tar.bz2 gentoo-2-e2e853090bf54845cef5173e41398f1f1ffafca0.zip |
Adding IUSE=+alsa to fully satisfy Bug #279786
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'x11-plugins/gkrellmss')
-rw-r--r-- | x11-plugins/gkrellmss/ChangeLog | 6 | ||||
-rw-r--r-- | x11-plugins/gkrellmss/gkrellmss-2.6-r1.ebuild | 5 | ||||
-rw-r--r-- | x11-plugins/gkrellmss/gkrellmss-2.6.ebuild | 5 |
3 files changed, 11 insertions, 5 deletions
diff --git a/x11-plugins/gkrellmss/ChangeLog b/x11-plugins/gkrellmss/ChangeLog index 2197bd682448..812b475f0ed6 100644 --- a/x11-plugins/gkrellmss/ChangeLog +++ b/x11-plugins/gkrellmss/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-plugins/gkrellmss # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellmss/ChangeLog,v 1.31 2009/08/03 13:31:29 lack Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellmss/ChangeLog,v 1.32 2009/08/03 16:12:10 lack Exp $ + + 03 Aug 2009; Jim Ramsay <lack@gentoo.org> gkrellmss-2.6.ebuild, + gkrellmss-2.6-r1.ebuild: + Adding IUSE=+alsa to fully satisfy Bug #279786 03 Aug 2009; Jim Ramsay <lack@gentoo.org> gkrellmss-2.6.ebuild, gkrellmss-2.6-r1.ebuild: diff --git a/x11-plugins/gkrellmss/gkrellmss-2.6-r1.ebuild b/x11-plugins/gkrellmss/gkrellmss-2.6-r1.ebuild index 5dcbee87be35..03ca8aae586c 100644 --- a/x11-plugins/gkrellmss/gkrellmss-2.6-r1.ebuild +++ b/x11-plugins/gkrellmss/gkrellmss-2.6-r1.ebuild @@ -1,10 +1,11 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellmss/gkrellmss-2.6-r1.ebuild,v 1.6 2009/08/03 13:31:29 lack Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellmss/gkrellmss-2.6-r1.ebuild,v 1.7 2009/08/03 16:12:10 lack Exp $ +EAPI=1 inherit gkrellm-plugin -IUSE="alsa esd nls" +IUSE="+alsa esd nls" DESCRIPTION="A plugin for GKrellM2 that has a VU meter and a sound chart" HOMEPAGE="http://members.dslextreme.com/users/billw/gkrellmss/gkrellmss.html" diff --git a/x11-plugins/gkrellmss/gkrellmss-2.6.ebuild b/x11-plugins/gkrellmss/gkrellmss-2.6.ebuild index 66fd943e3ac3..154291a149b9 100644 --- a/x11-plugins/gkrellmss/gkrellmss-2.6.ebuild +++ b/x11-plugins/gkrellmss/gkrellmss-2.6.ebuild @@ -1,10 +1,11 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellmss/gkrellmss-2.6.ebuild,v 1.12 2009/08/03 13:31:29 lack Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellmss/gkrellmss-2.6.ebuild,v 1.13 2009/08/03 16:12:10 lack Exp $ +EAPI=1 inherit gkrellm-plugin -IUSE="alsa esd nls" +IUSE="+alsa esd nls" DESCRIPTION="A plugin for GKrellM2 that has a VU meter and a sound chart" HOMEPAGE="http://members.dslextreme.com/users/billw/gkrellmss/gkrellmss.html" |