diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 21:03:57 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 21:03:57 +0000 |
commit | c99b6078de9618887b0ca5166bff6e7fe1588374 (patch) | |
tree | 2e1792a7ef6f163c79b984ebf87c759e25ed7fdc /media-sound | |
parent | Marked ppc (Manifest recommit) (diff) | |
download | gentoo-2-c99b6078de9618887b0ca5166bff6e7fe1588374.tar.gz gentoo-2-c99b6078de9618887b0ca5166bff6e7fe1588374.tar.bz2 gentoo-2-c99b6078de9618887b0ca5166bff6e7fe1588374.zip |
sync IUSE (-debug), trim trailing whitespace
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/sbconf/sbconf-1.0.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/media-sound/sbconf/sbconf-1.0.ebuild b/media-sound/sbconf/sbconf-1.0.ebuild index bfc87427441f..7fc4a7ae7c0b 100644 --- a/media-sound/sbconf/sbconf-1.0.ebuild +++ b/media-sound/sbconf/sbconf-1.0.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/sbconf/sbconf-1.0.ebuild,v 1.5 2004/07/09 09:21:19 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/sbconf/sbconf-1.0.ebuild,v 1.6 2004/07/14 21:03:57 agriffis Exp $ -IUSE="debug" +IUSE="" inherit gnome2 eutils @@ -38,4 +38,3 @@ src_compile() { src_install() { einstall || die } - |