From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1680863-garchives=archives.gentoo.org@lists.gentoo.org> 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 1F5E9158042 for <garchives@archives.gentoo.org>; Thu, 17 Oct 2024 08:13:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6D559E07E1; Thu, 17 Oct 2024 08:13:57 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 15DB9E07E1 for <gentoo-commits@lists.gentoo.org>; Thu, 17 Oct 2024 08:13:57 +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 579E2341E1C for <gentoo-commits@lists.gentoo.org>; Thu, 17 Oct 2024 08:13:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BD9451E15 for <gentoo-commits@lists.gentoo.org>; Thu, 17 Oct 2024 08:13:50 +0000 (UTC) From: "Joonas Niilola" <juippis@gentoo.org> 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" <juippis@gentoo.org> Message-ID: <1729152827.7fc335183c20147a92d6c23adb3914343d8fe0ac.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/oidc-agent/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/oidc-agent/oidc-agent-5.2.2.ebuild X-VCS-Directories: net-misc/oidc-agent/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 7fc335183c20147a92d6c23adb3914343d8fe0ac X-VCS-Branch: master Date: Thu, 17 Oct 2024 08:13:50 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0ab81bec-a30b-49a1-9f54-4c8474c4597c X-Archives-Hash: b4e1c236531627e3b22edd131b66a7fe commit: 7fc335183c20147a92d6c23adb3914343d8fe0ac Author: Joonas Niilola <juippis <AT> gentoo <DOT> org> AuthorDate: Thu Oct 17 08:12:49 2024 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Thu Oct 17 08:13:47 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fc33518 net-misc/oidc-agent: adjust deps in 5.2.2 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> net-misc/oidc-agent/oidc-agent-5.2.2.ebuild | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/net-misc/oidc-agent/oidc-agent-5.2.2.ebuild b/net-misc/oidc-agent/oidc-agent-5.2.2.ebuild index 25fbc39fb0c1..1066f0d838dc 100644 --- a/net-misc/oidc-agent/oidc-agent-5.2.2.ebuild +++ b/net-misc/oidc-agent/oidc-agent-5.2.2.ebuild @@ -15,15 +15,18 @@ KEYWORDS="~amd64 ~arm64 ~riscv" IUSE="test" DEPEND="app-crypt/libsecret - dev-libs/cJSON:= + dev-libs/cJSON + dev-libs/glib:2 dev-libs/libsodium:= - media-gfx/qrencode + media-gfx/qrencode:= net-libs/libmicrohttpd:= - net-libs/webkit-gtk:4.1= + net-libs/webkit-gtk:4.1 net-misc/curl + x11-libs/gtk+:3 elibc_musl? ( sys-libs/argp-standalone )" RDEPEND="${DEPEND}" -BDEPEND="test? ( dev-libs/check )" +BDEPEND="sys-apps/help2man + test? ( dev-libs/check )" RESTRICT="!test? ( test )" @@ -61,7 +64,7 @@ src_install() { # This file is not compatible with Gentoo and in any case, we generally # let the users load such agents themselves. - rm -f "${ED}"/etc/X11/Xsession.d/91${PN} + rm "${ED}"/etc/X11/Xsession.d/91${PN} || die } pkg_postinst() {