repo/gentoo:master commit in: dev-python/imaplib2/
"Florian Schmaus" <[email protected]>
| Newsgroups | gmane.linux.gentoo.cvs |
|---|---|
| Message-ID | <1786612224.fd6170830ac0a7b8887eb09a026c13ef3c306e55.flow@gentoo> |
commit: fd6170830ac0a7b8887eb09a026c13ef3c306e55
Author: Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 13 09:09:21 2026 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Thu Aug 13 09:10:24 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd617083
dev-python/imaplib2: stabilize 3.6 for amd64
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
dev-python/imaplib2/imaplib2-3.6.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/imaplib2/imaplib2-3.6.ebuild b/dev-python/imaplib2/imaplib2-3.6.ebuild
index 141da6fe2a09..dbf23455bc24 100644
--- a/dev-python/imaplib2/imaplib2-3.6.ebuild
+++ b/dev-python/imaplib2/imaplib2-3.6.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} == 9999* ]]; then
EGIT_REPO_URI="https://github.com/jazzband/${PN}.git"
else
inherit pypi
- KEYWORDS="~amd64"
+ KEYWORDS="amd64"
fi
LICENSE="MIT"