From 6544206dbf627bc4bc9470f4ca19ccb6fbc739c1 Mon Sep 17 00:00:00 2001 From: tastytea Date: Tue, 8 May 2018 08:05:48 +0200 Subject: [PATCH] added ~amd64-KEYWORD to ebuild --- packages/gentoo/mastodon-cpp-0.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/gentoo/mastodon-cpp-0.0.0.ebuild b/packages/gentoo/mastodon-cpp-0.0.0.ebuild index d76bc2b..0240eb2 100644 --- a/packages/gentoo/mastodon-cpp-0.0.0.ebuild +++ b/packages/gentoo/mastodon-cpp-0.0.0.ebuild @@ -6,7 +6,7 @@ HOMEPAGE="https://github.com/tastytea/mastodon-cpp" SRC_URI="https://github.com/tastytea/mastodon-cpp/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="" +KEYWORDS="~amd64" IUSE="doc debug examples" RDEPEND=">=dev-cpp/curlpp-0.7.3 >=dev-libs/jsoncpp-1.8.1"