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 AC02E158091 for ; Tue, 14 Jun 2022 07:13:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A6975E08F2; Tue, 14 Jun 2022 07:13:46 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 8B0AFE08F2 for ; Tue, 14 Jun 2022 07:13:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 AA381341CF7 for ; Tue, 14 Jun 2022 07:13:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 60E45501 for ; Tue, 14 Jun 2022 07:13:44 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1655190819.c81ffdf0cdd3ebae25b88f9291f364bcd6dfeaaf.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/fcft/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/fcft/fcft-3.1.2-r1.ebuild media-libs/fcft/fcft-3.1.2.ebuild X-VCS-Directories: media-libs/fcft/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: c81ffdf0cdd3ebae25b88f9291f364bcd6dfeaaf X-VCS-Branch: master Date: Tue, 14 Jun 2022 07:13:44 +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: 06cc281f-d127-4e5a-948e-1d95829edb52 X-Archives-Hash: 77b5e846508e553b0ee6ee7a122f118b commit: c81ffdf0cdd3ebae25b88f9291f364bcd6dfeaaf Author: Joonas Niilola gentoo org> AuthorDate: Tue Jun 14 07:00:57 2022 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Tue Jun 14 07:13:39 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c81ffdf0 media-libs/fcft: add a missing bdep, revbump due to RDEPEND change Signed-off-by: Joonas Niilola gentoo.org> media-libs/fcft/{fcft-3.1.2.ebuild => fcft-3.1.2-r1.ebuild} | 1 + 1 file changed, 1 insertion(+) diff --git a/media-libs/fcft/fcft-3.1.2.ebuild b/media-libs/fcft/fcft-3.1.2-r1.ebuild similarity index 99% rename from media-libs/fcft/fcft-3.1.2.ebuild rename to media-libs/fcft/fcft-3.1.2-r1.ebuild index 9ecdbd4255f0..9ecda1e5c4a3 100644 --- a/media-libs/fcft/fcft-3.1.2.ebuild +++ b/media-libs/fcft/fcft-3.1.2-r1.ebuild @@ -53,6 +53,7 @@ DEPEND=" BDEPEND=" ${PYTHON_DEPS} app-text/scdoc + virtual/pkgconfig examples? ( dev-util/wayland-scanner )