From ccf3f42d50555c5a523c41993fa54fcef9ca4a77 Mon Sep 17 00:00:00 2001 From: Alarig Le Lay Date: Tue, 24 Jan 2023 17:54:21 +0100 Subject: [PATCH] net-im/weechat-matrix: exe fix --- net-im/weechat-matrix/weechat-matrix-0.3.0.ebuild | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/net-im/weechat-matrix/weechat-matrix-0.3.0.ebuild b/net-im/weechat-matrix/weechat-matrix-0.3.0.ebuild index ecb133e..ca22915 100644 --- a/net-im/weechat-matrix/weechat-matrix-0.3.0.ebuild +++ b/net-im/weechat-matrix/weechat-matrix-0.3.0.ebuild @@ -16,18 +16,20 @@ KEYWORDS="~amd64" REQUIRED_USE=${PYTHON_REQUIRED_USE} DEPEND=" + net-irc/weechat[python] ${PYTHON_DEPS} $(python_gen_cond_dep ' - dev-python/pyopenssl[${PYTHON_USEDEP}] - dev-python/webcolors[${PYTHON_USEDEP}] + dev-python/aiohttp[${PYTHON_USEDEP}] dev-python/atomicwrites[${PYTHON_USEDEP}] dev-python/attrs[${PYTHON_USEDEP}] + dev-python/future[${PYTHON_USEDEP}] dev-python/logbook[${PYTHON_USEDEP}] - dev-python/pygments[${PYTHON_USEDEP}] dev-python/matrix-nio[${PYTHON_USEDEP},e2e] - dev-python/aiohttp[${PYTHON_USEDEP}] + dev-python/pygments[${PYTHON_USEDEP}] + dev-python/pyopenssl[${PYTHON_USEDEP}] dev-python/python-magic[${PYTHON_USEDEP}] dev-python/requests[${PYTHON_USEDEP}] + dev-python/webcolors[${PYTHON_USEDEP}] ') " RDEPEND="${DEPEND}" @@ -35,6 +37,6 @@ BDEPEND="" src_install() { python_domodule matrix - python_scriptinto /usr/lib/weechat/plugins - python_newexe main.py matrix.py + exeinto /usr/lib/weechat + newexe main.py matrix.py }