Revert "dev-libs/botan: fix EAPI=7 ED reference"

This reverts commit 21aa3c860a.

python_get_sitedir outputs a leading slash, so the extra slash added in
this commit is not needed.

Signed-off-by: Mike Gilbert <floppym@gentoo.org>
This commit is contained in:
Mike Gilbert
2018-09-30 13:59:45 -04:00
parent 21aa3c860a
commit 7b63c672f9

View File

@@ -145,7 +145,7 @@ src_install() {
rm -fr build/python
ln -s "${BUILD_DIR}" build/python
emake -f Makefile.python \
PYTHON_SITE_PACKAGE_DIR="${ED}/$(python_get_sitedir)" \
PYTHON_SITE_PACKAGE_DIR="${ED}$(python_get_sitedir)" \
install
}
python_foreach_impl installation