diff options
author | 2016-12-11 01:32:06 -0500 | |
---|---|---|
committer | 2016-12-11 10:44:41 +0100 | |
commit | 7232acd66cfbeda08875321a1e84ca1e70d64285 (patch) | |
tree | 8950ce3b3d1ac64483803cc5f8259e02cb9246ea /net-irc/hexchat/hexchat-9999.ebuild | |
parent | dev-python/pytest: Version Bump (diff) | |
download | gentoo-7232acd66cfbeda08875321a1e84ca1e70d64285.tar.gz gentoo-7232acd66cfbeda08875321a1e84ca1e70d64285.tar.bz2 gentoo-7232acd66cfbeda08875321a1e84ca1e70d64285.zip |
net-irc/hexchat: version bump 2.12.4
* Also syncronize live ebuild
* Remove doat plugin (removed upstream)
Package-Manager: portage-2.3.0
Closes: https://github.com/gentoo/gentoo/pull/3077
Diffstat (limited to 'net-irc/hexchat/hexchat-9999.ebuild')
-rw-r--r-- | net-irc/hexchat/hexchat-9999.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net-irc/hexchat/hexchat-9999.ebuild b/net-irc/hexchat/hexchat-9999.ebuild index 21b0714eae56..7d62cb2ca0d0 100644 --- a/net-irc/hexchat/hexchat-9999.ebuild +++ b/net-irc/hexchat/hexchat-9999.ebuild @@ -21,7 +21,7 @@ fi LICENSE="GPL-2 plugin-fishlim? ( MIT )" SLOT="0" -IUSE="dbus debug +gtk libcanberra libnotify libproxy libressl lua nls perl plugin-checksum plugin-doat plugin-fishlim plugin-sysinfo python spell ssl theme-manager" +IUSE="dbus debug +gtk libcanberra libnotify libproxy libressl lua nls perl plugin-checksum plugin-fishlim plugin-sysinfo python spell ssl theme-manager" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" COMMON_DEPEND="dev-libs/glib:2 @@ -80,7 +80,6 @@ src_configure() { $(use_enable python python "${EPYTHON}") \ $(use_enable perl) \ $(use_enable plugin-checksum checksum) \ - $(use_enable plugin-doat doat) \ $(use_enable plugin-fishlim fishlim) \ $(use_enable plugin-sysinfo sysinfo) \ $(use_enable dbus) \ |