app-crypt/acme-tiny: Fix error introduced when renaming to 99999999
authorNP-Hardass <NP-Hardass@gentoo.org>
Thu, 14 Dec 2017 17:39:48 +0000 (12:39 -0500)
committerNP-Hardass <NP-Hardass@gentoo.org>
Mon, 18 Dec 2017 06:27:42 +0000 (01:27 -0500)
Package-Manager: Portage-2.3.18, Repoman-2.3.6

app-crypt/acme-tiny/acme-tiny-20170917.ebuild
app-crypt/acme-tiny/acme-tiny-99999999.ebuild

index c185d25431559507a9da01df84f5a244af908bd7..b85a7644799710f6ed0ca8b2ffbc22972813e35e 100644 (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
 }
index c185d25431559507a9da01df84f5a244af908bd7..b85a7644799710f6ed0ca8b2ffbc22972813e35e 100644 (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
 }