diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-01-27 19:39:48 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-01-27 19:39:48 +0000 |
commit | 40cb681331a032dd32c52e36e082cdfb6f89e341 (patch) | |
tree | 70312b9510eb966c33bf9c2ff711a86d7bf108bb /net-mail/base64 | |
parent | Version bumped. (diff) | |
download | gentoo-2-40cb681331a032dd32c52e36e082cdfb6f89e341.tar.gz gentoo-2-40cb681331a032dd32c52e36e082cdfb6f89e341.tar.bz2 gentoo-2-40cb681331a032dd32c52e36e082cdfb6f89e341.zip |
add ~alpha and ~ia64
Diffstat (limited to 'net-mail/base64')
-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 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} |