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
commitc489700b1c76d6206f1c11c12347e8010bf3b695 (patch)
tree45ab1193599f453171f2db8e141e9045b2fbc639 /sys-libs/libxcrypt
parentVersion bump (diff)
downloadhistorical-c489700b1c76d6206f1c11c12347e8010bf3b695.tar.gz
historical-c489700b1c76d6206f1c11c12347e8010bf3b695.tar.bz2
historical-c489700b1c76d6206f1c11c12347e8010bf3b695.zip
~amd64
Diffstat (limited to 'sys-libs/libxcrypt')
-rw-r--r--sys-libs/libxcrypt/ChangeLog5
-rw-r--r--sys-libs/libxcrypt/Manifest4
-rw-r--r--sys-libs/libxcrypt/libxcrypt-2.0.ebuild4
3 files changed, 8 insertions, 5 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/Manifest b/sys-libs/libxcrypt/Manifest
index ed6b29b2fbe8..8eb883f6a71c 100644
--- a/sys-libs/libxcrypt/Manifest
+++ b/sys-libs/libxcrypt/Manifest
@@ -1,4 +1,4 @@
-MD5 27bc3b50c03a0fde13ca0a5a5df10d43 libxcrypt-2.0.ebuild 737
-MD5 a503e7712e534ab6113da8086be0f65d ChangeLog 527
+MD5 6bb0c4a997aa9e7176749c1088811096 ChangeLog 620
+MD5 e6a900915ff21a37849ad634cc9014a3 libxcrypt-2.0.ebuild 745
MD5 b631fdbc12856dd67816db640abe536c metadata.xml 523
MD5 1cafd0c372aaba855d7b2bb02cd06576 files/digest-libxcrypt-2.0 66
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=""