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 | 63e4f1d8016f52ca1ad6fe57bb59c1adf636dd21 (patch) | |
tree | af9a37434c79309755b3880daa38a6174914a960 /media-sound/sbconf/sbconf-1.0.ebuild | |
parent | Marked ppc (diff) | |
download | historical-63e4f1d8016f52ca1ad6fe57bb59c1adf636dd21.tar.gz historical-63e4f1d8016f52ca1ad6fe57bb59c1adf636dd21.tar.bz2 historical-63e4f1d8016f52ca1ad6fe57bb59c1adf636dd21.zip |
sync IUSE (-debug), trim trailing whitespace
Diffstat (limited to 'media-sound/sbconf/sbconf-1.0.ebuild')
-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 } - |