diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-07-23 23:23:31 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-07-23 23:23:31 +0000 |
commit | 750e801382ad4a64e2b99377d37dad5c7ebfa249 (patch) | |
tree | 68025a37b81a2712af7189027bd7b3218c02e829 /app-arch | |
parent | Initial import, ebuild submitted by Jan-David Quesel <jdq@gmx.net> in bug #57... (diff) | |
download | gentoo-2-750e801382ad4a64e2b99377d37dad5c7ebfa249.tar.gz gentoo-2-750e801382ad4a64e2b99377d37dad5c7ebfa249.tar.bz2 gentoo-2-750e801382ad4a64e2b99377d37dad5c7ebfa249.zip |
Stable on alpha.
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/arc/ChangeLog | 5 | ||||
-rw-r--r-- | app-arch/arc/arc-5.21j.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-arch/arc/ChangeLog b/app-arch/arc/ChangeLog index 0bc86cb64363..6dd5472c6d87 100644 --- a/app-arch/arc/ChangeLog +++ b/app-arch/arc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-arch/arc # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/arc/ChangeLog,v 1.12 2004/07/12 03:06:30 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/arc/ChangeLog,v 1.13 2004/07/23 23:23:31 kloeri Exp $ + + 24 Jul 2004; Bryan Østergaard <kloeri@gentoo.org> arc-5.21j.ebuild: + Stable on alpha. 11 Jul 2004; Tom Gall <tgall@gentoo.org> arc-5.21j.ebuild: stable on ppc64 bug #55409 diff --git a/app-arch/arc/arc-5.21j.ebuild b/app-arch/arc/arc-5.21j.ebuild index 6414cc5ca683..5c723b204e6f 100644 --- a/app-arch/arc/arc-5.21j.ebuild +++ b/app-arch/arc/arc-5.21j.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/app-arch/arc/arc-5.21j.ebuild,v 1.10 2004/07/12 03:06:30 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/arc/arc-5.21j.ebuild,v 1.11 2004/07/23 23:23:31 kloeri Exp $ inherit gcc @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/arc/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ~ppc sparc ~alpha amd64 ppc64" +KEYWORDS="x86 ~ppc sparc alpha amd64 ppc64" IUSE="" DEPEND="virtual/libc" |