diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2019-11-20 12:35:11 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2019-11-20 12:35:11 +0100 |
commit | 2ea3d293b5b08d81e4dfb43e7b925284879eafca (patch) | |
tree | aa7f7d8d57b40818414dc37c7f60a0b35b4bcf98 /x11-libs | |
parent | x11-libs/libdrm: ia64 stable wrt bug #700310 (diff) | |
download | gentoo-2ea3d293b5b08d81e4dfb43e7b925284879eafca.tar.gz gentoo-2ea3d293b5b08d81e4dfb43e7b925284879eafca.tar.bz2 gentoo-2ea3d293b5b08d81e4dfb43e7b925284879eafca.zip |
x11-libs/libxkbcommon: ia64 stable wrt bug #700310
Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/libxkbcommon/libxkbcommon-0.9.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-libs/libxkbcommon/libxkbcommon-0.9.1.ebuild b/x11-libs/libxkbcommon/libxkbcommon-0.9.1.ebuild index 0c5dd91e6bc6..f2f0505420b6 100644 --- a/x11-libs/libxkbcommon/libxkbcommon-0.9.1.ebuild +++ b/x11-libs/libxkbcommon/libxkbcommon-0.9.1.ebuild @@ -8,7 +8,7 @@ if [[ ${PV} = *9999* ]]; then EGIT_REPO_URI="https://github.com/xkbcommon/${PN}" else SRC_URI="https://xkbcommon.org/download/${P}.tar.xz" - KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sparc ~x86" + KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sparc ~x86" fi inherit meson multilib-minimal ${GIT_ECLASS} |