diff options
author | Florian Schmaus <flow@gentoo.org> | 2021-07-12 16:08:41 +0200 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2021-07-12 16:09:34 +0200 |
commit | 2d57d4ecf93a05d8eae349d8a5ec4a61d2b90299 (patch) | |
tree | 8f5f9b4de4c83874574ec80af3c13f8f63c5dd83 /net-im/poezio | |
parent | www-servers/tomcat: removed 10.0.6 & 9.0.46 - security issues (diff) | |
download | gentoo-2d57d4ecf93a05d8eae349d8a5ec4a61d2b90299.tar.gz gentoo-2d57d4ecf93a05d8eae349d8a5ec4a61d2b90299.tar.bz2 gentoo-2d57d4ecf93a05d8eae349d8a5ec4a61d2b90299.zip |
net-im/poezio: destabilize 0.13.1-r2 for ~amd64
-r2 was not meant to be commited with stable keywords. :/
Fixes: df39492b535f ("net-im/poezio: install in correct paths, use xdg and optfeature eclass")
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'net-im/poezio')
-rw-r--r-- | net-im/poezio/poezio-0.13.1-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/poezio/poezio-0.13.1-r2.ebuild b/net-im/poezio/poezio-0.13.1-r2.ebuild index 0a1213f58b03..b752a859c764 100644 --- a/net-im/poezio/poezio-0.13.1-r2.ebuild +++ b/net-im/poezio/poezio-0.13.1-r2.ebuild @@ -21,7 +21,7 @@ if [[ "${PV}" == "9999" ]]; then BDEPEND="dev-python/sphinx" else SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - KEYWORDS="amd64" + KEYWORDS="~amd64" fi RDEPEND=" |