diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2016-04-07 12:52:58 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2016-04-07 12:54:11 -0500 |
commit | d0258151b2af233e33db9ae91d5c1cb4fd6b1ab8 (patch) | |
tree | 91a6c216f9c541c880d408f84d56dc216a05aec6 /app-crypt/stoken/stoken-0.90.ebuild | |
parent | media-libs/opencv: disable git autodetect bug #558556 (diff) | |
download | gentoo-d0258151b2af233e33db9ae91d5c1cb4fd6b1ab8.tar.gz gentoo-d0258151b2af233e33db9ae91d5c1cb4fd6b1ab8.tar.bz2 gentoo-d0258151b2af233e33db9ae91d5c1cb4fd6b1ab8.zip |
app-crypt/stoken: adding arches
Package-Manager: portage-2.2.26
Diffstat (limited to 'app-crypt/stoken/stoken-0.90.ebuild')
-rw-r--r-- | app-crypt/stoken/stoken-0.90.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-crypt/stoken/stoken-0.90.ebuild b/app-crypt/stoken/stoken-0.90.ebuild index e2ca5a126f61..6e00dbf693be 100644 --- a/app-crypt/stoken/stoken-0.90.ebuild +++ b/app-crypt/stoken/stoken-0.90.ebuild @@ -12,7 +12,7 @@ SRC_URI="http://github.com/cernekee/stoken/archive/v${PV}.tar.gz" LICENSE="LGPL-2.1+" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" IUSE="gtk" RDEPEND="gtk? ( x11-libs/gtk+:2 )" |