summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-06-08 10:32:18 +0200
committerMichał Górny <mgorny@gentoo.org>2020-06-08 10:56:05 +0200
commit616e6d912942aeb483206757aaac9029e7018c00 (patch)
treede3a6a61df480ae510e70eb5b53a6cfcbe185676
parentapp-cdr/gcdemu: Port to cmake.eclass (diff)
downloadgentoo-616e6d912942aeb483206757aaac9029e7018c00.tar.gz
gentoo-616e6d912942aeb483206757aaac9029e7018c00.tar.bz2
gentoo-616e6d912942aeb483206757aaac9029e7018c00.zip
app-portage/pram: Port to cmake.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--app-portage/pram/pram-8.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-portage/pram/pram-8.ebuild b/app-portage/pram/pram-8.ebuild
index 89db02183b63..debf356c6ab2 100644
--- a/app-portage/pram/pram-8.ebuild
+++ b/app-portage/pram/pram-8.ebuild
@@ -1,9 +1,9 @@
-# Copyright 2019 Gentoo Authors
+# Copyright 2019-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-inherit cmake-utils
+inherit cmake
DESCRIPTION="Tool to ease merging Pull Requests and git patches"
HOMEPAGE="https://github.com/mgorny/pram"