commit: 83645026d5ba64f4ab935cb5813334af6587bffe
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 12 07:46:44 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu Nov 12 07:51:47 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83645026
dev-cpp/sparsehash: S="..." in 2.0.4
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
dev-cpp/sparsehash/sparsehash-2.0.4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-cpp/sparsehash/sparsehash-2.0.4.ebuild
b/dev-cpp/sparsehash/sparsehash-2.0.4.ebuild
index 88d2a4fe1b8..3f6a91f5fbd 100644
--- a/dev-cpp/sparsehash/sparsehash-2.0.4.ebuild
+++ b/dev-cpp/sparsehash/sparsehash-2.0.4.ebuild
@@ -13,7 +13,7 @@ LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-S=${WORKDIR}/${PN}-${P}
+S="${WORKDIR}/${PN}-${P}"
PATCHES=( "${FILESDIR}"/${PN}-2.0.3-fix-buildsystem.patch )