mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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
|
||||
}
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user