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 319DD15800D for ; Sun, 9 Jul 2023 04:37:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 547D2E0971; Sun, 9 Jul 2023 04:37:09 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 332E3E095F for ; Sun, 9 Jul 2023 04:37:09 +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 2D3B7340821 for ; Sun, 9 Jul 2023 04:37:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7C07DA84 for ; Sun, 9 Jul 2023 04:37:06 +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: <1688877390.fa60a8dafebb7a2332a5d3cac1e1d620094ed9f2.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/libnvme/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/libnvme/libnvme-1.5.ebuild X-VCS-Directories: sys-libs/libnvme/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: fa60a8dafebb7a2332a5d3cac1e1d620094ed9f2 X-VCS-Branch: master Date: Sun, 9 Jul 2023 04:37:06 +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: 57e4441e-b6c9-42a2-9289-2c08eb5065f7 X-Archives-Hash: d6a96b36646fe40f773e8dd9ee8c09ac commit: fa60a8dafebb7a2332a5d3cac1e1d620094ed9f2 Author: Sam James gentoo org> AuthorDate: Sun Jul 9 04:36:24 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sun Jul 9 04:36:30 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa60a8da sys-libs/libnvme: tweak style to match skel.ebuild Signed-off-by: Sam James gentoo.org> sys-libs/libnvme/libnvme-1.5.ebuild | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/sys-libs/libnvme/libnvme-1.5.ebuild b/sys-libs/libnvme/libnvme-1.5.ebuild index 3502d35610d0..f00e46205f84 100644 --- a/sys-libs/libnvme/libnvme-1.5.ebuild +++ b/sys-libs/libnvme/libnvme-1.5.ebuild @@ -8,12 +8,16 @@ inherit python-r1 meson DESCRIPTION="C Library for NVM Express on Linux" HOMEPAGE="https://github.com/linux-nvme/libnvme" +SRC_URI="https://github.com/linux-nvme/libnvme/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" + LICENSE="LGPL-2.1+" SLOT="0/1" +KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86" IUSE="dbus +json keyutils python ssl +uuid" -SRC_URI="https://github.com/linux-nvme/libnvme/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" -KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86" +REQUIRED_USE=" + python? ( ${PYTHON_REQUIRED_USE} ) +" DEPEND=" json? ( dev-libs/json-c:= ) @@ -29,10 +33,6 @@ BDEPEND=" dev-lang/swig " -REQUIRED_USE=" - python? ( ${PYTHON_REQUIRED_USE} ) -" - src_configure() { local emesonargs=( -Dpython=false