summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net-mail/base64/ChangeLog7
-rw-r--r--net-mail/base64/base64-1.3.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/net-mail/base64/ChangeLog b/net-mail/base64/ChangeLog
index 94d20e81942b..7162e07e97c1 100644
--- a/net-mail/base64/ChangeLog
+++ b/net-mail/base64/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-mail/base64
-# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/base64/ChangeLog,v 1.2 2003/12/22 21:34:45 bazik Exp $
+# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-mail/base64/ChangeLog,v 1.3 2004/01/27 19:39:48 agriffis Exp $
+
+ 27 Jan 2004; Aron Griffis <agriffis@gentoo.org> base64-1.3.ebuild:
+ add ~alpha and ~ia64
22 Dec 2003; Sven Blumenstein <bazik@gentoo.org> base64-1.3.ebuild:
Added sparc keyword
diff --git a/net-mail/base64/base64-1.3.ebuild b/net-mail/base64/base64-1.3.ebuild
index bedf859dc3f2..12249f8772dc 100644
--- a/net-mail/base64/base64-1.3.ebuild
+++ b/net-mail/base64/base64-1.3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# 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.3 2003/12/22 21:34:45 bazik Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/base64/base64-1.3.ebuild,v 1.4 2004/01/27 19:39:48 agriffis 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"
+KEYWORDS="x86 sparc ~alpha ~ia64"
DEPEND="virtual/glibc"
S=${WORKDIR}/${P}