diff options
author | 2006-03-09 08:47:41 +0000 | |
---|---|---|
committer | 2006-03-09 08:47:41 +0000 | |
commit | 97150f6c4e715a5d950c884947d8d1a411e84fe9 (patch) | |
tree | 5a8e334b4a166315018567b1f5f5fd022f6a09ee /net-mail/base64/base64-1.3.ebuild | |
parent | Fixed stray digest (diff) | |
download | historical-97150f6c4e715a5d950c884947d8d1a411e84fe9.tar.gz historical-97150f6c4e715a5d950c884947d8d1a411e84fe9.tar.bz2 historical-97150f6c4e715a5d950c884947d8d1a411e84fe9.zip |
Stable on hppa.
Package-Manager: portage-2.1_pre5-r2
Diffstat (limited to 'net-mail/base64/base64-1.3.ebuild')
-rw-r--r-- | net-mail/base64/base64-1.3.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
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() { |