From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A5A421382C5 for ; Sun, 25 Apr 2021 03:33:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D2B68E077C; Sun, 25 Apr 2021 03:33:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A8512E077C for ; Sun, 25 Apr 2021 03:33:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C4BD6341321 for ; Sun, 25 Apr 2021 03:33:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 475BE4C3 for ; Sun, 25 Apr 2021 03:32:59 +0000 (UTC) From: "Andrey Grozin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrey Grozin" Message-ID: <1619321550.f429f84329516f6249e8b57540508281c6b4dccd.grozin@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/simple-fb2-reader/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/simple-fb2-reader/simple-fb2-reader-1.1.3.ebuild X-VCS-Directories: app-text/simple-fb2-reader/ X-VCS-Committer: grozin X-VCS-Committer-Name: Andrey Grozin X-VCS-Revision: f429f84329516f6249e8b57540508281c6b4dccd X-VCS-Branch: master Date: Sun, 25 Apr 2021 03:32:59 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 57ef1e1a-f1d2-4663-ac9a-6e83357a0a18 X-Archives-Hash: 3f809a1eaa06ce4b05832af97804cea2 commit: f429f84329516f6249e8b57540508281c6b4dccd Author: Andrey Grozin gentoo org> AuthorDate: Sun Apr 25 03:32:30 2021 +0000 Commit: Andrey Grozin gentoo org> CommitDate: Sun Apr 25 03:32:30 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f429f843 app-text/simple-fb2-reader: use cmake.eclass Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Andrey Grozin gentoo.org> app-text/simple-fb2-reader/simple-fb2-reader-1.1.3.ebuild | 6 +++--- 1 file 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 3568a4f9df7..d52a38df90b 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 }