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 98F001382C5 for ; Wed, 27 May 2020 16:12:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CA0AFE09BB; Wed, 27 May 2020 16:12:26 +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 B11C0E09BB for ; Wed, 27 May 2020 16:12:26 +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 9DFC434E156 for ; Wed, 27 May 2020 16:12:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 379999C for ; Wed, 27 May 2020 16:12:24 +0000 (UTC) From: "Keri Harris" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Keri Harris" Message-ID: <1590595919.bac3d6083ed987f5c8dea144a116ccea82a1b364.keri@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/qu-prolog/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/qu-prolog/qu-prolog-10.3.ebuild X-VCS-Directories: dev-lang/qu-prolog/ X-VCS-Committer: keri X-VCS-Committer-Name: Keri Harris X-VCS-Revision: bac3d6083ed987f5c8dea144a116ccea82a1b364 X-VCS-Branch: master Date: Wed, 27 May 2020 16:12:24 +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: fddad2a5-45a9-4f79-abfb-08c6421f91a6 X-Archives-Hash: 7b9770b246ba71f73ae421d7e297d537 commit: bac3d6083ed987f5c8dea144a116ccea82a1b364 Author: Keri Harris gentoo org> AuthorDate: Wed May 27 16:11:59 2020 +0000 Commit: Keri Harris gentoo org> CommitDate: Wed May 27 16:11:59 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bac3d608 dev-lang/qu-prolog: EAPI 7 fixup Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Keri Harris gentoo.org> dev-lang/qu-prolog/qu-prolog-10.3.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-lang/qu-prolog/qu-prolog-10.3.ebuild b/dev-lang/qu-prolog/qu-prolog-10.3.ebuild index 9f9d19a963c..c6f3783e748 100644 --- a/dev-lang/qu-prolog/qu-prolog-10.3.ebuild +++ b/dev-lang/qu-prolog/qu-prolog-10.3.ebuild @@ -32,8 +32,7 @@ DEPEND="${RDEPEND} S="${WORKDIR}"/${MY_P} src_prepare() { - epatch "${FILESDIR}"/${PN}-10.x-qt5.patch - + eapply "${FILESDIR}"/${PN}-10.x-qt5.patch eapply_user }