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 C58FF1382C5 for ; Sat, 13 Mar 2021 09:08:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 11CF3E0841; Sat, 13 Mar 2021 09:08:37 +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 C5A87E0841 for ; Sat, 13 Mar 2021 09:08:36 +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 78E2D33DE47 for ; Sat, 13 Mar 2021 09:08:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 06268573 for ; Sat, 13 Mar 2021 09:08:34 +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: <1615626462.cf456ba192f6a3741ffa57d586deddc2496fa032.keri@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/xsb/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/xsb/Manifest dev-lang/xsb/xsb-3.8.0.ebuild X-VCS-Directories: dev-lang/xsb/ X-VCS-Committer: keri X-VCS-Committer-Name: Keri Harris X-VCS-Revision: cf456ba192f6a3741ffa57d586deddc2496fa032 X-VCS-Branch: master Date: Sat, 13 Mar 2021 09:08:34 +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: 6fd81da7-3434-49bd-a7f2-a4a99e196e27 X-Archives-Hash: 06c0bede15dd9483b59fcf98cbdbb784 commit: cf456ba192f6a3741ffa57d586deddc2496fa032 Author: Keri Harris gentoo org> AuthorDate: Sat Mar 13 09:07:13 2021 +0000 Commit: Keri Harris gentoo org> CommitDate: Sat Mar 13 09:07:42 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf456ba1 dev-lang/xsb: fix build with autoconf-2.71 Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Keri Harris gentoo.org> dev-lang/xsb/Manifest | 2 +- dev-lang/xsb/xsb-3.8.0.ebuild | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-lang/xsb/Manifest b/dev-lang/xsb/Manifest index 1e5e68514cc..6cfc8da7f27 100644 --- a/dev-lang/xsb/Manifest +++ b/dev-lang/xsb/Manifest @@ -1,2 +1,2 @@ DIST XSB38.tar.gz 13830570 BLAKE2B 60a6ab38435348d09e2d08bc65ca62c06b38495b72f40a6f3f10fe8d23949bfed0c580c9be0c8304d8a88a53b227bb695870b558d67f33a47543de6c1529180f SHA512 457c691450afcf3ed4e2fffc28deaef0949ef4bbf6fd69b504acc6507fbb144f2c6e427a25da2b6346b15b82e803c02d1b6962af698d16c1fcb9a3d56160ea30 -DIST xsb-3.8.0-gentoo-patchset-3.tar.gz 7297 BLAKE2B b3da3b4458e6e97c32fc6318bfa95d9755398572b85fe10a00af327c7cf940e18b8ae49cd2543544b363daf39bdc9db3963487e134c3a1b3a31c05344ed927fd SHA512 96064c2a27c4570b213613b97386bed1dac8082881794b7e18e5ae9ee9c28af78412c793b1fe26a293664ba88236257fbb3804cdda63799fff6fb72ca498b4a4 +DIST xsb-3.8.0-gentoo-patchset-4.tar.gz 7373 BLAKE2B d34925e314c2b4726cdb1d5d6256f9ce5f0e9dbba408e77d1383ba72c6499be601fbd93f2ad20ef30e5df965016dd377bffed3dd3aba9f8256d8c4b57afd12d8 SHA512 8fcdaa3b2cafbd4e3b91fd1dc5c00b2986158a17968cfbffba263acd0752bdb76e342256b92f691c40d535a6f2f1c8632bbf8b095691fced55d18a67080ef559 diff --git a/dev-lang/xsb/xsb-3.8.0.ebuild b/dev-lang/xsb/xsb-3.8.0.ebuild index 5c18dc3bfc1..e1453eb2ca5 100644 --- a/dev-lang/xsb/xsb-3.8.0.ebuild +++ b/dev-lang/xsb/xsb-3.8.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PATCHSET_VER="3" +PATCHSET_VER="4" inherit autotools java-pkg-opt-2