diff options
author | Bart Ribbers <bribbers@disroot.org> | 2020-03-19 11:35:39 +0100 |
---|---|---|
committer | Bart Ribbers <bribbers@disroot.org> | 2020-03-19 11:35:39 +0100 |
commit | dec2dc9c175f8f1c6aea85c098f1587c2ccb8c15 (patch) | |
tree | aad49b3b58677f2f5f3844dcf3d79e59b12f4cd7 /net-im | |
parent | net-im/fractal: fix libhandy dependency (diff) | |
download | matrix-dec2dc9c175f8f1c6aea85c098f1587c2ccb8c15.tar.gz matrix-dec2dc9c175f8f1c6aea85c098f1587c2ccb8c15.tar.bz2 matrix-dec2dc9c175f8f1c6aea85c098f1587c2ccb8c15.zip |
net-im/nheko-9999: remove failing patch and update required mtxclient
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/nheko/nheko-9999.ebuild | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/net-im/nheko/nheko-9999.ebuild b/net-im/nheko/nheko-9999.ebuild index 6c85109..b8c1fc4 100644 --- a/net-im/nheko/nheko-9999.ebuild +++ b/net-im/nheko/nheko-9999.ebuild @@ -18,10 +18,6 @@ LICENSE="GPL-3" SLOT="0" IUSE="" -PATCHES=( - "${FILESDIR}/const_lmdb_vals.patch" -) - RDEPEND=">=dev-qt/qtgui-5.7.1 >=dev-qt/qtnetwork-5.7.1 dev-qt/qtmultimedia @@ -35,7 +31,7 @@ RDEPEND=">=dev-qt/qtgui-5.7.1 DEPEND="${RDEPEND} >=dev-qt/linguist-tools-5.7.1 dev-util/ninja - >=dev-libs/mtxclient-0.2.1" + >=dev-libs/mtxclient-0.3.0" CMAKE_BUILD_TYPE=Release |