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 8C52C139085 for ; Mon, 9 Jan 2017 12:26:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 80543E0C29; Mon, 9 Jan 2017 12:26:10 +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 6022AE0C29 for ; Mon, 9 Jan 2017 12:26:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 0BEDC34164D for ; Mon, 9 Jan 2017 12:26:09 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A42152601 for ; Mon, 9 Jan 2017 12:26:07 +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: <1483964681.8eacee642f39d56ef04baa236a7e5fd2d34b6650.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/quazip/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/quazip/quazip-0.7.2-r1.ebuild X-VCS-Directories: dev-libs/quazip/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 8eacee642f39d56ef04baa236a7e5fd2d34b6650 X-VCS-Branch: master Date: Mon, 9 Jan 2017 12:26:07 +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: 5b57fc76-620b-4cc1-b50e-15fccfe9cdcf X-Archives-Hash: 56fea8a81178f058a6ac0ff225f528f2 commit: 8eacee642f39d56ef04baa236a7e5fd2d34b6650 Author: Aaron Bauman gentoo org> AuthorDate: Mon Jan 9 12:24:41 2017 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Mon Jan 9 12:24:41 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8eacee64 dev-libs/quazip: amd64 stable Gentoo-bug: 604996 Package-Manager: portage-2.3.0 dev-libs/quazip/quazip-0.7.2-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/quazip/quazip-0.7.2-r1.ebuild b/dev-libs/quazip/quazip-0.7.2-r1.ebuild index c344157..0ecbe40 100644 --- a/dev-libs/quazip/quazip-0.7.2-r1.ebuild +++ b/dev-libs/quazip/quazip-0.7.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" IUSE="qt4 +qt5 static-libs test" REQUIRED_USE="|| ( qt4 qt5 )"