diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2018-03-16 09:27:13 +0100 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2018-03-16 09:28:01 +0100 |
commit | f1c7c83e038cd54d7390760d3f1f6578a215f043 (patch) | |
tree | b6c7bae52c0db639e4450e01ef0106f1e1d0bb91 /net-irc | |
parent | net-irc/hexchat: Attempt to fix build with python. (diff) | |
download | gentoo-f1c7c83e038cd54d7390760d3f1f6578a215f043.tar.gz gentoo-f1c7c83e038cd54d7390760d3f1f6578a215f043.tar.bz2 gentoo-f1c7c83e038cd54d7390760d3f1f6578a215f043.zip |
net-irc/hexchat: Bump to version 2.14.1. Removed old,
Fixed build with USE="python"
Thanks-to: Georgy Yakovlev <ya@sysdump.net>
Closes: https://bugs.gentoo.org/650602
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/hexchat/Manifest | 2 | ||||
-rw-r--r-- | net-irc/hexchat/hexchat-2.14.1.ebuild (renamed from net-irc/hexchat/hexchat-2.14.0.ebuild) | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/net-irc/hexchat/Manifest b/net-irc/hexchat/Manifest index 34f218afbd7c..d498e28b7f19 100644 --- a/net-irc/hexchat/Manifest +++ b/net-irc/hexchat/Manifest @@ -1,2 +1,2 @@ DIST hexchat-2.12.4.tar.xz 1451468 BLAKE2B 91db1486b421f9707f9dddfe8aba812aa283d5e3cc3c12815faa7e515d00b803bde0bbf30e1ca5c0b69fe954dd30a6f69e5094dabe1dc641ae4f0742ad1965b4 SHA512 48d30c23973a19efc7a8e6d00a3e9675e8556a6fa9da046175b3d87bdab0bebbc6caf58970d654e270421d0d49c2cd9f498b425b7e3a49dd81670dc4825fca40 -DIST hexchat-2.14.0.tar.xz 1281988 BLAKE2B 106e20f0c24d9bcc64a277bbe3d33969e22443f714802b5cebf10c69c0013c988664a73e60e5a078eba6893c56634cf1138d2e96b5336dafaa33aa4fec6eac4d SHA512 b23f227065b7911123e335d19cb76bd5f0bfa9c891eb3f68030677a7346a3bf410ab1679b9c349cf4a2819244fc00766552b1e677f33a45db95d7b928daf49ec +DIST hexchat-2.14.1.tar.xz 1281872 BLAKE2B e450fe7391b8b51a7aebeaeacdb5f1fb6c00184f668813920d98ed6a00dd4c0308863657467b7608987feb0739ac85256d93ca9ef8a220e6c7a5545d8386f25d SHA512 2728d6f084530c1a65ddb7960db6574fef2bca77e726a2155c8b5724256f37b47421e990b1bf7c9fad7987027b2f6de4534a8df28a98cb3d28da726e16ac32dd diff --git a/net-irc/hexchat/hexchat-2.14.0.ebuild b/net-irc/hexchat/hexchat-2.14.1.ebuild index 2fed964709e1..13d777d04033 100644 --- a/net-irc/hexchat/hexchat-2.14.0.ebuild +++ b/net-irc/hexchat/hexchat-2.14.1.ebuild @@ -56,7 +56,6 @@ DEPEND=" ${COMMON_DEPEND} app-arch/xz-utils app-text/iso-codes - dev-util/intltool sys-devel/gettext virtual/pkgconfig " @@ -85,7 +84,7 @@ src_configure() { -Dwith-fishlim="$(usex plugin-fishlim true false)" -Dwith-lua="$(usex lua lua false)" -Dwith-perl="$(usex perl true false)" - -Dwith-python="$(usex python "${EPYTHON}" false)" + -Dwith-python="$(usex python "${EPYTHON/.*}" false)" -Dwith-sysinfo="$(usex plugin-sysinfo true false)" ) meson_src_configure |