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 E6410138350 for ; Sun, 8 Mar 2020 11:15:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0C570E08D6; Sun, 8 Mar 2020 11:15:16 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 C316BE08D6 for ; Sun, 8 Mar 2020 11:15:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 E684B34F5A7 for ; Sun, 8 Mar 2020 11:15:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 88EE5154 for ; Sun, 8 Mar 2020 11:15:12 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1583666076.f9d09c480f9c48cdf2895bdd67a4218651b2bb58.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-visualization/gwyddion/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-visualization/gwyddion/gwyddion-2.55-r2.ebuild sci-visualization/gwyddion/gwyddion-2.55-r3.ebuild X-VCS-Directories: sci-visualization/gwyddion/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: f9d09c480f9c48cdf2895bdd67a4218651b2bb58 X-VCS-Branch: master Date: Sun, 8 Mar 2020 11:15:12 +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: c346ad9d-2a7f-4410-a6ce-23370f09cf70 X-Archives-Hash: 1fbec94b4dd12b1397ed43f4193c2d56 commit: f9d09c480f9c48cdf2895bdd67a4218651b2bb58 Author: Andreas K. Huettel gentoo org> AuthorDate: Sun Mar 8 11:13:55 2020 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Sun Mar 8 11:14:36 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9d09c48 sci-visualization/gwyddion: Temporarily require gtk-doc, bug 710664 We use maintainer mode here anyway, just if gtk-doc isnt installed the xml file is not regenerated... Hope there's a new release soon. Closes: https://bugs.gentoo.org/710664 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Andreas K. Huettel gentoo.org> .../gwyddion/{gwyddion-2.55-r2.ebuild => gwyddion-2.55-r3.ebuild} | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sci-visualization/gwyddion/gwyddion-2.55-r2.ebuild b/sci-visualization/gwyddion/gwyddion-2.55-r3.ebuild similarity index 93% rename from sci-visualization/gwyddion/gwyddion-2.55-r2.ebuild rename to sci-visualization/gwyddion/gwyddion-2.55-r3.ebuild index 81eb34a955a..24019e1a9a6 100644 --- a/sci-visualization/gwyddion/gwyddion-2.55-r2.ebuild +++ b/sci-visualization/gwyddion/gwyddion-2.55-r3.ebuild @@ -33,8 +33,10 @@ RDEPEND=" DEPEND="${RDEPEND} virtual/pkgconfig - doc? ( dev-util/gtk-doc ) + dev-util/gtk-doc " +# gtk-doc usually only needed for doc useflag, but our +# mime patch requires it... PATCHES=( "${FILESDIR}/${PN}-2.55-automagic.patch"