EAPI=6
DESCRIPTION="Manage active wine version"
-HOMEPAGE="http://bitbucket.org/NP-Hardass/eselect-wine"
-SRC_URI="http://bitbucket.org/NP-Hardass/${PN}/raw/v${PV}/wine.eselect -> wine.eselect-${PV}"
+HOMEPAGE="https://bitbucket.org/NP-Hardass/eselect-wine"
+SRC_URI="https://bitbucket.org/NP-Hardass/${PN}/raw/v${PV}/wine.eselect -> wine.eselect-${PV}"
LICENSE="GPL-2+"
SLOT="0"
pkg_postinst() {
# <eselect-wine-v0.3_rc7 installed symlinks with leading double-slashes.
# In /usr/include this breaks gcc build.
- # http://bugs.gentoo.org/434180
+ # https://bugs.gentoo.org/434180
if [[ $(readlink "${EROOT%/}"/usr/include/wine) == //* ]]; then
ewarn "Leading double slash in ${EPREFIX%/}/usr/include/wine symlink detected."
ewarn "Re-setting wine symlinks..."