diff options
author | Dylan Carlson <absinthe@gentoo.org> | 2004-10-19 08:36:19 +0000 |
---|---|---|
committer | Dylan Carlson <absinthe@gentoo.org> | 2004-10-19 08:36:19 +0000 |
commit | f5d94eb7bc89c8a3658e4c7f6e38abf513d05709 (patch) | |
tree | 7b21699391cae7f9a6faacf87c1a63f0d1da2964 /dev-libs/libgpg-error | |
parent | Oops. KEYWORDS ~amd64. (diff) | |
download | historical-f5d94eb7bc89c8a3658e4c7f6e38abf513d05709.tar.gz historical-f5d94eb7bc89c8a3658e4c7f6e38abf513d05709.tar.bz2 historical-f5d94eb7bc89c8a3658e4c7f6e38abf513d05709.zip |
Stable on amd64.
Diffstat (limited to 'dev-libs/libgpg-error')
-rw-r--r-- | dev-libs/libgpg-error/ChangeLog | 6 | ||||
-rw-r--r-- | dev-libs/libgpg-error/libgpg-error-1.0-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-libs/libgpg-error/ChangeLog b/dev-libs/libgpg-error/ChangeLog index ef81d099aecc..b5a40d0b1375 100644 --- a/dev-libs/libgpg-error/ChangeLog +++ b/dev-libs/libgpg-error/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/libgpg-error # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgpg-error/ChangeLog,v 1.25 2004/10/11 23:36:44 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgpg-error/ChangeLog,v 1.26 2004/10/19 08:29:08 absinthe Exp $ + + 19 Oct 2004; Dylan Carlson <absinthe@gentoo.org> + libgpg-error-1.0-r1.ebuild: + Stable on amd64. 12 Oct 2004; Guy Martin <gmsoft@gentoo.org> libgpg-error-1.0.ebuild: Stable on hppa. diff --git a/dev-libs/libgpg-error/libgpg-error-1.0-r1.ebuild b/dev-libs/libgpg-error/libgpg-error-1.0-r1.ebuild index a341917eed81..952d5a61584b 100644 --- a/dev-libs/libgpg-error/libgpg-error-1.0-r1.ebuild +++ b/dev-libs/libgpg-error/libgpg-error-1.0-r1.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/libgpg-error/libgpg-error-1.0-r1.ebuild,v 1.1 2004/09/17 08:04:17 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgpg-error/libgpg-error-1.0-r1.ebuild,v 1.2 2004/10/19 08:29:08 absinthe Exp $ inherit gnuconfig @@ -10,7 +10,7 @@ SRC_URI="ftp://ftp.gnupg.org/gcrypt/${PN}/${P}.tar.gz" LICENSE="GPL-2 LGPL-2.1" SLOT="0" -KEYWORDS="~x86 ~ppc sparc ~mips ~alpha ~hppa ~amd64 ~ia64 ~ppc64 macos ppc-macos" +KEYWORDS="~x86 ~ppc sparc ~mips ~alpha ~hppa amd64 ~ia64 ~ppc64 macos ppc-macos" IUSE="nls" DEPEND="virtual/libc" |