net-im/gajim-plugins: unkeyword 9999 for ~amd64, ~arm64, ~riscv, ~x86

Signed-off-by: Tony Olagbaiye <bqv@fron.io>
This commit is contained in:
Tony Olagbaiye
2022-12-22 22:29:40 +00:00
parent 0dce54e310
commit 263fe878a9
2 changed files with 5 additions and 3 deletions

View File

@@ -3,12 +3,12 @@
EAPI=8
PYTHON_COMPAT=( python3_{7,8,9,10} )
PYTHON_COMPAT=( python3_{9,10} )
inherit python-single-r1
DESCRIPTION="Plugins developed fro Gajim XMPP client"
HOMEPAGE="https://dev.gajim.org/gajim/gajim-plugins/-/wikis/home"
HOMEPAGE="https://dev.gajim.org/gajim/gajim-plugins/"
inherit git-r3
EGIT_REPO_URI="https://dev.gajim.org/gajim/gajim-plugins.git"
@@ -17,7 +17,6 @@ MY_PLUGINS="acronyms_expander anti_spam clients_icons length_notifier message_bo
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
IUSE="$(printf '+%s ' ${MY_PLUGINS[@]})"
S="${WORKDIR}/${P%_p2}"

View File

@@ -1,6 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<upstream>
<doc>https://dev.gajim.org/gajim/gajim-plugins/-/wikis/home</doc>
</upstream>
<use>
<flag name="acronyms_expander">Plugin: Replaces acronyms (or other strings) with given expansions/substitutes</flag>
<flag name="anti_spam">Plugin: Block some incoming messages</flag>