diff options
author | Tom Gall <tgall@gentoo.org> | 2004-07-02 02:38:43 +0000 |
---|---|---|
committer | Tom Gall <tgall@gentoo.org> | 2004-07-02 02:38:43 +0000 |
commit | 6ce045c386ed128406a076dfcb58d349b3ccc6ca (patch) | |
tree | 1b28003b3459bbccb05cbab1f210edceb7aa7ab8 | |
parent | stable on ppc64 bug #54804 (Manifest recommit) (diff) | |
download | gentoo-2-6ce045c386ed128406a076dfcb58d349b3ccc6ca.tar.gz gentoo-2-6ce045c386ed128406a076dfcb58d349b3ccc6ca.tar.bz2 gentoo-2-6ce045c386ed128406a076dfcb58d349b3ccc6ca.zip |
stable on ppc64, bug #54804
-rw-r--r-- | dev-libs/libgcrypt/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/libgcrypt/libgcrypt-1.2.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/libgcrypt/ChangeLog b/dev-libs/libgcrypt/ChangeLog index 483d21273e37..ed0d92f0e433 100644 --- a/dev-libs/libgcrypt/ChangeLog +++ b/dev-libs/libgcrypt/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/libgcrypt # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgcrypt/ChangeLog,v 1.30 2004/06/25 22:21:34 kugelfang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgcrypt/ChangeLog,v 1.31 2004/07/02 02:38:43 tgall Exp $ + + 01 Jul 2004; Tom Gall <tgall@gentoo.org> libgcrypt-1.2.0.ebuild: + stable on ppc64 bug #54804 26 Jun 2004; Danny van Dyk <kugelfang@gentoo.org> libgcrypt-1.1.94.ebuild: Marked stable on amd64. diff --git a/dev-libs/libgcrypt/libgcrypt-1.2.0.ebuild b/dev-libs/libgcrypt/libgcrypt-1.2.0.ebuild index bde47b6e0dcf..60e2eadfd756 100644 --- a/dev-libs/libgcrypt/libgcrypt-1.2.0.ebuild +++ b/dev-libs/libgcrypt/libgcrypt-1.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/dev-libs/libgcrypt/libgcrypt-1.2.0.ebuild,v 1.3 2004/06/24 23:17:20 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgcrypt/libgcrypt-1.2.0.ebuild,v 1.4 2004/07/02 02:38:43 tgall Exp $ DESCRIPTION="general purpose crypto library based on the code used in GnuPG" HOMEPAGE="http://www.gnupg.org/" @@ -8,7 +8,7 @@ SRC_URI="ftp://ftp.gnupg.org/gcrypt/libgcrypt/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~x86 ~amd64 ~sparc ~mips ~alpha ~hppa ~ia64 ~ppc" +KEYWORDS="~x86 ~amd64 ~sparc ~mips ~alpha ~hppa ~ia64 ~ppc ppc64" IUSE="doc nls" DEPEND="dev-libs/libgpg-error" |