From d0f4a146c0ac9cd12c7b1d5deae7a4b884e1d963 Mon Sep 17 00:00:00 2001 From: Sam James Date: Mon, 4 Jan 2021 17:02:07 +0000 Subject: app-arch/createrepo_c: minor style change Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Sam James --- 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 e1e6662cf8b4..7a4f717f367a 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 -- cgit v1.2.3-65-gdbad