mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-05 02:50:26 +02:00
usbguard: 0.7.5 bump
This commit is contained in:
parent
581d84a50a
commit
f0340e20bf
4 changed files with 9 additions and 11 deletions
|
|
@ -49,8 +49,8 @@ dev-libs/libsmdev
|
|||
dev-libs/libdwarf
|
||||
|
||||
#usbguard
|
||||
#=dev-libs/pegtl-2.1*
|
||||
=dev-libs/pegtl-1.3*
|
||||
=dev-libs/pegtl-2.1*
|
||||
#=dev-libs/pegtl-1.3*
|
||||
=dev-cpp/catch-2.2*
|
||||
|
||||
~dev-libs/rapidjson-1.1.0
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
DIST usbguard-0.7.2.tar.gz 1025446 BLAKE2B e0ac650ff7eb79c122db921ed25c64750041906d100ff6fc26178aabafd19c3102d01e42a0c5082585c5b4ba8360263238845488ac3f4efa1aecc9fbc076dc44 SHA512 befe82deb9a6a73fe835acef9f196a887324e73439d1b9abc5e874bbab5ced1480cf6bda842eb87f0cef2acb7bd77800def0f3ee3fc71736d0aeb29a10c5b9d3
|
||||
DIST usbguard-0.7.4.tar.gz 1043630 BLAKE2B f34227f08aedb52b753dc6eaea0e56120f6779b7c16d520f77020e06ab2e80f255e34206c59d4275051844c2351da0005972325830ee0639f5ab9cd365be4845 SHA512 7138361e16e57f88609b1db2b80721c5cb4c09b9a6b9e17c915b4866ee9f9fa2e34f3576838a804123ef75a54abfa6f6e2fb5988180a9a86f50f8d6779ac6688
|
||||
DIST usbguard-0.7.5.tar.gz 1049304 BLAKE2B 7def5187af5704c5108ce48e19de297a07280e5e85c6c980d82f8d74e05dc1e7a5e692077945b135f7ea9c233007caf04ca1970fe7aff1a2cee1e4aaac02ac9c SHA512 50a6176ec2f7714e6d2cae797bbae46ced20474e4333a517f3a16b751c2a20378330dc025997d2bc0beedd611b980e00b32a3b165d7a8f78147000ed47d87bfe
|
||||
|
|
|
|||
|
|
@ -22,14 +22,14 @@ fi
|
|||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
IUSE="caps-ng crypt dbus policykit protobuf qt5 seccomp systemd"
|
||||
IUSE="caps-ng crypt dbus qt5 policykit protobuf seccomp systemd"
|
||||
|
||||
DEPEND="sys-cluster/libqb
|
||||
sys-libs/libseccomp
|
||||
sys-libs/libcap-ng
|
||||
dev-libs/protobuf
|
||||
dev-ruby/asciidoctor
|
||||
dev-cpp/catch
|
||||
dev-cpp/catch:1
|
||||
<=dev-libs/pegtl-2.0
|
||||
systemd? ( sys-apps/systemd )
|
||||
dbus? ( sys-apps/dbus
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
|
@ -22,15 +22,15 @@ fi
|
|||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
IUSE="caps-ng crypt dbus policykit protobuf qt5 seccomp systemd"
|
||||
IUSE="caps-ng crypt dbus qt5 policykit protobuf seccomp systemd"
|
||||
|
||||
DEPEND="sys-cluster/libqb
|
||||
sys-libs/libseccomp
|
||||
sys-libs/libcap-ng
|
||||
dev-libs/protobuf
|
||||
dev-ruby/asciidoctor
|
||||
dev-cpp/catch
|
||||
<=dev-libs/pegtl-2.0
|
||||
dev-cpp/catch:1
|
||||
>=dev-libs/pegtl-2.0
|
||||
systemd? ( sys-apps/systemd )
|
||||
dbus? ( sys-apps/dbus
|
||||
dev-libs/dbus-glib )
|
||||
|
|
@ -54,13 +54,11 @@ src_prepare() {
|
|||
}
|
||||
|
||||
src_configure() {
|
||||
# local myconf=()
|
||||
econf $(use_enable systemd) \
|
||||
$(use_with dbus) \
|
||||
--with-gui-qt=$(usex qt5 qt5) \
|
||||
$(use_with policykit polkit) \
|
||||
--disable-dependency-tracking
|
||||
# "${myconf[@]}"
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
Loading…
Reference in a new issue