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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8C99C15800F for ; Thu, 19 Jan 2023 21:51:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AB99DE08BD; Thu, 19 Jan 2023 21:51:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9598DE08BD for ; Thu, 19 Jan 2023 21:51:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id ACFD9340BF1 for ; Thu, 19 Jan 2023 21:51:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5A79387B for ; Thu, 19 Jan 2023 21:51:54 +0000 (UTC) From: "Maciej Barć" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Barć" Message-ID: <1674164908.c7b153433ae7b4fe32a08883d34938d4d295d6aa.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/facile/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/facile/facile-1.1.3-r1.ebuild dev-ml/facile/facile-1.1.3.ebuild X-VCS-Directories: dev-ml/facile/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: c7b153433ae7b4fe32a08883d34938d4d295d6aa X-VCS-Branch: master Date: Thu, 19 Jan 2023 21:51:54 +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: 126efb19-5a04-4320-b810-81d2f2a3f278 X-Archives-Hash: 750a0479a11085cbadee28eae1d1741b commit: c7b153433ae7b4fe32a08883d34938d4d295d6aa Author: Maciej Barć gentoo org> AuthorDate: Thu Jan 19 21:01:39 2023 +0000 Commit: Maciej Barć gentoo org> CommitDate: Thu Jan 19 21:48:28 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7b15343 dev-ml/facile: bump EAPI to 8 Signed-off-by: Maciej Barć gentoo.org> dev-ml/facile/{facile-1.1.3.ebuild => facile-1.1.3-r1.ebuild} | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/dev-ml/facile/facile-1.1.3.ebuild b/dev-ml/facile/facile-1.1.3-r1.ebuild similarity index 95% rename from dev-ml/facile/facile-1.1.3.ebuild rename to dev-ml/facile/facile-1.1.3-r1.ebuild index c88e827bdffa..ab98186bbd79 100644 --- a/dev-ml/facile/facile-1.1.3.ebuild +++ b/dev-ml/facile/facile-1.1.3-r1.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 DESCRIPTION="OCaml constraint programming library on integer & integer set finite domains" HOMEPAGE="http://opti.recherche.enac.fr/" @@ -18,6 +18,8 @@ DEPEND="${RDEPEND}" PATCHES=( "${FILESDIR}/${PN}"-1.1-make.patch ) # Fix building on FreeBSD +QA_FLAGS_IGNORED='.*' + src_prepare() { default