diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2020-09-26 18:36:10 +0100 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2020-10-18 01:19:07 +0100 |
commit | e0a5a174777b5ce8ee68ad7c1854a1b717295560 (patch) | |
tree | 98e7b45102e3f0fd96e6ae2691158f81e2b9ec9d /app-text | |
parent | dev-perl/DBD-Sybase: move to EAPI 7 (diff) | |
download | portage-e0a5a174777b5ce8ee68ad7c1854a1b717295560.tar.xz |
app-text/hypermail: move to EAPI 7
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/hypermail/hypermail-2.2.0.ebuild | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/app-text/hypermail/hypermail-2.2.0.ebuild b/app-text/hypermail/hypermail-2.2.0.ebuild index d0bdc67f..9563cbbb 100644 --- a/app-text/hypermail/hypermail-2.2.0.ebuild +++ b/app-text/hypermail/hypermail-2.2.0.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit eutils toolchain-funcs DESCRIPTION="Make HTML archives out of mailboxes" @@ -16,11 +16,13 @@ IUSE="gdbm doc" DEPEND="gdbm? ( sys-libs/gdbm )" RDEPEND="${DEPEND}" +PATCHES=( + "${FILESDIR}/destdir.patch" +) + src_prepare() { default - eapply "${FILESDIR}/destdir.patch" - # We exploit that docs/Makefile does not declare install.html as .PHONY use doc || touch docs/install.html |