diff options
author | Rolf Eike Beer <eike@sf-mail.de> | 2019-11-26 18:11:55 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2019-11-26 19:34:36 +0000 |
commit | 80326a7295853d85f4194886565ca385db919a0d (patch) | |
tree | 3d5dbc591239a11595558e76ec349b60983cec0e /x11-libs | |
parent | x11-apps/xkbprint: stable 1.0.5 for hppa, bug #700922 (diff) | |
download | gentoo-80326a7295853d85f4194886565ca385db919a0d.tar.gz gentoo-80326a7295853d85f4194886565ca385db919a0d.tar.bz2 gentoo-80326a7295853d85f4194886565ca385db919a0d.zip |
x11-libs/libxkbcommon: stable 0.9.1 for hppa, bug #700922
Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer <eike@sf-mail.de>
Signed-off-by: Sergei Trofimovich <slyfox@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 6f4f9c797860..f0d8c2958ec1 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} |