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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BF5F11581F3 for ; Sun, 1 Dec 2024 11:50:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 129DEE080E; Sun, 1 Dec 2024 11:50:45 +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 E396DE080E for ; Sun, 1 Dec 2024 11:50:44 +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 03A3E340CC9 for ; Sun, 1 Dec 2024 11:50:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 914BCD81 for ; Sun, 1 Dec 2024 11:50:42 +0000 (UTC) From: "YOSHIOKA Takuma" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "YOSHIOKA Takuma" Message-ID: <1733053837.d948f4fee448341c12fbeff71738a08a3bbf4e60.YOSHIOKATakuma@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-gfx/silicon/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-gfx/silicon/silicon-0.5.3.ebuild X-VCS-Directories: media-gfx/silicon/ X-VCS-Committer: YOSHIOKATakuma X-VCS-Committer-Name: YOSHIOKA Takuma X-VCS-Revision: d948f4fee448341c12fbeff71738a08a3bbf4e60 X-VCS-Branch: dev Date: Sun, 1 Dec 2024 11:50:42 +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: eea70d22-5044-4df8-8f59-7de66ddf035c X-Archives-Hash: 63d05e5c9946748372d38d228ebf6885 commit: d948f4fee448341c12fbeff71738a08a3bbf4e60 Author: YOSHIOKA Takuma hard-wi red> AuthorDate: Sun Dec 1 11:49:42 2024 +0000 Commit: YOSHIOKA Takuma hard-wi red> CommitDate: Sun Dec 1 11:50:37 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d948f4fe media-gfx/silicon: use `:=` operators for native library deps Signed-off-by: YOSHIOKA Takuma hard-wi.red> media-gfx/silicon/silicon-0.5.3.ebuild | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/media-gfx/silicon/silicon-0.5.3.ebuild b/media-gfx/silicon/silicon-0.5.3.ebuild index 262c867e1..58e9f1359 100644 --- a/media-gfx/silicon/silicon-0.5.3.ebuild +++ b/media-gfx/silicon/silicon-0.5.3.ebuild @@ -239,11 +239,11 @@ BDEPEND=" virtual/pkgconfig ${PYTHON_DEPS}" DEPEND=" - dev-libs/oniguruma - media-libs/fontconfig - media-libs/freetype - media-libs/harfbuzz - x11-libs/libxcb" + dev-libs/oniguruma:= + media-libs/fontconfig:= + media-libs/freetype:= + media-libs/harfbuzz:= + x11-libs/libxcb:=" RDEPEND="${DEPEND} x11-misc/xclip"