diff options
author | Mike Gilbert <floppym@gentoo.org> | 2023-10-31 14:12:52 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2023-10-31 15:55:07 -0400 |
commit | 78213a89b4a602460bf81ba5fab8eed561091ade (patch) | |
tree | 6efaad35fb8009ed19a5e3fc54d48f8da424ffe1 /www-servers | |
parent | verify-sig.eclass: prepend BROOT to VERIFY_SIG_OPENPGP_KEY_PATH (diff) | |
download | gentoo-78213a89b4a602460bf81ba5fab8eed561091ade.tar.gz gentoo-78213a89b4a602460bf81ba5fab8eed561091ade.tar.bz2 gentoo-78213a89b4a602460bf81ba5fab8eed561091ade.zip |
Remove BROOT from VERIFY_SIG_OPENPGP_KEY_PATH
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'www-servers')
-rw-r--r-- | www-servers/lighttpd/lighttpd-1.4.72.ebuild | 2 | ||||
-rw-r--r-- | www-servers/tomcat/tomcat-10.1.15.ebuild | 2 | ||||
-rw-r--r-- | www-servers/tomcat/tomcat-8.5.95.ebuild | 2 | ||||
-rw-r--r-- | www-servers/tomcat/tomcat-9.0.82.ebuild | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/www-servers/lighttpd/lighttpd-1.4.72.ebuild b/www-servers/lighttpd/lighttpd-1.4.72.ebuild index cd2017c06fb7..05f1cb6ef18c 100644 --- a/www-servers/lighttpd/lighttpd-1.4.72.ebuild +++ b/www-servers/lighttpd/lighttpd-1.4.72.ebuild @@ -4,7 +4,7 @@ EAPI=8 LUA_COMPAT=( lua5-{1..4} ) -VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}"/usr/share/openpgp-keys/lighttpd.asc +VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/lighttpd.asc inherit lua-single meson readme.gentoo-r1 systemd tmpfiles verify-sig DESCRIPTION="Lightweight high-performance web server" diff --git a/www-servers/tomcat/tomcat-10.1.15.ebuild b/www-servers/tomcat/tomcat-10.1.15.ebuild index 99574ed56bf4..23e2905708f6 100644 --- a/www-servers/tomcat/tomcat-10.1.15.ebuild +++ b/www-servers/tomcat/tomcat-10.1.15.ebuild @@ -47,7 +47,7 @@ DEPEND="${COMMON_DEP} )" BDEPEND="verify-sig? ( ~sec-keys/openpgp-keys-apache-tomcat-${PV}:${PV} )" -VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}/usr/share/openpgp-keys/tomcat-${PV}.apache.org.asc" +VERIFY_SIG_OPENPGP_KEY_PATH="/usr/share/openpgp-keys/tomcat-${PV}.apache.org.asc" PATCHES=( "${FILESDIR}/${PN}-10.1.6-build.xml.patch" ) diff --git a/www-servers/tomcat/tomcat-8.5.95.ebuild b/www-servers/tomcat/tomcat-8.5.95.ebuild index 265c9e364fe1..d4b11f790044 100644 --- a/www-servers/tomcat/tomcat-8.5.95.ebuild +++ b/www-servers/tomcat/tomcat-8.5.95.ebuild @@ -45,7 +45,7 @@ DEPEND="${COMMON_DEP} )" BDEPEND="verify-sig? ( ~sec-keys/openpgp-keys-apache-tomcat-${PV}:${PV} )" -VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}/usr/share/openpgp-keys/tomcat-${PV}.apache.org.asc" +VERIFY_SIG_OPENPGP_KEY_PATH="/usr/share/openpgp-keys/tomcat-${PV}.apache.org.asc" PATCHES=( "${FILESDIR}/${PN}-8.5.86-build.xml.patch" ) diff --git a/www-servers/tomcat/tomcat-9.0.82.ebuild b/www-servers/tomcat/tomcat-9.0.82.ebuild index 45046c08f2fd..b62581d0fe3b 100644 --- a/www-servers/tomcat/tomcat-9.0.82.ebuild +++ b/www-servers/tomcat/tomcat-9.0.82.ebuild @@ -49,7 +49,7 @@ DEPEND="${COMMON_DEP} )" BDEPEND="verify-sig? ( ~sec-keys/openpgp-keys-apache-tomcat-${PV}:${PV} )" -VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}/usr/share/openpgp-keys/tomcat-${PV}.apache.org.asc" +VERIFY_SIG_OPENPGP_KEY_PATH="/usr/share/openpgp-keys/tomcat-${PV}.apache.org.asc" S=${WORKDIR}/${MY_P} |