From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5E0E71382C5 for ; Sun, 1 Apr 2018 17:41:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7B324E0C35; Sun, 1 Apr 2018 17:41:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 50AADE0C31 for ; Sun, 1 Apr 2018 17:41:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1DA72335D8C for ; Sun, 1 Apr 2018 17:41:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 83DDC274 for ; Sun, 1 Apr 2018 17:41:27 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1522604446.8f70b4c70611850f7aa2aa75a4a72f5c52f7589a.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-benchmarks/siege/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-benchmarks/siege/siege-3.1.4.ebuild X-VCS-Directories: app-benchmarks/siege/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 8f70b4c70611850f7aa2aa75a4a72f5c52f7589a X-VCS-Branch: master Date: Sun, 1 Apr 2018 17:41:27 +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: aef29acc-3e24-47f1-8e4f-299ee1b77ae6 X-Archives-Hash: 0b1394b8f2598b0e5f049a72fba5206a commit: 8f70b4c70611850f7aa2aa75a4a72f5c52f7589a Author: Aaron Bauman gentoo org> AuthorDate: Sun Apr 1 17:09:01 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Sun Apr 1 17:40:46 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f70b4c7 app-benchmarks/siege: amd64 stable Bug: https://bugs.gentoo.org/651962 Package-Manager: Portage-2.3.27, Repoman-2.3.9 app-benchmarks/siege/siege-3.1.4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-benchmarks/siege/siege-3.1.4.ebuild b/app-benchmarks/siege/siege-3.1.4.ebuild index b08e5a9b4f5..0c939859d84 100644 --- a/app-benchmarks/siege/siege-3.1.4.ebuild +++ b/app-benchmarks/siege/siege-3.1.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -12,7 +12,7 @@ HOMEPAGE="https://www.joedog.org/siege-home/" SRC_URI="http://download.joedog.org/${PN}/${P}.tar.gz" LICENSE="GPL-2" -KEYWORDS="~amd64 ~hppa ~mips ~ppc ~x86 ~x64-macos" +KEYWORDS="amd64 ~hppa ~mips ~ppc ~x86 ~x64-macos" SLOT="0" IUSE="libressl ssl"