diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2017-10-09 14:43:48 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2017-10-09 14:44:39 +0000 |
commit | 8a29cd17374098bd3c4488fc9a925480c0f7b3e5 (patch) | |
tree | 777c3d73fb5d2f01d5ad0eedce07855fc872414d /x11-libs/libfakekey | |
parent | x11-libs/libfakekey: keyworded 0.1-r1 for ppc64, bug #633320 (thanks to ernst... (diff) | |
download | gentoo-8a29cd17374098bd3c4488fc9a925480c0f7b3e5.tar.gz gentoo-8a29cd17374098bd3c4488fc9a925480c0f7b3e5.tar.bz2 gentoo-8a29cd17374098bd3c4488fc9a925480c0f7b3e5.zip |
x11-libs/libfakekey: keyworded 0.1-r2 for ppc64, bug #633320 (thanks to ernsteiswuerfel)
Package-Manager: Portage-2.3.10, Repoman-2.3.3
RepoMan-Options: --include-arches="ppc64"
Diffstat (limited to 'x11-libs/libfakekey')
-rw-r--r-- | x11-libs/libfakekey/libfakekey-0.1-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-libs/libfakekey/libfakekey-0.1-r2.ebuild b/x11-libs/libfakekey/libfakekey-0.1-r2.ebuild index e8ce00ae5f62..962212c640fe 100644 --- a/x11-libs/libfakekey/libfakekey-0.1-r2.ebuild +++ b/x11-libs/libfakekey/libfakekey-0.1-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -11,7 +11,7 @@ SRC_URI="http://matchbox-project.org/sources/${PN}/${PV}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ~ppc ~x86" +KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86" IUSE="debug doc" RDEPEND="x11-libs/libXtst" |