diff options
author | 2023-11-29 06:04:23 +0000 | |
---|---|---|
committer | 2023-11-29 06:05:27 +0000 | |
commit | 8771417fb5bf5e74151422a3d9c3f7ea2d858244 (patch) | |
tree | a217f97b8f13e0d449fdd3f60a32153bacd266bc /app-text | |
parent | app-containers/aardvark-dns: add 1.9.0 (diff) | |
download | gentoo-8771417fb5bf5e74151422a3d9c3f7ea2d858244.tar.gz gentoo-8771417fb5bf5e74151422a3d9c3f7ea2d858244.tar.bz2 gentoo-8771417fb5bf5e74151422a3d9c3f7ea2d858244.zip |
app-text/calibre: drop stale ~arm, ~x86 keywords
calibre is masked because qtwebengine is masked on arm & x86, so these keywords
weren't doing anything anyway and were just misleading at this point (giving
the appearance of dropped kws).
Bug: https://bugs.gentoo.org/917044
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/calibre/calibre-5.44.0-r2.ebuild | 2 | ||||
-rw-r--r-- | app-text/calibre/calibre-5.44.0-r3.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-text/calibre/calibre-5.44.0-r2.ebuild b/app-text/calibre/calibre-5.44.0-r2.ebuild index 9ad4eb66642a..e03f0b0fb7e8 100644 --- a/app-text/calibre/calibre-5.44.0-r2.ebuild +++ b/app-text/calibre/calibre-5.44.0-r2.ebuild @@ -35,7 +35,7 @@ LICENSE=" OFL-1.1 PSF-2 " -KEYWORDS="amd64 ~arm ~x86" +KEYWORDS="amd64" SLOT="0" IUSE="ios speech test +udisks" diff --git a/app-text/calibre/calibre-5.44.0-r3.ebuild b/app-text/calibre/calibre-5.44.0-r3.ebuild index 6412ad967976..fefe407084e6 100644 --- a/app-text/calibre/calibre-5.44.0-r3.ebuild +++ b/app-text/calibre/calibre-5.44.0-r3.ebuild @@ -35,7 +35,7 @@ LICENSE=" OFL-1.1 PSF-2 " -KEYWORDS="amd64 ~arm ~x86" +KEYWORDS="amd64" SLOT="0" IUSE="ios speech test +udisks" |