commit: 616e6d912942aeb483206757aaac9029e7018c00 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Mon Jun 8 08:32:18 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Mon Jun 8 08:56:05 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=616e6d91
app-portage/pram: Port to cmake.eclass Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> app-portage/pram/pram-8.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-portage/pram/pram-8.ebuild b/app-portage/pram/pram-8.ebuild index 89db02183b6..debf356c6ab 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"
