diff options
author | Michael Hanselmann <hansmi@gentoo.org> | 2005-08-07 13:34:37 +0000 |
---|---|---|
committer | Michael Hanselmann <hansmi@gentoo.org> | 2005-08-07 13:34:37 +0000 |
commit | 5979236c34f0468c7b5c069f89958deec0d14998 (patch) | |
tree | 8286a917e6ec87c8c0214d658472fdfce8ec5605 /net-mail/base64 | |
parent | Stable on ppc. (diff) | |
download | historical-5979236c34f0468c7b5c069f89958deec0d14998.tar.gz historical-5979236c34f0468c7b5c069f89958deec0d14998.tar.bz2 historical-5979236c34f0468c7b5c069f89958deec0d14998.zip |
Stable on ppc.
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'net-mail/base64')
-rw-r--r-- | net-mail/base64/ChangeLog | 5 | ||||
-rw-r--r-- | net-mail/base64/base64-1.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-mail/base64/ChangeLog b/net-mail/base64/ChangeLog index 1323d544bb5b..f3839966e2d2 100644 --- a/net-mail/base64/ChangeLog +++ b/net-mail/base64/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-mail/base64 # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/base64/ChangeLog,v 1.11 2005/04/01 15:49:34 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/base64/ChangeLog,v 1.12 2005/08/07 13:34:37 hansmi Exp $ + + 07 Aug 2005; Michael Hanselmann <hansmi@gentoo.org> base64-1.3.ebuild: + Stable on ppc. 01 Apr 2005; Aron Griffis <agriffis@gentoo.org> base64-1.3.ebuild: stable on ia64 diff --git a/net-mail/base64/base64-1.3.ebuild b/net-mail/base64/base64-1.3.ebuild index 2ffbb0a3e49b..c062dc4eb2dd 100644 --- a/net-mail/base64/base64-1.3.ebuild +++ b/net-mail/base64/base64-1.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/base64/base64-1.3.ebuild,v 1.12 2005/04/01 15:49:34 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/base64/base64-1.3.ebuild,v 1.13 2005/08/07 13:34:37 hansmi Exp $ IUSE="" DESCRIPTION="Command line program that encodes/decodes files in base64" @@ -8,7 +8,7 @@ HOMEPAGE="http://www.fourmilab.ch/webtools/base64/" SRC_URI="http://www.fourmilab.ch/webtools/base64/${P}.tar.gz" LICENSE="as-is" SLOT="0" -KEYWORDS="x86 sparc alpha ia64 ~ppc ~amd64" +KEYWORDS="alpha ~amd64 ia64 ppc sparc x86" DEPEND="virtual/libc" src_compile() { |