diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-01-15 04:24:03 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-01-15 04:24:03 +0000 |
commit | 0a2ef6cb6c45daaf91aef720f418d9b4409bae4d (patch) | |
tree | 894595d1f9f8c559b394ad4f0cee8e50085fa1cd /app-arch/dump | |
parent | Version bump. (Manifest recommit) (diff) | |
download | gentoo-2-0a2ef6cb6c45daaf91aef720f418d9b4409bae4d.tar.gz gentoo-2-0a2ef6cb6c45daaf91aef720f418d9b4409bae4d.tar.bz2 gentoo-2-0a2ef6cb6c45daaf91aef720f418d9b4409bae4d.zip |
add ~alpha now that it seems to build (contrary to my experience a couple months ago in bug 31328)
Diffstat (limited to 'app-arch/dump')
-rw-r--r-- | app-arch/dump/ChangeLog | 8 | ||||
-rw-r--r-- | app-arch/dump/dump-0.4.34.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/app-arch/dump/ChangeLog b/app-arch/dump/ChangeLog index 7942b79559a9..29c4c6080089 100644 --- a/app-arch/dump/ChangeLog +++ b/app-arch/dump/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-arch/dump -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/dump/ChangeLog,v 1.18 2003/10/17 14:35:45 agriffis Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-arch/dump/ChangeLog,v 1.19 2004/01/15 04:24:03 agriffis Exp $ + + 14 Jan 2004; Aron Griffis <agriffis@gentoo.org> dump-0.4.34.ebuild: + add ~alpha now that it seems to build (contrary to my experience a couple + months ago in bug 31328) 17 Oct 2003; Aron Griffis <agriffis@gentoo.org> dump-0.4.34.ebuild: This version doesn't build on alpha (yet), so remove ~alpha diff --git a/app-arch/dump/dump-0.4.34.ebuild b/app-arch/dump/dump-0.4.34.ebuild index 93dbac7ddbd4..18e862b51952 100644 --- a/app-arch/dump/dump-0.4.34.ebuild +++ b/app-arch/dump/dump-0.4.34.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-arch/dump/dump-0.4.34.ebuild,v 1.8 2003/11/14 20:00:38 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/dump/dump-0.4.34.ebuild,v 1.9 2004/01/15 04:24:03 agriffis Exp $ MY_P=${P/4./4b} S=${WORKDIR}/${MY_P} @@ -10,7 +10,7 @@ HOMEPAGE="http://dump.sourceforge.net" SLOT="0" LICENSE="BSD" -KEYWORDS="~x86 ~ppc ~sparc ia64" +KEYWORDS="~x86 ~ppc ~sparc ia64 ~alpha" IUSE="readline static" DEPEND=">=sys-fs/e2fsprogs-1.27 |