diff options
author | Tom Gall <tgall@gentoo.org> | 2004-07-16 02:02:27 +0000 |
---|---|---|
committer | Tom Gall <tgall@gentoo.org> | 2004-07-16 02:02:27 +0000 |
commit | a6c259e309f5393f2d10d01233ae9a1092cde3a7 (patch) | |
tree | 987abeace7aead3514d71f894e7168f11ffdb382 /app-text/unix2dos | |
parent | stable on ppc64, bug #55545 (diff) | |
download | historical-a6c259e309f5393f2d10d01233ae9a1092cde3a7.tar.gz historical-a6c259e309f5393f2d10d01233ae9a1092cde3a7.tar.bz2 historical-a6c259e309f5393f2d10d01233ae9a1092cde3a7.zip |
stable on ppc64, bug #55546
Diffstat (limited to 'app-text/unix2dos')
-rw-r--r-- | app-text/unix2dos/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/unix2dos/unix2dos-2.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-text/unix2dos/ChangeLog b/app-text/unix2dos/ChangeLog index 22861630b612..4ec772a2ce1c 100644 --- a/app-text/unix2dos/ChangeLog +++ b/app-text/unix2dos/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/unix2dos # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/unix2dos/ChangeLog,v 1.11 2004/06/28 04:14:12 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/unix2dos/ChangeLog,v 1.12 2004/07/16 02:02:27 tgall Exp $ + + 15 Jul 2004; Tom Gall <tgall@gentoo.org> unix2dos-2.2.ebuild: + stable on ppc64, bug #55546 28 Jun 2004; Ciaran McCreesh <ciaranm@gentoo.org> unix2dos-2.2.ebuild: Added ~mips diff --git a/app-text/unix2dos/unix2dos-2.2.ebuild b/app-text/unix2dos/unix2dos-2.2.ebuild index 94cf3be55441..b52aff8fa448 100644 --- a/app-text/unix2dos/unix2dos-2.2.ebuild +++ b/app-text/unix2dos/unix2dos-2.2.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-text/unix2dos/unix2dos-2.2.ebuild,v 1.15 2004/07/14 00:49:38 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/unix2dos/unix2dos-2.2.ebuild,v 1.16 2004/07/16 02:02:27 tgall Exp $ inherit gcc eutils @@ -10,7 +10,7 @@ SRC_URI="mirror://gentoo/${P}.src.tar.gz" LICENSE="freedist" SLOT="0" -KEYWORDS="x86 ppc alpha amd64 sparc hppa ~mips" +KEYWORDS="x86 ppc alpha amd64 sparc hppa ~mips ppc64" IUSE="" DEPEND="" |