diff options
author | David Holm <dholm@gentoo.org> | 2004-02-22 00:20:32 +0000 |
---|---|---|
committer | David Holm <dholm@gentoo.org> | 2004-02-22 00:20:32 +0000 |
commit | 7f9c4aef12656974a7b98122ac522495841bf00b (patch) | |
tree | 079a316c56f75afa93473aefc28d4a630c8bdb64 /net-mail | |
parent | Fixing some more DEP/RDEP problems and adding patch to help with scrollkeepe... (diff) | |
download | gentoo-2-7f9c4aef12656974a7b98122ac522495841bf00b.tar.gz gentoo-2-7f9c4aef12656974a7b98122ac522495841bf00b.tar.bz2 gentoo-2-7f9c4aef12656974a7b98122ac522495841bf00b.zip |
Added to ~ppc
Diffstat (limited to 'net-mail')
-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 7162e07e97c1..a320b0b94c24 100644 --- a/net-mail/base64/ChangeLog +++ b/net-mail/base64/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-mail/base64 # 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 $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/base64/ChangeLog,v 1.4 2004/02/22 00:20:32 dholm Exp $ + + 22 Feb 2004; David Holm <dholm@gentoo.org> base64-1.3.ebuild: + Added to ~ppc. 27 Jan 2004; Aron Griffis <agriffis@gentoo.org> base64-1.3.ebuild: add ~alpha and ~ia64 diff --git a/net-mail/base64/base64-1.3.ebuild b/net-mail/base64/base64-1.3.ebuild index 12249f8772dc..caa08a003eb9 100644 --- a/net-mail/base64/base64-1.3.ebuild +++ b/net-mail/base64/base64-1.3.ebuild @@ -1,6 +1,6 @@ # 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.4 2004/01/27 19:39:48 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/base64/base64-1.3.ebuild,v 1.5 2004/02/22 00:20:32 dholm 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" +KEYWORDS="x86 sparc ~alpha ~ia64 ~ppc" DEPEND="virtual/glibc" S=${WORKDIR}/${P} |