summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-arch/createrepo_c/createrepo_c-0.16.2.ebuild')
-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