diff options
author | Florian Schmaus <flow@gentoo.org> | 2022-05-16 09:32:30 +0200 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2022-05-16 12:12:04 +0200 |
commit | 547f1c0dd7e917a2e67de2f495cc4ce5f00c529c (patch) | |
tree | feb2c733d490a2918d4cf1e1f9b3d4fc486d6be1 /net-im/poezio/poezio-0.14.ebuild | |
parent | dev-util/cdecl: drop 11.11, 11.12 (diff) | |
download | gentoo-547f1c0dd7e917a2e67de2f495cc4ce5f00c529c.tar.gz gentoo-547f1c0dd7e917a2e67de2f495cc4ce5f00c529c.tar.bz2 gentoo-547f1c0dd7e917a2e67de2f495cc4ce5f00c529c.zip |
net-im/poezio: stabilize 0.14 for amd64
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'net-im/poezio/poezio-0.14.ebuild')
-rw-r--r-- | net-im/poezio/poezio-0.14.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/poezio/poezio-0.14.ebuild b/net-im/poezio/poezio-0.14.ebuild index 81e2f3ab9a0b..b89e69da45ff 100644 --- a/net-im/poezio/poezio-0.14.ebuild +++ b/net-im/poezio/poezio-0.14.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=" |