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 773DE15852A for ; Sun, 18 Aug 2024 14:29:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9B71CE2A23; Sun, 18 Aug 2024 14:29:27 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 86750E2A23 for ; Sun, 18 Aug 2024 14:29:27 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C7ABE342FA3 for ; Sun, 18 Aug 2024 14:29:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 44A5F1EB9 for ; Sun, 18 Aug 2024 14:29:25 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1723991362.ebcca4aac95997b0ea9afe88ef8b420e8ef5e066.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/fotema/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/fotema/fotema-1.10.0-r1.ebuild media-gfx/fotema/fotema-1.10.0.ebuild X-VCS-Directories: media-gfx/fotema/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: ebcca4aac95997b0ea9afe88ef8b420e8ef5e066 X-VCS-Branch: master Date: Sun, 18 Aug 2024 14:29:25 +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: 43887278-9d5d-4194-85cd-0d219eda3723 X-Archives-Hash: 5c13734f6b9da3560c7c200c3ccc21d2 commit: ebcca4aac95997b0ea9afe88ef8b420e8ef5e066 Author: Michał Górny gentoo org> AuthorDate: Sun Aug 18 14:28:59 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Aug 18 14:29:22 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebcca4aa media-gfx/fotema: Require media-libs/glycin-loaders Signed-off-by: Michał Górny gentoo.org> media-gfx/fotema/{fotema-1.10.0.ebuild => fotema-1.10.0-r1.ebuild} | 1 + 1 file changed, 1 insertion(+) diff --git a/media-gfx/fotema/fotema-1.10.0.ebuild b/media-gfx/fotema/fotema-1.10.0-r1.ebuild similarity index 98% rename from media-gfx/fotema/fotema-1.10.0.ebuild rename to media-gfx/fotema/fotema-1.10.0-r1.ebuild index 2587ce67c83e..5bf1f9cab059 100644 --- a/media-gfx/fotema/fotema-1.10.0.ebuild +++ b/media-gfx/fotema/fotema-1.10.0-r1.ebuild @@ -41,6 +41,7 @@ DEPEND+=" " RDEPEND=" ${DEPEND} + media-libs/glycin-loaders " BDEPEND=" dev-libs/glib:2