diff options
author | Michael Palimaka <kensington@gentoo.org> | 2017-06-04 17:09:11 +1000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2017-06-04 17:09:18 +1000 |
commit | 598ab5f31af84629cd34b77cec223caf8fe718f4 (patch) | |
tree | 9ea5e42d41c522172e185fa48f1e41ef5c09edcd /net-im/psi | |
parent | net-analyzer/nmapsi: remove 0.4.1 (diff) | |
download | gentoo-598ab5f31af84629cd34b77cec223caf8fe718f4.tar.gz gentoo-598ab5f31af84629cd34b77cec223caf8fe718f4.tar.bz2 gentoo-598ab5f31af84629cd34b77cec223caf8fe718f4.zip |
net-im/psi: remove webkit USE flag
The webkit USE flag requires dev-qt/qtwebkit:4 which is ancient and will not
see further security updates.
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'net-im/psi')
-rw-r--r-- | net-im/psi/metadata.xml | 1 | ||||
-rw-r--r-- | net-im/psi/psi-9999.ebuild | 7 |
2 files changed, 2 insertions, 6 deletions
diff --git a/net-im/psi/metadata.xml b/net-im/psi/metadata.xml index 218ba04c101d..ca58cd3e9047 100644 --- a/net-im/psi/metadata.xml +++ b/net-im/psi/metadata.xml @@ -9,7 +9,6 @@ <flag name="iconsets">Install additional iconsets, some of them has not clear licensing</flag> <flag name="plugins">Enable plugins support</flag> <flag name="powersave">Disable some non critical timers for much less CPU usage</flag> - <flag name="webkit">Enable chatlog rendering using webkit</flag> <flag name="whiteboarding">Enable experimental interactive SVG drawing</flag> <flag name="xscreensaver">Use X screensaver protocol extension to monitor idle/active status based on mouse/keyboard events</flag> </use> diff --git a/net-im/psi/psi-9999.ebuild b/net-im/psi/psi-9999.ebuild index 822e6d9a614c..e7d0af90aaf0 100644 --- a/net-im/psi/psi-9999.ebuild +++ b/net-im/psi/psi-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="4" @@ -20,13 +20,12 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="" IUSE="crypt dbus debug doc enchant extras jingle iconsets spell ssl xscreensaver powersave -plugins whiteboarding webkit" +plugins whiteboarding" REQUIRED_USE=" iconsets? ( extras ) plugins? ( extras ) powersave? ( extras ) - webkit? ( extras ) " RDEPEND=" @@ -37,7 +36,6 @@ RDEPEND=" >=sys-libs/zlib-1.2.5.1-r2[minizip] x11-libs/libX11 dbus? ( dev-qt/qtdbus:4 ) - extras? ( webkit? ( dev-qt/qtwebkit:4 ) ) spell? ( enchant? ( >=app-text/enchant-1.3.0 ) !enchant? ( app-text/aspell ) @@ -148,7 +146,6 @@ src_configure() { use xscreensaver || myconf+=" --disable-xss" if use extras; then use plugins && myconf+=" --enable-plugins" - use webkit && myconf+=" --enable-webkit" fi einfo "./configure ${myconf}" |