diff options
author | Brandon Hale <tseng@gentoo.org> | 2004-06-01 13:20:04 +0000 |
---|---|---|
committer | Brandon Hale <tseng@gentoo.org> | 2004-06-01 13:20:04 +0000 |
commit | fe0f3ec9dfa9ba02a5843ac78993a47763b859e9 (patch) | |
tree | 5843c37b4bf57429bf217a77f9b17faedfc8e6ac /x11-misc/mixer_app/mixer_app-1.8.0.ebuild | |
parent | Add IUSE= (Manifest recommit) (diff) | |
download | gentoo-2-fe0f3ec9dfa9ba02a5843ac78993a47763b859e9.tar.gz gentoo-2-fe0f3ec9dfa9ba02a5843ac78993a47763b859e9.tar.bz2 gentoo-2-fe0f3ec9dfa9ba02a5843ac78993a47763b859e9.zip |
Add IUSE=
Diffstat (limited to 'x11-misc/mixer_app/mixer_app-1.8.0.ebuild')
-rw-r--r-- | x11-misc/mixer_app/mixer_app-1.8.0.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-misc/mixer_app/mixer_app-1.8.0.ebuild b/x11-misc/mixer_app/mixer_app-1.8.0.ebuild index 32393514dea3..0fdb56442893 100644 --- a/x11-misc/mixer_app/mixer_app-1.8.0.ebuild +++ b/x11-misc/mixer_app/mixer_app-1.8.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/mixer_app/mixer_app-1.8.0.ebuild,v 1.4 2004/04/16 00:19:08 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/mixer_app/mixer_app-1.8.0.ebuild,v 1.5 2004/06/01 13:17:40 tseng Exp $ #need to do some name mangling #so that ebuild name adheres to "standart" @@ -14,6 +14,7 @@ SRC_URI="http://www.fukt.bth.se/~per/mixer/${Name}-${PV}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ~ppc sparc" +IUSE="" DEPEND="virtual/glibc virtual/x11" |