diff options
author | Henning Schild <henning@hennsch.de> | 2022-10-01 13:48:55 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2022-10-14 16:00:53 +0300 |
commit | 80803ea71a09ef48054bbedf790d4ff628d09206 (patch) | |
tree | 2396749146a20726b5aaa41241b3da8808a6601c /net-misc/icaclient | |
parent | net-misc/icaclient: bump to version 22.9.0.21 (diff) | |
download | gentoo-80803ea71a09ef48054bbedf790d4ff628d09206.tar.gz gentoo-80803ea71a09ef48054bbedf790d4ff628d09206.tar.bz2 gentoo-80803ea71a09ef48054bbedf790d4ff628d09206.zip |
net-misc/icaclient: drop RESTRICT="userpriv"
Not sure why this was added. The ebuilds work without it.
Closes: https://bugs.gentoo.org/516590
Signed-off-by: Henning Schild <henning@hennsch.de>
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'net-misc/icaclient')
-rw-r--r-- | net-misc/icaclient/icaclient-22.5.0.16.ebuild | 2 | ||||
-rw-r--r-- | net-misc/icaclient/icaclient-22.9.0.21.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/icaclient/icaclient-22.5.0.16.ebuild b/net-misc/icaclient/icaclient-22.5.0.16.ebuild index ba90295aa9a7..61c40f510c71 100644 --- a/net-misc/icaclient/icaclient-22.5.0.16.ebuild +++ b/net-misc/icaclient/icaclient-22.5.0.16.ebuild @@ -14,7 +14,7 @@ LICENSE="icaclient" SLOT="0" KEYWORDS="-* amd64 x86" IUSE="l10n_de l10n_es l10n_fr l10n_ja l10n_zh-CN" -RESTRICT="mirror strip userpriv fetch" +RESTRICT="mirror strip fetch" ICAROOT="/opt/Citrix/ICAClient" diff --git a/net-misc/icaclient/icaclient-22.9.0.21.ebuild b/net-misc/icaclient/icaclient-22.9.0.21.ebuild index 3cd962e36d51..424b1bb64086 100644 --- a/net-misc/icaclient/icaclient-22.9.0.21.ebuild +++ b/net-misc/icaclient/icaclient-22.9.0.21.ebuild @@ -14,7 +14,7 @@ LICENSE="icaclient" SLOT="0" KEYWORDS="-* ~amd64 ~x86" IUSE="l10n_de l10n_es l10n_fr l10n_ja l10n_zh-CN" -RESTRICT="mirror strip userpriv fetch" +RESTRICT="mirror strip fetch" ICAROOT="/opt/Citrix/ICAClient" |