summaryrefslogtreecommitdiff
path: root/app-text/simple-fb2-reader/simple-fb2-reader-1.1.3.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'app-text/simple-fb2-reader/simple-fb2-reader-1.1.3.ebuild')
-rw-r--r--app-text/simple-fb2-reader/simple-fb2-reader-1.1.3.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/app-text/simple-fb2-reader/simple-fb2-reader-1.1.3.ebuild b/app-text/simple-fb2-reader/simple-fb2-reader-1.1.3.ebuild
index 3568a4f9df7e..d52a38df90b5 100644
--- a/app-text/simple-fb2-reader/simple-fb2-reader-1.1.3.ebuild
+++ b/app-text/simple-fb2-reader/simple-fb2-reader-1.1.3.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-inherit cmake-utils xdg
+inherit cmake xdg
DESCRIPTION="A simple gtk3 reader for fb2 ebooks"
HOMEPAGE="https://github.com/Cactus64k/simple-fb2-reader"
SRC_URI="https://github.com/Cactus64k/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
@@ -20,5 +20,5 @@ DEPEND="${RDEPEND}
src_prepare() {
xdg_src_prepare
- cmake-utils_src_prepare
+ cmake_src_prepare
}