diff options
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/pure-sfv/ChangeLog | 7 | ||||
-rw-r--r-- | app-arch/pure-sfv/Manifest | 4 | ||||
-rw-r--r-- | app-arch/pure-sfv/pure-sfv-0.3.ebuild | 4 |
3 files changed, 9 insertions, 6 deletions
diff --git a/app-arch/pure-sfv/ChangeLog b/app-arch/pure-sfv/ChangeLog index 6620930e158e..39b60ff8265a 100644 --- a/app-arch/pure-sfv/ChangeLog +++ b/app-arch/pure-sfv/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-arch/pure-sfv -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/pure-sfv/ChangeLog,v 1.2 2003/12/13 18:22:15 brad_mssw Exp $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-arch/pure-sfv/ChangeLog,v 1.3 2004/04/13 22:17:10 weeve Exp $ + + 13 Apr 2004; Jason Wever <weeve@gentoo.org> pure-sfv-0.3.ebuild: + Added ~sparc keyword. 13 Dec 2003; Brad House <brad_mssw@gentoo.org> pure-sfv-0.3.ebuild: mark stable on amd64 diff --git a/app-arch/pure-sfv/Manifest b/app-arch/pure-sfv/Manifest index 80064854e682..65f79d69a1be 100644 --- a/app-arch/pure-sfv/Manifest +++ b/app-arch/pure-sfv/Manifest @@ -1,3 +1,3 @@ -MD5 b5c4469ef80f41bf09fc89c66e3f67e8 ChangeLog 461 -MD5 96bda2efa84647d75a4485cb2fbc1f0d pure-sfv-0.3.ebuild 650 +MD5 1ebabafe8c3ecffb3f29109785421a84 ChangeLog 549 +MD5 7cda2c08f151aec208269ff1e1e82a0a pure-sfv-0.3.ebuild 653 MD5 7d7ba97578b6bdc7d018e40fc31e19cb files/digest-pure-sfv-0.3 67 diff --git a/app-arch/pure-sfv/pure-sfv-0.3.ebuild b/app-arch/pure-sfv/pure-sfv-0.3.ebuild index 23bb528f2bb1..6fd92f5a0d7b 100644 --- a/app-arch/pure-sfv/pure-sfv-0.3.ebuild +++ b/app-arch/pure-sfv/pure-sfv-0.3.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/app-arch/pure-sfv/pure-sfv-0.3.ebuild,v 1.3 2004/03/12 11:11:07 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/pure-sfv/pure-sfv-0.3.ebuild,v 1.4 2004/04/13 22:17:10 weeve Exp $ DESCRIPTION="utility to test and create .sfv files and create .par files" HOMEPAGE="http://pure-sfv.sourceforge.net/" @@ -8,7 +8,7 @@ SRC_URI="mirror://sourceforge/pure-sfv/${PN}_${PV}_src.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 amd64" +KEYWORDS="x86 amd64 ~sparc" DEPEND="virtual/glibc" |