diff options
author | 2007-11-14 17:31:04 +0000 | |
---|---|---|
committer | 2007-11-14 17:31:04 +0000 | |
commit | d141b45c8a23eaea98231b53e08f2d13f1a9fd7e (patch) | |
tree | ddf4cb36fdbffedaa02c197afd20d891505483b0 /eclass | |
parent | Stable for HPPA (bug #198788). (diff) | |
download | gentoo-2-d141b45c8a23eaea98231b53e08f2d13f1a9fd7e.tar.gz gentoo-2-d141b45c8a23eaea98231b53e08f2d13f1a9fd7e.tar.bz2 gentoo-2-d141b45c8a23eaea98231b53e08f2d13f1a9fd7e.zip |
unquote WORKDIR
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/emul-libs.eclass | 4 | ||||
-rw-r--r-- | eclass/emul-linux-x86.eclass | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/eclass/emul-libs.eclass b/eclass/emul-libs.eclass index 4debc3bc1287..89d30302d7be 100644 --- a/eclass/emul-libs.eclass +++ b/eclass/emul-libs.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-libs.eclass,v 1.7 2007/11/14 17:00:21 kingtaco Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/emul-libs.eclass,v 1.8 2007/11/14 17:31:04 kingtaco Exp $ # # Original Author: Simon Stelling <blubb@gentoo.org> @@ -13,7 +13,7 @@ DESCRIPTION="Provides precompiled 32bit libraries" HOMEPAGE="http://amd64.gentoo.org/emul/content.xml" RESTRICT="strip" -S="${WORKDIR}" +S=${WORKDIR} SLOT="0" IUSE="" 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="" |