diff options
author | Jason Wever <weeve@gentoo.org> | 2004-02-15 00:06:06 +0000 |
---|---|---|
committer | Jason Wever <weeve@gentoo.org> | 2004-02-15 00:06:06 +0000 |
commit | f08ef9f7d3295b579bb5e744bbf3cd6ba787f819 (patch) | |
tree | e14300f12232de4b7858a5d004779fff1b09699d /app-text/wv2 | |
parent | fix DEPENDs #41594 (diff) | |
download | gentoo-2-f08ef9f7d3295b579bb5e744bbf3cd6ba787f819.tar.gz gentoo-2-f08ef9f7d3295b579bb5e744bbf3cd6ba787f819.tar.bz2 gentoo-2-f08ef9f7d3295b579bb5e744bbf3cd6ba787f819.zip |
Added ~sparc keyword.
Diffstat (limited to 'app-text/wv2')
-rw-r--r-- | app-text/wv2/ChangeLog | 7 | ||||
-rw-r--r-- | app-text/wv2/wv2-0.2.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-text/wv2/ChangeLog b/app-text/wv2/ChangeLog index 3ff2fa1a1b5f..c749fbefa6b7 100644 --- a/app-text/wv2/ChangeLog +++ b/app-text/wv2/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/wv2 -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/wv2/ChangeLog,v 1.12 2003/12/09 15:06:15 caleb Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/wv2/ChangeLog,v 1.13 2004/02/15 00:03:20 weeve Exp $ + + 14 Feb 2004; Jason Wever <weeve@gentoo.org> wv2-0.2.ebuild: + Added ~sparc keyword. 09 Dec 2003; Caleb Tennis <caleb@gentoo.org> wv2-0.2.ebuild: Mark x86 stable, move ~ppc to latest version diff --git a/app-text/wv2/wv2-0.2.ebuild b/app-text/wv2/wv2-0.2.ebuild index 3a8b8fda25ed..515b829a7735 100644 --- a/app-text/wv2/wv2-0.2.ebuild +++ b/app-text/wv2/wv2-0.2.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/app-text/wv2/wv2-0.2.ebuild,v 1.3 2003/12/09 15:06:15 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/wv2/wv2-0.2.ebuild,v 1.4 2004/02/15 00:03:20 weeve Exp $ S=${WORKDIR}/${P} @@ -8,7 +8,7 @@ DESCRIPTION="Excellent MS Word filter lib, used in most Office suites" SRC_URI="mirror://sourceforge/wvware/${P}.tar.bz2" HOMEPAGE="http://www.wvware.com" -KEYWORDS="x86 amd64 ~ppc" +KEYWORDS="x86 amd64 ~ppc ~sparc" SLOT="0" LICENSE="GPL-2" |