diff options
author | Brad House <brad_mssw@gentoo.org> | 2004-01-29 03:19:54 +0000 |
---|---|---|
committer | Brad House <brad_mssw@gentoo.org> | 2004-01-29 03:19:54 +0000 |
commit | 53399ea4dab840db2e4bb2fe7c4cffe5ad49a71a (patch) | |
tree | ebe67098b00bc75f3e6fe62d9a1af8d421d6d855 /media-sound/smixer | |
parent | stable on ia64 (Manifest recommit) (diff) | |
download | gentoo-2-53399ea4dab840db2e4bb2fe7c4cffe5ad49a71a.tar.gz gentoo-2-53399ea4dab840db2e4bb2fe7c4cffe5ad49a71a.tar.bz2 gentoo-2-53399ea4dab840db2e4bb2fe7c4cffe5ad49a71a.zip |
mark stable on amd64
Diffstat (limited to 'media-sound/smixer')
-rw-r--r-- | media-sound/smixer/ChangeLog | 7 | ||||
-rw-r--r-- | media-sound/smixer/smixer-1.0.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/media-sound/smixer/ChangeLog b/media-sound/smixer/ChangeLog index d51cf95c4c20..e8e484f8c73b 100644 --- a/media-sound/smixer/ChangeLog +++ b/media-sound/smixer/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/smixer -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/smixer/ChangeLog,v 1.3 2003/02/12 07:33:44 vapier Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/smixer/ChangeLog,v 1.4 2004/01/29 03:16:37 brad_mssw Exp $ + + 28 Jan 2004; Brad House <brad_mssw@gentoo.org> smixer-1.0.1.ebuild: + mark stable on amd64 *smixer-1.0.1 (1 Feb 2002) 6 Sep 2002; Owen Stampflee <owen@gentoo.org> smixer-1.0.1.ebuild: diff --git a/media-sound/smixer/smixer-1.0.1.ebuild b/media-sound/smixer/smixer-1.0.1.ebuild index bfaf468cdb89..937da30e1222 100644 --- a/media-sound/smixer/smixer-1.0.1.ebuild +++ b/media-sound/smixer/smixer-1.0.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/smixer/smixer-1.0.1.ebuild,v 1.8 2003/09/07 00:06:06 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/smixer/smixer-1.0.1.ebuild,v 1.9 2004/01/29 03:16:37 brad_mssw Exp $ S=${WORKDIR}/${PN} DESCRIPTION="A command-line tool for setting and viewing mixer settings." @@ -11,7 +11,7 @@ DEPEND="virtual/glibc" SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 ppc" +KEYWORDS="x86 ppc amd64" src_compile() { emake || die |