public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sebastian Pipping" <sping@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/usbguard/
Date: Mon,  8 Feb 2021 13:39:00 +0000 (UTC)	[thread overview]
Message-ID: <1612791517.a14e7a0b5bafc69498ccaeecdb4ca366b8fb89e3.sping@gentoo> (raw)

commit:     a14e7a0b5bafc69498ccaeecdb4ca366b8fb89e3
Author:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Mon Feb  8 13:32:32 2021 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Mon Feb  8 13:38:37 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a14e7a0b

sys-apps/usbguard: Fix dev-libs/pegtl dependency

Closes: https://bugs.gentoo.org/767469
Signed-off-by: Sebastian Pipping <sping <AT> gentoo.org>
Package-Manager: Portage-3.0.14, Repoman-3.0.2

 sys-apps/usbguard/usbguard-0.7.6-r1.ebuild | 4 ++--
 sys-apps/usbguard/usbguard-0.7.8.ebuild    | 2 +-
 sys-apps/usbguard/usbguard-1.0.0.ebuild    | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/sys-apps/usbguard/usbguard-0.7.6-r1.ebuild b/sys-apps/usbguard/usbguard-0.7.6-r1.ebuild
index aa7debe0b59..3f76442a7df 100644
--- a/sys-apps/usbguard/usbguard-0.7.6-r1.ebuild
+++ b/sys-apps/usbguard/usbguard-0.7.6-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -15,7 +15,7 @@ IUSE="bash-completion dbus ldap policykit systemd"
 REQUIRED_USE="policykit? ( dbus )"
 
 CDEPEND="
-	dev-libs/pegtl
+	<dev-libs/pegtl-3
 	>=dev-libs/libsodium-0.4.5:=
 	>=dev-libs/protobuf-2.5.0:=
 	>=sys-cluster/libqb-0.16.0:=

diff --git a/sys-apps/usbguard/usbguard-0.7.8.ebuild b/sys-apps/usbguard/usbguard-0.7.8.ebuild
index be1f9ae5b84..cc4ab8ff6f3 100644
--- a/sys-apps/usbguard/usbguard-0.7.8.ebuild
+++ b/sys-apps/usbguard/usbguard-0.7.8.ebuild
@@ -17,7 +17,7 @@ IUSE="bash-completion dbus ldap policykit static-libs systemd"
 REQUIRED_USE="policykit? ( dbus )"
 
 CDEPEND="
-	dev-libs/pegtl
+	<dev-libs/pegtl-3
 	>=dev-libs/libsodium-0.4.5:=
 	>=dev-libs/protobuf-2.5.0:=
 	>=sys-cluster/libqb-0.16.0:=

diff --git a/sys-apps/usbguard/usbguard-1.0.0.ebuild b/sys-apps/usbguard/usbguard-1.0.0.ebuild
index 78b104813da..1f69b3df6b4 100644
--- a/sys-apps/usbguard/usbguard-1.0.0.ebuild
+++ b/sys-apps/usbguard/usbguard-1.0.0.ebuild
@@ -17,7 +17,7 @@ IUSE="bash-completion dbus ldap policykit static-libs systemd"
 REQUIRED_USE="policykit? ( dbus )"
 
 CDEPEND="
-	dev-libs/pegtl
+	<dev-libs/pegtl-3
 	>=dev-libs/libsodium-0.4.5:=
 	>=dev-libs/protobuf-2.5.0:=
 	>=sys-cluster/libqb-0.16.0:=


             reply	other threads:[~2021-02-08 13:39 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-08 13:39 Sebastian Pipping [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-01-12  0:48 [gentoo-commits] repo/gentoo:master commit in: sys-apps/usbguard/ Sam James
2024-12-02 18:01 Sebastian Pipping
2024-08-07  2:41 Sam James
2024-06-11 18:46 Sebastian Pipping
2024-06-08 15:07 Sebastian Pipping
2022-11-29  1:18 Sebastian Pipping
2022-11-29  1:18 Sebastian Pipping
2022-09-02 23:05 Sebastian Pipping
2022-06-19 16:21 Sebastian Pipping
2022-06-12 21:24 Sebastian Pipping
2022-06-08 13:25 Sebastian Pipping
2022-03-23  0:14 Sam James
2022-03-15 20:17 Sebastian Pipping
2022-02-24 15:41 Sebastian Pipping
2021-12-21  0:18 Sebastian Pipping
2021-08-23 15:47 Sebastian Pipping
2021-08-18 11:17 Sebastian Pipping
2021-07-31  0:18 Sam James
2021-02-09 15:42 Sebastian Pipping
2021-01-14 22:37 Sebastian Pipping
2020-06-13 14:37 Sebastian Pipping

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1612791517.a14e7a0b5bafc69498ccaeecdb4ca366b8fb89e3.sping@gentoo \
    --to=sping@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox