diff --git a/app-crypt/acme-tiny/acme-tiny-20170917.ebuild b/app-crypt/acme-tiny/acme-tiny-20170917.ebuild index c185d25431559..b85a764479971 100644 --- a/app-crypt/acme-tiny/acme-tiny-20170917.ebuild +++ b/app-crypt/acme-tiny/acme-tiny-20170917.ebuild @@ -31,7 +31,7 @@ RDEPEND="dev-libs/openssl:0" PATCHES=( "${FILESDIR}/${PN}-PR50-setup.py.patch" ) pkg_setup() { - if [[ ${PV} != 9999 ]]; then + if [[ ${PV} != 99999999 ]]; then export SETUPTOOLS_SCM_PRETEND_VERSION="0.1.dev79+n${HASH:0:7}.d$(date +%Y%m%d)" fi } diff --git a/app-crypt/acme-tiny/acme-tiny-99999999.ebuild b/app-crypt/acme-tiny/acme-tiny-99999999.ebuild index c185d25431559..b85a764479971 100644 --- a/app-crypt/acme-tiny/acme-tiny-99999999.ebuild +++ b/app-crypt/acme-tiny/acme-tiny-99999999.ebuild @@ -31,7 +31,7 @@ RDEPEND="dev-libs/openssl:0" PATCHES=( "${FILESDIR}/${PN}-PR50-setup.py.patch" ) pkg_setup() { - if [[ ${PV} != 9999 ]]; then + if [[ ${PV} != 99999999 ]]; then export SETUPTOOLS_SCM_PRETEND_VERSION="0.1.dev79+n${HASH:0:7}.d$(date +%Y%m%d)" fi }