diff options
author | Kai-Chun Ning <kaichun.ning@gmail.com> | 2023-07-06 13:56:07 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-07-07 23:56:03 +0200 |
commit | 4ca59aaca62d63a90eddc2cbf49ffe47cdabd807 (patch) | |
tree | 776a19f613ef08182d68d34efe7a6f1159e9cf0f /app-office | |
parent | app-emulation/virtio-win: stabilize for amd64 (diff) | |
download | gentoo-4ca59aaca62d63a90eddc2cbf49ffe47cdabd807.tar.gz gentoo-4ca59aaca62d63a90eddc2cbf49ffe47cdabd807.tar.bz2 gentoo-4ca59aaca62d63a90eddc2cbf49ffe47cdabd807.zip |
app-office/calcurse: stabilize 4.8.1 for amd64 and x86
Signed-off-by: Kai-Chun Ning <kaichun.ning@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/31778
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/calcurse/calcurse-4.8.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-office/calcurse/calcurse-4.8.1.ebuild b/app-office/calcurse/calcurse-4.8.1.ebuild index 3472aa9d4909..9d465e8fa408 100644 --- a/app-office/calcurse/calcurse-4.8.1.ebuild +++ b/app-office/calcurse/calcurse-4.8.1.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://calcurse.org/files/${P}.tar.gz" LICENSE="BSD-2" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86" +KEYWORDS="amd64 ~arm64 ~ppc ~ppc64 x86" REQUIRED_USE="${PYTHON_REQUIRED_USE}" IUSE="caldav doc" |