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 | |
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')
-rw-r--r-- | x11-misc/mixer_app/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/mixer_app/mixer_app-1.7.0.ebuild | 5 | ||||
-rw-r--r-- | x11-misc/mixer_app/mixer_app-1.8.0.ebuild | 3 |
3 files changed, 10 insertions, 4 deletions
diff --git a/x11-misc/mixer_app/ChangeLog b/x11-misc/mixer_app/ChangeLog index e5499dbc4185..5836ea071601 100644 --- a/x11-misc/mixer_app/ChangeLog +++ b/x11-misc/mixer_app/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/mixer_app # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/mixer_app/ChangeLog,v 1.10 2004/04/16 00:19:08 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/mixer_app/ChangeLog,v 1.11 2004/06/01 13:17:40 tseng Exp $ + + 01 Jun 2004; Brandon Hale <tseng@gentoo.org> mixer_app-1.7.0.ebuild, + mixer_app-1.8.0.ebuild: + Add IUSE= 15 Apr 2004; Jason Wever <weeve@gentoo.org> mixer_app-1.8.0.ebuild: Marked stable on sparc and changed the x11-base/xfree dep to virtual/x11. diff --git a/x11-misc/mixer_app/mixer_app-1.7.0.ebuild b/x11-misc/mixer_app/mixer_app-1.7.0.ebuild index fc62becc17a9..d1cfc1a0697b 100644 --- a/x11-misc/mixer_app/mixer_app-1.7.0.ebuild +++ b/x11-misc/mixer_app/mixer_app-1.7.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.7.0.ebuild,v 1.6 2004/04/16 00:19:08 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/mixer_app/mixer_app-1.7.0.ebuild,v 1.7 2004/06/01 13:17:40 tseng Exp $ #need to do some name mangling #so that ebuild name adheres to "standart" @@ -15,7 +15,8 @@ DEPEND="virtual/glibc x11-base/xfree " LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 sparc " +KEYWORDS="x86 sparc" +IUSE="" src_compile() { emake || die 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" |