diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2019-11-18 15:29:43 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2019-11-18 15:29:43 +0100 |
commit | 6bbf6bcd9c973d953f99d0081af63f1ea53e410a (patch) | |
tree | cddf1eef4ae0e70f260a0c463e9974a1e1d2cf3b /x11-libs/libxkbcommon | |
parent | x11-libs/libdrm: amd64 stable wrt bug #700310 (diff) | |
download | gentoo-6bbf6bcd9c973d953f99d0081af63f1ea53e410a.tar.gz gentoo-6bbf6bcd9c973d953f99d0081af63f1ea53e410a.tar.bz2 gentoo-6bbf6bcd9c973d953f99d0081af63f1ea53e410a.zip |
x11-libs/libxkbcommon: amd64 stable wrt bug #700310
Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'x11-libs/libxkbcommon')
-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 be655c7b43b2..1b5cedadd0ad 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} |