summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNP-Hardass <NP-Hardass@gentoo.org>2017-12-14 12:39:48 -0500
committerNP-Hardass <NP-Hardass@gentoo.org>2017-12-18 01:27:42 -0500
commit5d8ab00b87aa85159a4bd75cff1a84790e7123b1 (patch)
tree7e495edb01babea2a98f33b77129b3b5f7a4285d /app-crypt/acme-tiny
parentdev-ruby/rubygems: add 2.7.3 (diff)
downloadgentoo-5d8ab00b87aa85159a4bd75cff1a84790e7123b1.tar.gz
gentoo-5d8ab00b87aa85159a4bd75cff1a84790e7123b1.tar.bz2
gentoo-5d8ab00b87aa85159a4bd75cff1a84790e7123b1.zip
app-crypt/acme-tiny: Fix error introduced when renaming to 99999999
Package-Manager: Portage-2.3.18, Repoman-2.3.6
Diffstat (limited to 'app-crypt/acme-tiny')
-rw-r--r--app-crypt/acme-tiny/acme-tiny-20170917.ebuild2
-rw-r--r--app-crypt/acme-tiny/acme-tiny-99999999.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/app-crypt/acme-tiny/acme-tiny-20170917.ebuild b/app-crypt/acme-tiny/acme-tiny-20170917.ebuild
index c185d2543155..b85a76447997 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 c185d2543155..b85a76447997 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
}