summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny van Dyk <kugelfang@gentoo.org>2004-10-20 21:12:16 +0000
committerDanny van Dyk <kugelfang@gentoo.org>2004-10-20 21:12:16 +0000
commit0497fcab8cb7502eefe66fc038d28a8710c38a20 (patch)
treeb7c93380d67903e690392378eccd5ce2673bf4e0 /sys-libs/libxcrypt
parentVersion bump (Manifest recommit) (diff)
downloadgentoo-2-0497fcab8cb7502eefe66fc038d28a8710c38a20.tar.gz
gentoo-2-0497fcab8cb7502eefe66fc038d28a8710c38a20.tar.bz2
gentoo-2-0497fcab8cb7502eefe66fc038d28a8710c38a20.zip
~amd64
Diffstat (limited to 'sys-libs/libxcrypt')
-rw-r--r--sys-libs/libxcrypt/ChangeLog5
-rw-r--r--sys-libs/libxcrypt/libxcrypt-2.0.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-libs/libxcrypt/ChangeLog b/sys-libs/libxcrypt/ChangeLog
index 74c2aa84eec8..246c854f5d02 100644
--- a/sys-libs/libxcrypt/ChangeLog
+++ b/sys-libs/libxcrypt/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-libs/libxcrypt
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/libxcrypt/ChangeLog,v 1.4 2004/06/24 23:07:06 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libxcrypt/ChangeLog,v 1.5 2004/10/20 21:12:16 kugelfang Exp $
+
+ 20 Oct 2004; Danny van Dyk <kugelfang@gentoo.org> libxcrypt-2.0.ebuild:
+ Marked ~amd64.
07 May 2004; Brandon Hale <tseng@gentoo.org> libxcrypt-2.0.ebuild:
Removed S=
diff --git a/sys-libs/libxcrypt/libxcrypt-2.0.ebuild b/sys-libs/libxcrypt/libxcrypt-2.0.ebuild
index 29734a1b0f2d..11a13fd10537 100644
--- a/sys-libs/libxcrypt/libxcrypt-2.0.ebuild
+++ b/sys-libs/libxcrypt/libxcrypt-2.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/libxcrypt/libxcrypt-2.0.ebuild,v 1.4 2004/06/24 23:07:06 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libxcrypt/libxcrypt-2.0.ebuild,v 1.5 2004/10/20 21:12:16 kugelfang Exp $
DESCRIPTION="Libxcrypt is a replacement for libcrypt, which comes with the GNU C \
Library. It supports DES crypt, MD5, and passwords with blowfish encryption."
@@ -9,7 +9,7 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2"
HOMEPAGE="http://www.suse.de/us/private/products/suse_linux/i386/packages_personal/libxcrypt.html"
LICENSE="LGPL-2"
SLOT="0"
-KEYWORDS="~x86"
+KEYWORDS="~x86 ~amd64"
IUSE=""
DEPEND=""