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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B1CE8139000 for ; Fri, 30 Jul 2021 19:39:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CE9F8E0923; Fri, 30 Jul 2021 19:39:21 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B48E4E0923 for ; Fri, 30 Jul 2021 19:39:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AEC1E3437BB for ; Fri, 30 Jul 2021 19:39:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E64AD7BD for ; Fri, 30 Jul 2021 19:39:16 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1627673945.fc4030f1bb940db58eaebc0646ca8504e3a35879.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/umockdev/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/umockdev/umockdev-0.16.1-r1.ebuild dev-util/umockdev/umockdev-0.16.1.ebuild X-VCS-Directories: dev-util/umockdev/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: fc4030f1bb940db58eaebc0646ca8504e3a35879 X-VCS-Branch: master Date: Fri, 30 Jul 2021 19:39:16 +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: 0c495f12-1f3e-4fd6-80b3-7cfe4976c3f0 X-Archives-Hash: 6f8a7c6b691183d1e793df53f909d7ce commit: fc4030f1bb940db58eaebc0646ca8504e3a35879 Author: Matt Turner gentoo org> AuthorDate: Fri Jul 30 19:37:37 2021 +0000 Commit: Matt Turner gentoo org> CommitDate: Fri Jul 30 19:39:05 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc4030f1 dev-util/umockdev: Add dependency on net-libs/libpcap Closes: https://bugs.gentoo.org/805170 Signed-off-by: Matt Turner gentoo.org> dev-util/umockdev/{umockdev-0.16.1.ebuild => umockdev-0.16.1-r1.ebuild} | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-util/umockdev/umockdev-0.16.1.ebuild b/dev-util/umockdev/umockdev-0.16.1-r1.ebuild similarity index 96% rename from dev-util/umockdev/umockdev-0.16.1.ebuild rename to dev-util/umockdev/umockdev-0.16.1-r1.ebuild index ad527911b17..3326eb61389 100644 --- a/dev-util/umockdev/umockdev-0.16.1.ebuild +++ b/dev-util/umockdev/umockdev-0.16.1-r1.ebuild @@ -17,6 +17,7 @@ IUSE="test" RESTRICT="!test? ( test )" RDEPEND=" + net-libs/libpcap[${MULTILIB_USEDEP}] virtual/libudev:=[${MULTILIB_USEDEP}] >=dev-libs/glib-2.32:2[${MULTILIB_USEDEP}] >=dev-libs/gobject-introspection-1.32:=