diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-04-01 23:46:34 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-04-01 23:53:51 +0200 |
commit | a89400e335002e7b8c904881b8074383da19e31f (patch) | |
tree | b5dd23d9cee0d3b3e8a4038c9c5b379028d2c781 /dev-libs/libixion | |
parent | sci-mathematics/giac: new package for the Giac/Xcas math systems. (diff) | |
download | gentoo-a89400e335002e7b8c904881b8074383da19e31f.tar.gz gentoo-a89400e335002e7b8c904881b8074383da19e31f.tar.bz2 gentoo-a89400e335002e7b8c904881b8074383da19e31f.zip |
dev-libs/libixion: Restore KEYWORDS
Except ~x86 to avoid blocked updates for lack of LO-7.
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-libs/libixion')
-rw-r--r-- | dev-libs/libixion/libixion-0.16.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/libixion/libixion-0.16.1.ebuild b/dev-libs/libixion/libixion-0.16.1.ebuild index 52f2afa3ce6f..ab01ba54382e 100644 --- a/dev-libs/libixion/libixion-0.16.1.ebuild +++ b/dev-libs/libixion/libixion-0.16.1.ebuild @@ -16,7 +16,7 @@ if [[ ${PV} == *9999 ]]; then else MDDS_SLOT="1/1.5" SRC_URI="https://kohei.us/files/ixion/src/${P}.tar.xz" -# KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64" # no ~x86 to avoid blocked update fi LICENSE="MIT" |