From 78c771539fcb1fdb400f011ed8e6cafc022fef8f Mon Sep 17 00:00:00 2001 From: Alexander Gabert Date: Mon, 28 Apr 2008 00:22:07 +0000 Subject: mark both ebuilds -x86 because locale-gen is missing from the gentoo full patch file (Portage version: 2.1.4.4) --- sys-libs/hardened-glibc/hardened-glibc-2.6.1-r1.ebuild | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'sys-libs/hardened-glibc') diff --git a/sys-libs/hardened-glibc/hardened-glibc-2.6.1-r1.ebuild b/sys-libs/hardened-glibc/hardened-glibc-2.6.1-r1.ebuild index 29450c309bfc..f27083fc67bf 100644 --- a/sys-libs/hardened-glibc/hardened-glibc-2.6.1-r1.ebuild +++ b/sys-libs/hardened-glibc/hardened-glibc-2.6.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/hardened-glibc/hardened-glibc-2.6.1-r1.ebuild,v 1.2 2008/04/27 23:31:14 pappy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/hardened-glibc/hardened-glibc-2.6.1-r1.ebuild,v 1.3 2008/04/28 00:22:07 pappy Exp $ inherit eutils @@ -27,8 +27,11 @@ SRC_URI="${SRC_URI} \ LICENSE="LGPL-2" SLOT="1" -# only works for x86 so far -KEYWORDS="~x86" +## !!! dosbin: +## /var/tmp/portage/sys-libs/hardened-glibc-2.6.1-r1/ +## work/glibc-2.6.1/gentoo/locale/locale-gen does not exist + +KEYWORDS="-x86" IUSE="" PROVIDE="virtual/libc" @@ -102,6 +105,8 @@ src_install() { local configfiles="${WORKDIR}/glibc-${PV}/gentoo" + # TODO: add locale-gen to the patch + # install the locale-gen helper utility and config file dosbin "${configfiles}/locale/locale-gen" || \ die "locale-gen helper script could not be installed" -- cgit v1.2.3-65-gdbad