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 4E2CA15ACFC for ; Fri, 5 May 2023 14:44:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 868B1E09CB; Fri, 5 May 2023 14:44:33 +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 6817AE09CB for ; Fri, 5 May 2023 14:44:33 +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 49FB5341064 for ; Fri, 5 May 2023 14:44:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D71698E4 for ; Fri, 5 May 2023 14:44:30 +0000 (UTC) From: "Laura Aléanor" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Laura Aléanor" Message-ID: <1683297860.24de304dcc1b7d9cdf494f67d7aef261054c2bb1.lav@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-lang/gnu-apl/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-lang/gnu-apl/gnu-apl-1.8.ebuild X-VCS-Directories: dev-lang/gnu-apl/ X-VCS-Committer: lav X-VCS-Committer-Name: Laura Aléanor X-VCS-Revision: 24de304dcc1b7d9cdf494f67d7aef261054c2bb1 X-VCS-Branch: dev Date: Fri, 5 May 2023 14:44:30 +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: 69b741ee-1bc4-4733-8c53-452aae8aa707 X-Archives-Hash: 41280e1d7d12e8843c70e872e6b2a399 commit: 24de304dcc1b7d9cdf494f67d7aef261054c2bb1 Author: Laura Aino Violetta Aléanor vampires gay> AuthorDate: Fri May 5 14:40:09 2023 +0000 Commit: Laura Aléanor vampires gay> CommitDate: Fri May 5 14:44:20 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=24de304d dev-lang/gnu-apl: add dev-vcs/subversion to BDEPEND Closes: https://bugs.gentoo.org/905475 Signed-off-by: Laura Aino Violetta Aléanor vampires.gay> dev-lang/gnu-apl/gnu-apl-1.8.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-lang/gnu-apl/gnu-apl-1.8.ebuild b/dev-lang/gnu-apl/gnu-apl-1.8.ebuild index e609889d2..bcec2c325 100644 --- a/dev-lang/gnu-apl/gnu-apl-1.8.ebuild +++ b/dev-lang/gnu-apl/gnu-apl-1.8.ebuild @@ -14,6 +14,8 @@ S="${WORKDIR}/apl-${PV}" IUSE="static-libs erlang libapl python gtk3 pcre2 sqlite3 postgresql" +BDEPEND="dev-vcs/subversion" + RDEPEND="gtk3? ( >=gui-libs/gtk-3.0.0 ) sqlite3? ( >=dev-db/sqlite-3.0.0 ) postgresql? ( dev-db/postgresql )