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 C1906158014 for ; Sun, 29 Aug 2021 18:30:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0360DE0831; Sun, 29 Aug 2021 18:30:40 +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 D664BE0831 for ; Sun, 29 Aug 2021 18:30:39 +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 B66163409D8 for ; Sun, 29 Aug 2021 18:30:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 288E88D for ; Sun, 29 Aug 2021 18:30:37 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1630261758.4698e43189fe018bcaa1744c43178bb7d92ae87b.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/kramdown/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/kramdown/kramdown-2.3.1-r1.ebuild dev-ruby/kramdown/kramdown-2.3.1.ebuild X-VCS-Directories: dev-ruby/kramdown/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 4698e43189fe018bcaa1744c43178bb7d92ae87b X-VCS-Branch: master Date: Sun, 29 Aug 2021 18:30:37 +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: ee95d221-83fe-4163-a3ed-cac3c7d8164c X-Archives-Hash: f2f52a336cddf13cce12faf40d3787f7 commit: 4698e43189fe018bcaa1744c43178bb7d92ae87b Author: Sam James gentoo org> AuthorDate: Sun Aug 29 18:27:01 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sun Aug 29 18:29:18 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4698e431 dev-ruby/kramdown: [QA] revbump for changed RDEPEND It's necessary to have a revision bump for changes in RDEPEND, but especially where we're changing the providers of an any-of || ( ... ) dependency. In this case, if one already has edbrowse installed, once/if tidy-html5 is masked for removal (which seems to be the plan), there's no reason the package manage is obligated to realise that the existing ebuild was modified to allow htmltidy instead. Hence, a revision bump is required to apply the metadata change. Fixes: 22d74ef60f5bf00571639586f8e4e705420614a9 Signed-off-by: Sam James gentoo.org> dev-ruby/kramdown/{kramdown-2.3.1.ebuild => kramdown-2.3.1-r1.ebuild} | 0 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/dev-ruby/kramdown/kramdown-2.3.1.ebuild b/dev-ruby/kramdown/kramdown-2.3.1-r1.ebuild similarity index 100% rename from dev-ruby/kramdown/kramdown-2.3.1.ebuild rename to dev-ruby/kramdown/kramdown-2.3.1-r1.ebuild