From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 19CF959CA3 for ; Sun, 6 Mar 2016 16:44:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 47ADB21C055; Sun, 6 Mar 2016 16:43:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AEEBE21C055 for ; Sun, 6 Mar 2016 16:43:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D3F4F340A7D for ; Sun, 6 Mar 2016 16:43:43 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 95D5D2331 for ; Sun, 6 Mar 2016 16:43:39 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1457282410.c69836ea55c400733f84d709ad28f54468791218.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/devhelp/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/devhelp/devhelp-3.18.1.ebuild X-VCS-Directories: dev-util/devhelp/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: c69836ea55c400733f84d709ad28f54468791218 X-VCS-Branch: master Date: Sun, 6 Mar 2016 16:43:39 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 18069afe-b78e-40ae-a0b5-508c1478de39 X-Archives-Hash: 2ba2193ac06e2e91b7c0bd7f361c4162 commit: c69836ea55c400733f84d709ad28f54468791218 Author: Mikle Kolyada gentoo org> AuthorDate: Sun Mar 6 16:28:54 2016 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sun Mar 6 16:40:10 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c69836ea dev-util/devhelp: x86 stable wrt bug #427546 Package-Manager: portage-2.2.26 dev-util/devhelp/devhelp-3.18.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/devhelp/devhelp-3.18.1.ebuild b/dev-util/devhelp/devhelp-3.18.1.ebuild index 9022eb7..00e43a9 100644 --- a/dev-util/devhelp/devhelp-3.18.1.ebuild +++ b/dev-util/devhelp/devhelp-3.18.1.ebuild @@ -15,7 +15,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Devhelp" LICENSE="GPL-2+" SLOT="0/3-1" # subslot = 3-(libdevhelp-3 soname version) -KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd" IUSE="gedit" REQUIRED_USE="gedit? ( ${PYTHON_REQUIRED_USE} )"