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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F1215158094 for ; Thu, 15 Sep 2022 13:20:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EA702E09CF; Thu, 15 Sep 2022 13:20:03 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B5C5CE0953 for ; Thu, 15 Sep 2022 13:20:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CC474340FF4 for ; Thu, 15 Sep 2022 13:20:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 20F825D9 for ; Thu, 15 Sep 2022 13:20:01 +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: <1663247790.68fe2e0cfc10d12afd4a961af4257b86ac54790c.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/tuxpaint/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/tuxpaint/tuxpaint-0.9.24-r1.ebuild media-gfx/tuxpaint/tuxpaint-0.9.24-r2.ebuild media-gfx/tuxpaint/tuxpaint-0.9.27-r1.ebuild media-gfx/tuxpaint/tuxpaint-0.9.27.ebuild media-gfx/tuxpaint/tuxpaint-0.9.28-r1.ebuild media-gfx/tuxpaint/tuxpaint-0.9.28.ebuild X-VCS-Directories: media-gfx/tuxpaint/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 68fe2e0cfc10d12afd4a961af4257b86ac54790c X-VCS-Branch: master Date: Thu, 15 Sep 2022 13:20:01 +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: 4075fea0-d383-4a44-b88a-5088e62d1049 X-Archives-Hash: 71f7f9715eef5abc8cd507b8838a80cb commit: 68fe2e0cfc10d12afd4a961af4257b86ac54790c Author: Sam James gentoo org> AuthorDate: Thu Sep 15 13:16:30 2022 +0000 Commit: Sam James gentoo org> CommitDate: Thu Sep 15 13:16:30 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68fe2e0c media-gfx/tuxpaint: add libpaper slot dep ABI broke. Signed-off-by: Sam James gentoo.org> .../tuxpaint/{tuxpaint-0.9.24-r1.ebuild => tuxpaint-0.9.24-r2.ebuild} | 4 ++-- .../tuxpaint/{tuxpaint-0.9.27.ebuild => tuxpaint-0.9.27-r1.ebuild} | 2 +- .../tuxpaint/{tuxpaint-0.9.28.ebuild => tuxpaint-0.9.28-r1.ebuild} | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/media-gfx/tuxpaint/tuxpaint-0.9.24-r1.ebuild b/media-gfx/tuxpaint/tuxpaint-0.9.24-r2.ebuild similarity index 96% rename from media-gfx/tuxpaint/tuxpaint-0.9.24-r1.ebuild rename to media-gfx/tuxpaint/tuxpaint-0.9.24-r2.ebuild index 95da9599811f..324da8c01842 100644 --- a/media-gfx/tuxpaint/tuxpaint-0.9.24-r1.ebuild +++ b/media-gfx/tuxpaint/tuxpaint-0.9.24-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -14,7 +14,7 @@ SLOT="0" KEYWORDS="amd64 ppc x86" RDEPEND=" - app-text/libpaper + app-text/libpaper:= dev-libs/fribidi gnome-base/librsvg:2 >=media-libs/libpng-1.2:0= diff --git a/media-gfx/tuxpaint/tuxpaint-0.9.27.ebuild b/media-gfx/tuxpaint/tuxpaint-0.9.27-r1.ebuild similarity index 98% rename from media-gfx/tuxpaint/tuxpaint-0.9.27.ebuild rename to media-gfx/tuxpaint/tuxpaint-0.9.27-r1.ebuild index b9d1e8f71b96..7cca8f0ed211 100644 --- a/media-gfx/tuxpaint/tuxpaint-0.9.27.ebuild +++ b/media-gfx/tuxpaint/tuxpaint-0.9.27-r1.ebuild @@ -14,7 +14,7 @@ SLOT="0" KEYWORDS="amd64 ppc x86" RDEPEND=" - app-text/libpaper + app-text/libpaper:= dev-libs/fribidi gnome-base/librsvg:2 >=media-libs/libpng-1.2:0= diff --git a/media-gfx/tuxpaint/tuxpaint-0.9.28.ebuild b/media-gfx/tuxpaint/tuxpaint-0.9.28-r1.ebuild similarity index 98% rename from media-gfx/tuxpaint/tuxpaint-0.9.28.ebuild rename to media-gfx/tuxpaint/tuxpaint-0.9.28-r1.ebuild index 2ea3a43d5863..22513e2bb481 100644 --- a/media-gfx/tuxpaint/tuxpaint-0.9.28.ebuild +++ b/media-gfx/tuxpaint/tuxpaint-0.9.28-r1.ebuild @@ -15,7 +15,7 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" RDEPEND=" - app-text/libpaper + app-text/libpaper:= dev-libs/fribidi gnome-base/librsvg:2 >=media-libs/libpng-1.2:0=