diff options
author | Guy Martin <gmsoft@gentoo.org> | 2006-03-09 08:47:41 +0000 |
---|---|---|
committer | Guy Martin <gmsoft@gentoo.org> | 2006-03-09 08:47:41 +0000 |
commit | 5d6c8e0b0f903d16d80c04ca2111b586b6e23b2f (patch) | |
tree | 1fb7584ce75dc9cce2f9e6113c5791004747f5e2 /net-mail | |
parent | Fixed stray digest (diff) | |
download | gentoo-2-5d6c8e0b0f903d16d80c04ca2111b586b6e23b2f.tar.gz gentoo-2-5d6c8e0b0f903d16d80c04ca2111b586b6e23b2f.tar.bz2 gentoo-2-5d6c8e0b0f903d16d80c04ca2111b586b6e23b2f.zip |
Stable on hppa.
(Portage version: 2.1_pre5-r2)
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/base64/ChangeLog | 7 | ||||
-rw-r--r-- | net-mail/base64/base64-1.3.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/net-mail/base64/ChangeLog b/net-mail/base64/ChangeLog index f3839966e2d2..9dcbe64c43d8 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.12 2005/08/07 13:34:37 hansmi Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-mail/base64/ChangeLog,v 1.13 2006/03/09 08:47:41 gmsoft Exp $ + + 09 Mar 2006; Guy Martin <gmsoft@gentoo.org> base64-1.3.ebuild: + Stable on hppa. 07 Aug 2005; Michael Hanselmann <hansmi@gentoo.org> base64-1.3.ebuild: Stable on ppc. diff --git a/net-mail/base64/base64-1.3.ebuild b/net-mail/base64/base64-1.3.ebuild index c062dc4eb2dd..8d7cbda3bd67 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 +# Copyright 1999-2006 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.13 2005/08/07 13:34:37 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/base64/base64-1.3.ebuild,v 1.14 2006/03/09 08:47:41 gmsoft 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="alpha ~amd64 ia64 ppc sparc x86" +KEYWORDS="alpha ~amd64 hppa ia64 ppc sparc x86" DEPEND="virtual/libc" src_compile() { |