summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <eradicator@gentoo.org>2004-11-23 09:43:05 +0000
committerJeremy Huddleston <eradicator@gentoo.org>2004-11-23 09:43:05 +0000
commit83ae97ff28731013cc6a7547d294ca5897d31e54 (patch)
treea679b4cc466cab258948ec59ceed29cca582c080 /media-sound/mhwaveedit
parentAdded to ~sparc (diff)
downloadhistorical-83ae97ff28731013cc6a7547d294ca5897d31e54.tar.gz
historical-83ae97ff28731013cc6a7547d294ca5897d31e54.tar.bz2
historical-83ae97ff28731013cc6a7547d294ca5897d31e54.zip
Added to ~amd64 and ~sparc.
Diffstat (limited to 'media-sound/mhwaveedit')
-rw-r--r--media-sound/mhwaveedit/ChangeLog6
-rw-r--r--media-sound/mhwaveedit/mhwaveedit-1.3.3.ebuild7
2 files changed, 8 insertions, 5 deletions
diff --git a/media-sound/mhwaveedit/ChangeLog b/media-sound/mhwaveedit/ChangeLog
index a410a077428c..660bcefdf493 100644
--- a/media-sound/mhwaveedit/ChangeLog
+++ b/media-sound/mhwaveedit/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-sound/mhwaveedit
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/mhwaveedit/ChangeLog,v 1.6 2004/10/22 11:48:46 squinky86 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/mhwaveedit/ChangeLog,v 1.7 2004/11/23 09:43:05 eradicator Exp $
+
+ 23 Nov 2004; Jeremy Huddleston <eradicator@gentoo.org>
+ mhwaveedit-1.3.3.ebuild:
+ Added to ~amd64 and ~sparc.
*mhwaveedit-1.3.3 (22 Oct 2004)
diff --git a/media-sound/mhwaveedit/mhwaveedit-1.3.3.ebuild b/media-sound/mhwaveedit/mhwaveedit-1.3.3.ebuild
index 0de47522e71c..ecb6315f4978 100644
--- a/media-sound/mhwaveedit/mhwaveedit-1.3.3.ebuild
+++ b/media-sound/mhwaveedit/mhwaveedit-1.3.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/mhwaveedit/mhwaveedit-1.3.3.ebuild,v 1.1 2004/10/22 11:48:46 squinky86 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/mhwaveedit/mhwaveedit-1.3.3.ebuild,v 1.2 2004/11/23 09:43:05 eradicator Exp $
IUSE="gtk2 oss sdl"
@@ -10,7 +10,7 @@ HOMEPAGE="http://www.mtek.chalmers.se/~hjormagn/mhwaveedit.html"
SLOT="0"
LICENSE="GPL-2"
-KEYWORDS="~x86"
+KEYWORDS="~amd64 ~sparc ~x86"
DEPEND="gtk2? ( >=x11-libs/gtk+-2.0.0 )
!gtk2? ( =x11-libs/gtk+-1.2* )
@@ -25,6 +25,5 @@ src_compile() {
src_install() {
einstall || die
-
- dodoc COPYING ChangeLog AUTHORS README* NEWS BUGS
+ dodoc ChangeLog AUTHORS README* NEWS BUGS
}