diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2019-12-23 22:41:38 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2019-12-23 22:41:38 +0100 |
commit | 800cc0b84d540950fd4b4b30aececd713e7603e6 (patch) | |
tree | 5b42deca1011d5a1fbb7132e3854642d98003525 /dev-libs/cyrus-sasl | |
parent | dev-libs/cyrus-sasl: fix CVE-2019-19906 (diff) | |
download | gentoo-800cc0b84d540950fd4b4b30aececd713e7603e6.tar.gz gentoo-800cc0b84d540950fd4b4b30aececd713e7603e6.tar.bz2 gentoo-800cc0b84d540950fd4b4b30aececd713e7603e6.zip |
dev-libs/cyrus-sasl: bump to EAPI=7
Package-Manager: Portage-2.3.82, Repoman-2.3.20
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'dev-libs/cyrus-sasl')
-rw-r--r-- | dev-libs/cyrus-sasl/cyrus-sasl-2.1.27-r3.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-libs/cyrus-sasl/cyrus-sasl-2.1.27-r3.ebuild b/dev-libs/cyrus-sasl/cyrus-sasl-2.1.27-r3.ebuild index 25c41df746af..eae354404ea6 100644 --- a/dev-libs/cyrus-sasl/cyrus-sasl-2.1.27-r3.ebuild +++ b/dev-libs/cyrus-sasl/cyrus-sasl-2.1.27-r3.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 -inherit flag-o-matic multilib multilib-minimal autotools pam java-pkg-opt-2 db-use systemd eapi7-ver +inherit flag-o-matic multilib multilib-minimal autotools pam java-pkg-opt-2 db-use systemd SASLAUTHD_CONF_VER="2.1.26" @@ -210,7 +210,7 @@ multilib_src_install_all() { newdoc pwcheck/README README.pwcheck newdoc docsrc/sasl/release-notes/$(ver_cut 1-2)/index.rst release-notes - edos2unix ${ED%/}/usr/share/doc/${PF}/release-notes + edos2unix "${ED}/usr/share/doc/${PF}/release-notes" docinto html dodoc doc/html/*.html |