Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 843209 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-3 / +3 lines)
Line  Link Here
0
-- a/sys-libs/libxcrypt/libxcrypt-4.4.28.ebuild
0
++ b/sys-libs/libxcrypt/libxcrypt-4.4.28.ebuild
Lines 7-13 PYTHON_COMPAT=( python3_{8..10} ) Link Here
7
# NEED_BOOTSTRAP is for developers to quickly generate a tarball
7
# NEED_BOOTSTRAP is for developers to quickly generate a tarball
8
# for publishing to the tree.
8
# for publishing to the tree.
9
NEED_BOOTSTRAP="no"
9
NEED_BOOTSTRAP="no"
10
inherit multibuild multilib python-any-r1 toolchain-funcs multilib-minimal
10
inherit eapi8-dosym multibuild multilib python-any-r1 toolchain-funcs multilib-minimal
11
DESCRIPTION="Extended crypt library for descrypt, md5crypt, bcrypt, and others"
11
DESCRIPTION="Extended crypt library for descrypt, md5crypt, bcrypt, and others"
12
HOMEPAGE="https://github.com/besser82/libxcrypt"
12
HOMEPAGE="https://github.com/besser82/libxcrypt"
Lines 258-264 multilib_src_install() { Link Here
258
						for lib_file in "${D}"$(get_xclibdir)/*$(get_libname); do
258
						for lib_file in "${D}"$(get_xclibdir)/*$(get_libname); do
259
							lib_file_basename="$(basename "${lib_file}")"
259
							lib_file_basename="$(basename "${lib_file}")"
260
							lib_file_target="$(basename "$(readlink -f "${lib_file}")")"
260
							lib_file_target="$(basename "$(readlink -f "${lib_file}")")"
261
							dosym "../../$(get_libdir)/${lib_file_target}" "/usr/$(get_xclibdir)/${lib_file_basename}"
261
							dosym8 -r "/$(get_libdir)/${lib_file_target}" "/usr/$(get_xclibdir)/${lib_file_basename}"
262
						done
262
						done
263
						rm "${D}"$(get_xclibdir)/*$(get_libname) || die "Removing symlinks in incorrect location failed"
263
						rm "${D}"$(get_xclibdir)/*$(get_libname) || die "Removing symlinks in incorrect location failed"

Return to bug 843209