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 DD5791382C5 for ; Mon, 4 Jan 2021 17:14:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 22049E09BC; Mon, 4 Jan 2021 17:14:40 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 0C29EE09BC for ; Mon, 4 Jan 2021 17:14:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 210873411F1 for ; Mon, 4 Jan 2021 17:14:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BA0D6487 for ; Mon, 4 Jan 2021 17:14:37 +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: <1609780453.d0f4a146c0ac9cd12c7b1d5deae7a4b884e1d963.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/createrepo_c/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-arch/createrepo_c/createrepo_c-0.16.2.ebuild X-VCS-Directories: app-arch/createrepo_c/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: d0f4a146c0ac9cd12c7b1d5deae7a4b884e1d963 X-VCS-Branch: master Date: Mon, 4 Jan 2021 17:14:37 +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: 97741015-94c1-49d9-bb90-8e10d301a89c X-Archives-Hash: 3dcc0ba1d1298c3a964bd88d67158c0a commit: d0f4a146c0ac9cd12c7b1d5deae7a4b884e1d963 Author: Sam James gentoo org> AuthorDate: Mon Jan 4 17:02:07 2021 +0000 Commit: Sam James gentoo org> CommitDate: Mon Jan 4 17:14:13 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0f4a146 app-arch/createrepo_c: minor style change Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Sam James gentoo.org> app-arch/createrepo_c/createrepo_c-0.16.2.ebuild | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/app-arch/createrepo_c/createrepo_c-0.16.2.ebuild b/app-arch/createrepo_c/createrepo_c-0.16.2.ebuild index e1e6662cf8b..7a4f717f367 100644 --- a/app-arch/createrepo_c/createrepo_c-0.16.2.ebuild +++ b/app-arch/createrepo_c/createrepo_c-0.16.2.ebuild @@ -1,7 +1,6 @@ -# Copyright 2020 Gentoo Authors +# Copyright 2020-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -# Notes: Help with enabling the python support would be great. EAPI=7 inherit cmake @@ -13,6 +12,7 @@ SRC_URI="https://github.com/rpm-software-management/createrepo_c/archive/${PV}.t LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" +# Notes: Help with enabling the python support would be great DEPEND="app-arch/bzip2:= app-arch/rpm @@ -26,8 +26,7 @@ DEPEND="app-arch/bzip2:= RDEPEND="${DEPEND} app-arch/lzma" -src_configure() -{ +src_configure() { # Other than for python (where tests are failing) we have special no-in-tree dependencies. local mycmakeargs=( -DENABLE_DRPM=OFF