From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-857572-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 376CE58973 for <garchives@archives.gentoo.org>; Sat, 16 Jan 2016 08:17:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ACF9C21C01D; Sat, 16 Jan 2016 08:17:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 095BC21C01D for <gentoo-commits@lists.gentoo.org>; Sat, 16 Jan 2016 08:17:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D6730340AE2 for <gentoo-commits@lists.gentoo.org>; Sat, 16 Jan 2016 08:17:29 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 86B2FEE3 for <gentoo-commits@lists.gentoo.org>; Sat, 16 Jan 2016 08:17:26 +0000 (UTC) From: "Mike Frysinger" <vapier@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" <vapier@gentoo.org> Message-ID: <1452932207.4749e4f727031b9da5c9acdce40ac9310ff50ae0.vapier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/crossdev/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/crossdev/crossdev-20150716.ebuild X-VCS-Directories: sys-devel/crossdev/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: 4749e4f727031b9da5c9acdce40ac9310ff50ae0 X-VCS-Branch: master Date: Sat, 16 Jan 2016 08:17:26 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 8341e1cf-96fb-49a4-a850-aa05e525fbc2 X-Archives-Hash: d00ded3ad3fa8b4b1f880262e4d4b9ac commit: 4749e4f727031b9da5c9acdce40ac9310ff50ae0 Author: Mike Frysinger <vapier <AT> gentoo <DOT> org> AuthorDate: Sat Jan 16 08:02:36 2016 +0000 Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org> CommitDate: Sat Jan 16 08:16:47 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4749e4f7 sys-devel/crossdev: mark 20150716 stable sys-devel/crossdev/crossdev-20150716.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-devel/crossdev/crossdev-20150716.ebuild b/sys-devel/crossdev/crossdev-20150716.ebuild index 3b816c2..ed20e4c 100644 --- a/sys-devel/crossdev/crossdev-20150716.ebuild +++ b/sys-devel/crossdev/crossdev-20150716.ebuild @@ -12,7 +12,7 @@ if [[ ${PV} == "99999999" ]] ; then else SRC_URI="mirror://gentoo/${P}.tar.xz https://dev.gentoo.org/~vapier/dist/${P}.tar.xz" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" + KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" fi DESCRIPTION="Gentoo Cross-toolchain generator"