diff options
-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 )" |