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 9D94415800A for ; Mon, 31 Jul 2023 15:22:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DEC75E0C30; Mon, 31 Jul 2023 15:22:36 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 70FA2E0C30 for ; Mon, 31 Jul 2023 15:22:36 +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 8564933D3CD for ; Mon, 31 Jul 2023 15:22:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E04A5E99 for ; Mon, 31 Jul 2023 15:22:33 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1690816914.319b4ed88674af738bd3fd90e56dc06c88de15db.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libgudev/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libgudev/libgudev-238-r1.ebuild dev-libs/libgudev/libgudev-238.ebuild X-VCS-Directories: dev-libs/libgudev/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 319b4ed88674af738bd3fd90e56dc06c88de15db X-VCS-Branch: master Date: Mon, 31 Jul 2023 15:22:33 +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: 62db4be3-bfec-4bce-baff-f8e0a8a766b6 X-Archives-Hash: 86db8c92ba602e80ca2660ec0662419d commit: 319b4ed88674af738bd3fd90e56dc06c88de15db Author: Mike Gilbert gentoo org> AuthorDate: Sun Jul 30 18:10:44 2023 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Mon Jul 31 15:21:54 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=319b4ed8 dev-libs/libgudev: depend on virtual/libudev[sticky-tags] Signed-off-by: Mike Gilbert gentoo.org> dev-libs/libgudev/{libgudev-238.ebuild => libgudev-238-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/libgudev/libgudev-238.ebuild b/dev-libs/libgudev/libgudev-238-r1.ebuild similarity index 94% rename from dev-libs/libgudev/libgudev-238.ebuild rename to dev-libs/libgudev/libgudev-238-r1.ebuild index a71d45bcd0ac..498353a8973b 100644 --- a/dev-libs/libgudev/libgudev-238.ebuild +++ b/dev-libs/libgudev/libgudev-238-r1.ebuild @@ -17,7 +17,7 @@ RESTRICT="!test? ( test )" RDEPEND=" >=dev-libs/glib-2.38.0:2[${MULTILIB_USEDEP}] - >=virtual/libudev-251:=[${MULTILIB_USEDEP}] + >=virtual/libudev-251:=[sticky-tags(+),${MULTILIB_USEDEP}] introspection? ( >=dev-libs/gobject-introspection-1.31.1 ) " DEPEND="${RDEPEND}