diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2019-07-18 13:43:56 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2019-07-18 13:43:56 +0200 |
commit | ff3cd3662f98e1a0233baa7d71c8c769585b005a (patch) | |
tree | 43fd8d8e9b6d89840b614c52c4a1c955cc77a880 /dev-cpp | |
parent | app-text/cmark: x86 stable wrt bug #688814 (diff) | |
download | gentoo-ff3cd3662f98e1a0233baa7d71c8c769585b005a.tar.gz gentoo-ff3cd3662f98e1a0233baa7d71c8c769585b005a.tar.bz2 gentoo-ff3cd3662f98e1a0233baa7d71c8c769585b005a.zip |
dev-cpp/rttr: x86 stable wrt bug #688938
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
RepoMan-Options: --include-arches="x86"
Diffstat (limited to 'dev-cpp')
-rw-r--r-- | dev-cpp/rttr/rttr-0.9.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-cpp/rttr/rttr-0.9.6.ebuild b/dev-cpp/rttr/rttr-0.9.6.ebuild index df812c944e7f..54c7c12c43b4 100644 --- a/dev-cpp/rttr/rttr-0.9.6.ebuild +++ b/dev-cpp/rttr/rttr-0.9.6.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/rttrorg/${PN}/releases/download/v${PV}/${P}-src.tar. LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" +KEYWORDS="~amd64 ~arm64 x86" IUSE="" RESTRICT="test" |