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 3C067138A30 for ; Thu, 1 Oct 2015 12:37:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C045AE0848; Thu, 1 Oct 2015 12:37:17 +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 46821E087D for ; Thu, 1 Oct 2015 12:37:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C9B38341163 for ; Thu, 1 Oct 2015 12:37:15 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C5D3936E for ; Thu, 1 Oct 2015 12:37:13 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1443702990.f3e17b50afb3d5c73e51d4ffa4ce98dafbcc3e14.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/axel/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/axel/axel-2.4-r3.ebuild X-VCS-Directories: net-misc/axel/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: f3e17b50afb3d5c73e51d4ffa4ce98dafbcc3e14 X-VCS-Branch: master Date: Thu, 1 Oct 2015 12:37:13 +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: ed6e3b97-fdd2-4826-8d42-a8b72b2261c1 X-Archives-Hash: daa224b109ebb00157a8175e2a99a4d5 commit: f3e17b50afb3d5c73e51d4ffa4ce98dafbcc3e14 Author: Agostino Sarubbo gentoo org> AuthorDate: Thu Oct 1 12:36:30 2015 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Thu Oct 1 12:36:30 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3e17b50 net-misc/axel: amd64 stable wrt bug #561816 Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="amd64" net-misc/axel/axel-2.4-r3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/axel/axel-2.4-r3.ebuild b/net-misc/axel/axel-2.4-r3.ebuild index c24ca8a..e3cffa2 100644 --- a/net-misc/axel/axel-2.4-r3.ebuild +++ b/net-misc/axel/axel-2.4-r3.ebuild @@ -14,7 +14,7 @@ SRC_URI="http://alioth.debian.org/frs/download.php/${DOWNLOAD_ID}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc64-solaris" +KEYWORDS="amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc64-solaris" IUSE="debug nls" DEPEND="nls? ( sys-devel/gettext )"