diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2003-07-13 13:32:32 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2003-07-13 13:32:32 +0000 |
commit | 74501ff5302f4033dd1a22ced7a6e173091a688e (patch) | |
tree | 8f857a09a4577f88b4b6806172bb2297b2da2bdf /net-mail/base64/base64-1.3.ebuild | |
parent | unmask (diff) | |
download | historical-74501ff5302f4033dd1a22ced7a6e173091a688e.tar.gz historical-74501ff5302f4033dd1a22ced7a6e173091a688e.tar.bz2 historical-74501ff5302f4033dd1a22ced7a6e173091a688e.zip |
unmask, changelog and repoman fixes
Diffstat (limited to 'net-mail/base64/base64-1.3.ebuild')
-rw-r--r-- | net-mail/base64/base64-1.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mail/base64/base64-1.3.ebuild b/net-mail/base64/base64-1.3.ebuild index fb0f25bbc267..11451b812eba 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. # 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.1 2003/04/13 18:23:17 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/base64/base64-1.3.ebuild,v 1.2 2003/07/13 13:32:32 aliz 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" +KEYWORDS="x86" DEPEND="virtual/glibc" S=${WORKDIR}/${P} |