Updated
This commit is contained in:
		@@ -1,13 +1,13 @@
 | 
			
		||||
# Copyright 1999-2021 Gentoo Authors
 | 
			
		||||
# Copyright 1999-2024 Gentoo Authors
 | 
			
		||||
# Distributed under the terms of the GNU General Public License v2
 | 
			
		||||
 | 
			
		||||
EAPI=7
 | 
			
		||||
EAPI=8
 | 
			
		||||
 | 
			
		||||
inherit gnome2-utils meson systemd udev
 | 
			
		||||
inherit xdg gnome2-utils meson
 | 
			
		||||
 | 
			
		||||
DESCRIPTION="IIO sensors to D-Bus proxy"
 | 
			
		||||
HOMEPAGE="https://gitlab.freedesktop.org/hadess/iio-sensor-proxy/"
 | 
			
		||||
SRC_URI="https://gitlab.freedesktop.org/hadess/iio-sensor-proxy/-/archive/${PV}/${P}.tar.gz"
 | 
			
		||||
SRC_URI="https://gitlab.freedesktop.org/hadess/iio-sensor-proxy/-/archive/${PV}/${P}.tar.bz2"
 | 
			
		||||
 | 
			
		||||
LICENSE="GPL-3"
 | 
			
		||||
SLOT="0"
 | 
			
		||||
@@ -18,6 +18,7 @@ IUSE="+systemd"
 | 
			
		||||
RDEPEND="
 | 
			
		||||
	dev-libs/glib:*
 | 
			
		||||
	gnome-base/gnome-common
 | 
			
		||||
	>=sys-auth/polkit-0.91
 | 
			
		||||
	>=dev-libs/libgudev-237
 | 
			
		||||
	systemd? (
 | 
			
		||||
		!sys-apps/openrc
 | 
			
		||||
@@ -39,11 +40,9 @@ src_install() {
 | 
			
		||||
pkg_postinst() {
 | 
			
		||||
	xdg_pkg_postinst
 | 
			
		||||
	gnome2_schemas_update
 | 
			
		||||
	udev_reload
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
pkg_postrm() {
 | 
			
		||||
	xdg_pkg_postrm
 | 
			
		||||
	gnome2_schemas_update
 | 
			
		||||
	udev_reload
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user