diff options
author | Daniel Black <dragonheart@gentoo.org> | 2004-11-19 11:01:39 +0000 |
---|---|---|
committer | Daniel Black <dragonheart@gentoo.org> | 2004-11-19 11:01:39 +0000 |
commit | 2534d2ca5eaffc36873b664b37a98bce501f0bc9 (patch) | |
tree | fb6709f46d69aab0df3d718f99b17fe93eeda305 /dev-libs/libgpg-error | |
parent | cron script: cache cleaner (Manifest recommit) (diff) | |
download | gentoo-2-2534d2ca5eaffc36873b664b37a98bce501f0bc9.tar.gz gentoo-2-2534d2ca5eaffc36873b664b37a98bce501f0bc9.tar.bz2 gentoo-2-2534d2ca5eaffc36873b664b37a98bce501f0bc9.zip |
~x86 keyworded due to undetermined compile error - bug #71652
Diffstat (limited to 'dev-libs/libgpg-error')
-rw-r--r-- | dev-libs/libgpg-error/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/libgpg-error/libgpg-error-1.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/libgpg-error/ChangeLog b/dev-libs/libgpg-error/ChangeLog index a235332996f8..323b7f9be067 100644 --- a/dev-libs/libgpg-error/ChangeLog +++ b/dev-libs/libgpg-error/ChangeLog @@ -1,6 +1,9 @@ # 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.27 2004/11/16 11:36:48 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgpg-error/ChangeLog,v 1.28 2004/11/19 11:01:39 dragonheart Exp $ + + 19 Nov 2004; Daniel Black <dragonheart@gentoo.org> libgpg-error-1.0.ebuild: + ~x86 keyworded due to undetermined compile error - bug #71652. 16 Nov 2004; Daniel Black <dragonheart@gentoo.org> +files/libgpg-error-1.0-locale.h.patch, libgpg-error-1.0-r1.ebuild: diff --git a/dev-libs/libgpg-error/libgpg-error-1.0.ebuild b/dev-libs/libgpg-error/libgpg-error-1.0.ebuild index 440f60295421..68bdd53fafcf 100644 --- a/dev-libs/libgpg-error/libgpg-error-1.0.ebuild +++ b/dev-libs/libgpg-error/libgpg-error-1.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/libgpg-error/libgpg-error-1.0.ebuild,v 1.11 2004/11/04 22:46:49 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgpg-error/libgpg-error-1.0.ebuild,v 1.12 2004/11/19 11:01:39 dragonheart 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="alpha ~amd64 arm hppa ia64 mips ~ppc ~ppc64 ppc-macos sparc x86" +KEYWORDS="alpha ~amd64 arm hppa ia64 mips ~ppc ~ppc64 ppc-macos sparc ~x86" IUSE="" #IUSE="nls" |