summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Doty <kingtaco@gentoo.org>2007-11-14 17:31:04 +0000
committerMike Doty <kingtaco@gentoo.org>2007-11-14 17:31:04 +0000
commitd141b45c8a23eaea98231b53e08f2d13f1a9fd7e (patch)
treeddf4cb36fdbffedaa02c197afd20d891505483b0 /eclass/emul-linux-x86.eclass
parentStable for HPPA (bug #198788). (diff)
downloadgentoo-2-d141b45c8a23eaea98231b53e08f2d13f1a9fd7e.tar.gz
gentoo-2-d141b45c8a23eaea98231b53e08f2d13f1a9fd7e.tar.bz2
gentoo-2-d141b45c8a23eaea98231b53e08f2d13f1a9fd7e.zip
unquote WORKDIR
Diffstat (limited to 'eclass/emul-linux-x86.eclass')
-rw-r--r--eclass/emul-linux-x86.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/emul-linux-x86.eclass b/eclass/emul-linux-x86.eclass
index 53e2f62de83b..51901ff5d653 100644
--- a/eclass/emul-linux-x86.eclass
+++ b/eclass/emul-linux-x86.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/emul-linux-x86.eclass,v 1.2 2007/11/14 17:00:21 kingtaco Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/emul-linux-x86.eclass,v 1.3 2007/11/14 17:31:04 kingtaco Exp $
#
# Original Author: Mike Doty <kingtaco@gentoo.org>
@@ -16,7 +16,7 @@ DESCRIPTION="Provides precompiled 32bit libraries"
HOMEPAGE="http://amd64.gentoo.org/emul/content.xml"
RESTRICT="strip"
-S="${WORKDIR}"
+S=${WORKDIR}
SLOT="0"
IUSE=""