app-crypt/acme-tiny: Fix error introduced when renaming to 99999999

Package-Manager: Portage-2.3.18, Repoman-2.3.6
This commit is contained in:
NP-Hardass
2017-12-14 12:39:48 -05:00
parent 1ce0e2022d
commit 5d8ab00b87
2 changed files with 2 additions and 2 deletions

View File

@@ -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
}

View File

@@ -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
}