diff options
author | Mike Doty <kingtaco@gentoo.org> | 2007-11-14 17:31:04 +0000 |
---|---|---|
committer | Mike Doty <kingtaco@gentoo.org> | 2007-11-14 17:31:04 +0000 |
commit | 48d6a649fd703a38f5f1853aa30042cdef43e430 (patch) | |
tree | 8fd6ccacb61882a83e91ba1c0d567383b9dc30d2 /eclass | |
parent | Stable for HPPA (bug #198489). Fixed many quoting issues. (diff) | |
download | historical-48d6a649fd703a38f5f1853aa30042cdef43e430.tar.gz historical-48d6a649fd703a38f5f1853aa30042cdef43e430.tar.bz2 historical-48d6a649fd703a38f5f1853aa30042cdef43e430.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="" |