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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 33E7F158094 for ; Thu, 22 Sep 2022 17:48:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6B672E0A44; Thu, 22 Sep 2022 17:48:36 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4DF75E0A44 for ; Thu, 22 Sep 2022 17:48:36 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2C652341006 for ; Thu, 22 Sep 2022 17:48:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7FF22576 for ; Thu, 22 Sep 2022 17:48:33 +0000 (UTC) From: "Sebastian Pipping" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastian Pipping" Message-ID: <1663868839.ed94e748b8dbe48a5ede2cacb5be53079f35f936.sping@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/rnv/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/rnv/metadata.xml app-text/rnv/rnv-1.7.11-r1.ebuild X-VCS-Directories: app-text/rnv/ X-VCS-Committer: sping X-VCS-Committer-Name: Sebastian Pipping X-VCS-Revision: ed94e748b8dbe48a5ede2cacb5be53079f35f936 X-VCS-Branch: master Date: Thu, 22 Sep 2022 17:48:33 +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: 65f8c566-7f94-4273-96fe-c74bfd97be47 X-Archives-Hash: 52fb9ab96f8466e7faa4d50a71bb9b7c commit: ed94e748b8dbe48a5ede2cacb5be53079f35f936 Author: Sebastian Pipping gentoo org> AuthorDate: Thu Sep 22 17:45:34 2022 +0000 Commit: Sebastian Pipping gentoo org> CommitDate: Thu Sep 22 17:47:19 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed94e748 app-text/rnv: fix linking with lld + EAPI 8 + set maintainer Closes: https://bugs.gentoo.org/734958 Signed-off-by: Sebastian Pipping gentoo.org> app-text/rnv/metadata.xml | 5 ++++- app-text/rnv/rnv-1.7.11-r1.ebuild | 8 +++++--- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/app-text/rnv/metadata.xml b/app-text/rnv/metadata.xml index 581faaa017c3..435382f3cbd2 100644 --- a/app-text/rnv/metadata.xml +++ b/app-text/rnv/metadata.xml @@ -1,7 +1,10 @@ - + + sping@gentoo.org + Sebastian Pipping + rnv diff --git a/app-text/rnv/rnv-1.7.11-r1.ebuild b/app-text/rnv/rnv-1.7.11-r1.ebuild index 1ca31dcce3d1..4d5043c9f5c4 100644 --- a/app-text/rnv/rnv-1.7.11-r1.ebuild +++ b/app-text/rnv/rnv-1.7.11-r1.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 inherit unpacker toolchain-funcs DESCRIPTION="A lightweight Relax NG Compact Syntax validator" @@ -26,7 +26,9 @@ src_prepare() { src_configure() { LIBS="-ldl -lm" \ - econf --with-scm="/usr" + econf \ + --with-scm-inc="/usr/include" \ + --with-scm-lib="/usr/$(get_libdir)" } src_install() {