diff options
author | Alexander Gabert <pappy@gentoo.org> | 2008-04-28 00:22:07 +0000 |
---|---|---|
committer | Alexander Gabert <pappy@gentoo.org> | 2008-04-28 00:22:07 +0000 |
commit | 78c771539fcb1fdb400f011ed8e6cafc022fef8f (patch) | |
tree | 89fd566b4eb61160774165e78306802dd38dc518 /sys-libs/hardened-glibc | |
parent | Marked ~hppa (bug #219456). (diff) | |
download | gentoo-2-78c771539fcb1fdb400f011ed8e6cafc022fef8f.tar.gz gentoo-2-78c771539fcb1fdb400f011ed8e6cafc022fef8f.tar.bz2 gentoo-2-78c771539fcb1fdb400f011ed8e6cafc022fef8f.zip |
mark both ebuilds -x86 because locale-gen is missing from the gentoo full patch file
(Portage version: 2.1.4.4)
Diffstat (limited to 'sys-libs/hardened-glibc')
-rw-r--r-- | sys-libs/hardened-glibc/hardened-glibc-2.6.1-r1.ebuild | 11 |
1 files changed, 8 insertions, 3 deletions
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" |