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 8A20515800F for ; Fri, 10 Feb 2023 08:57:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CEC34E07EA; Fri, 10 Feb 2023 08:57:38 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 B6B7FE07EA for ; Fri, 10 Feb 2023 08:57:38 +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 D60F7340CCC for ; Fri, 10 Feb 2023 08:57:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 448898A0 for ; Fri, 10 Feb 2023 08:57:36 +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: <1676019438.93bd8c0c7f6017c70f9cb1e44376761f7f78a25a.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/codeblocks/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/codeblocks/codeblocks-20.03-r6.ebuild X-VCS-Directories: dev-util/codeblocks/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 93bd8c0c7f6017c70f9cb1e44376761f7f78a25a X-VCS-Branch: master Date: Fri, 10 Feb 2023 08:57:36 +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: 5a330448-e91a-412d-baf9-703fa767257e X-Archives-Hash: fb2cda51b6cfd403f0f75a4ef698b71f commit: 93bd8c0c7f6017c70f9cb1e44376761f7f78a25a Author: Joonas Niilola gentoo org> AuthorDate: Fri Feb 10 08:53:29 2023 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Fri Feb 10 08:57:18 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93bd8c0c dev-util/codeblocks: add few missing deps on 20.03-r6 Signed-off-by: Joonas Niilola gentoo.org> dev-util/codeblocks/codeblocks-20.03-r6.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dev-util/codeblocks/codeblocks-20.03-r6.ebuild b/dev-util/codeblocks/codeblocks-20.03-r6.ebuild index 33e87a9e4106..0e018ea8b99c 100644 --- a/dev-util/codeblocks/codeblocks-20.03-r6.ebuild +++ b/dev-util/codeblocks/codeblocks-20.03-r6.ebuild @@ -38,12 +38,14 @@ RDEPEND="app-arch/zip app-admin/gamin app-arch/bzip2 app-text/hunspell:= + dev-libs/boost:= dev-libs/libgamin media-libs/fontconfig sys-libs/zlib )" -DEPEND="${RDEPEND}" +DEPEND="${RDEPEND} + x11-base/xorg-proto" PATCHES=( "${FILESDIR}"/${P}-env.patch