From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1EFC513835A for ; Mon, 19 Apr 2021 19:12:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 48CD5E0867; Mon, 19 Apr 2021 19:12:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 27C01E0863 for ; Mon, 19 Apr 2021 19:12:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 08B3B335C97 for ; Mon, 19 Apr 2021 19:12:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2D9C8730 for ; Mon, 19 Apr 2021 19:12:44 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1618859535.7299b1a2dd358cad83c6f53c6a946f1cee4f3971.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mail-client/mailx-support/ X-VCS-Repository: repo/gentoo X-VCS-Files: mail-client/mailx-support/mailx-support-20060102-r2.ebuild X-VCS-Directories: mail-client/mailx-support/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 7299b1a2dd358cad83c6f53c6a946f1cee4f3971 X-VCS-Branch: master Date: Mon, 19 Apr 2021 19:12:44 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c82ac8fe-56a4-4ad7-828f-6f323ba1eed4 X-Archives-Hash: 572eacdf62eedc03dce5f9bbf766dbc1 commit: 7299b1a2dd358cad83c6f53c6a946f1cee4f3971 Author: Sam James gentoo org> AuthorDate: Mon Apr 19 18:44:30 2021 +0000 Commit: Sam James gentoo org> CommitDate: Mon Apr 19 19:12:15 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7299b1a2 mail-client/mailx-support: port to EAPI 7 Signed-off-by: Sam James gentoo.org> mail-client/mailx-support/mailx-support-20060102-r2.ebuild | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/mail-client/mailx-support/mailx-support-20060102-r2.ebuild b/mail-client/mailx-support/mailx-support-20060102-r2.ebuild index 5e8b0a37777..590ef932c74 100644 --- a/mail-client/mailx-support/mailx-support-20060102-r2.ebuild +++ b/mail-client/mailx-support/mailx-support-20060102-r2.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="5" +EAPI=7 -inherit epatch toolchain-funcs +inherit toolchain-funcs DESCRIPTION="Provides lockspool utility" HOMEPAGE="http://www.openbsd.org/" @@ -12,14 +12,14 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2" LICENSE="BSD" SLOT="0" KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" -IUSE="" -RDEPEND="" -DEPEND="" +PATCHES=( + "${FILESDIR}"/${P}-respect-ldflags.patch + "${FILESDIR}"/${P}-add-sys_file_h.patch +) src_prepare() { - epatch "${FILESDIR}"/${P}-respect-ldflags.patch - epatch "${FILESDIR}"/${P}-add-sys_file_h.patch + default # This code should only be ran with Gentoo Prefix profiles if use prefix; then