diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2004-04-20 17:40:49 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2004-04-20 17:40:49 +0000 |
commit | 9ead36d82c6283f3ba771232a5e0764a639e2555 (patch) | |
tree | 8b81af6e0c6707eef54defaff76dd2d7cf50dbdd /media-sound/opmixer | |
parent | add depend on >=media-libs/sdl-mixer-1.2.4 (bug #48469); tidy (diff) | |
download | historical-9ead36d82c6283f3ba771232a5e0764a639e2555.tar.gz historical-9ead36d82c6283f3ba771232a5e0764a639e2555.tar.bz2 historical-9ead36d82c6283f3ba771232a5e0764a639e2555.zip |
Added IUSE.
Diffstat (limited to 'media-sound/opmixer')
-rw-r--r-- | media-sound/opmixer/ChangeLog | 7 | ||||
-rw-r--r-- | media-sound/opmixer/opmixer-0.75.ebuild | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/media-sound/opmixer/ChangeLog b/media-sound/opmixer/ChangeLog index 16b94f40a96e..98737a1b9dee 100644 --- a/media-sound/opmixer/ChangeLog +++ b/media-sound/opmixer/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/opmixer -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/opmixer/ChangeLog,v 1.6 2003/04/04 13:20:51 weeve Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/opmixer/ChangeLog,v 1.7 2004/04/20 17:30:15 eradicator Exp $ + + 20 Apr 2004; Jeremy Huddleston <eradicator@gentoo.org> opmixer-0.75.ebuild: + Added IUSE. *opmixer-0.75 (11 Jul 2002) diff --git a/media-sound/opmixer/opmixer-0.75.ebuild b/media-sound/opmixer/opmixer-0.75.ebuild index 06d536e01da3..092ce87019c4 100644 --- a/media-sound/opmixer/opmixer-0.75.ebuild +++ b/media-sound/opmixer/opmixer-0.75.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/opmixer/opmixer-0.75.ebuild,v 1.12 2004/03/01 05:37:15 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/opmixer/opmixer-0.75.ebuild,v 1.13 2004/04/20 17:30:15 eradicator Exp $ + +IUSE="" MY_P=${P/opm/opM} S=${WORKDIR}/${MY_P} |