summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-01-04 17:02:07 +0000
committerSam James <sam@gentoo.org>2021-01-04 17:14:13 +0000
commitd0f4a146c0ac9cd12c7b1d5deae7a4b884e1d963 (patch)
tree327b59439b2247c3811c59b4a715444eb38197cb
parentapp-arch/createrepo_c: new package (diff)
downloadgentoo-d0f4a146c0ac9cd12c7b1d5deae7a4b884e1d963.tar.gz
gentoo-d0f4a146c0ac9cd12c7b1d5deae7a4b884e1d963.tar.bz2
gentoo-d0f4a146c0ac9cd12c7b1d5deae7a4b884e1d963.zip
app-arch/createrepo_c: minor style change
Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--app-arch/createrepo_c/createrepo_c-0.16.2.ebuild7
1 files 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