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 136DF58975 for ; Thu, 28 Jan 2016 05:50:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0E16921C01E; Thu, 28 Jan 2016 05:50:42 +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 6431F21C041 for ; Thu, 28 Jan 2016 05:50:41 +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 34FA4340691 for ; Thu, 28 Jan 2016 05:50:40 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 07774D00 for ; Thu, 28 Jan 2016 05:50:39 +0000 (UTC) From: "Michael Sterrett" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Sterrett" Message-ID: <1453960204.9fec429d01e4c90f43f0d21347b39044f3c9ebad.mr_bones_@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/zziplib/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/zziplib/zziplib-0.13.62-r1.ebuild X-VCS-Directories: dev-libs/zziplib/ X-VCS-Committer: mr_bones_ X-VCS-Committer-Name: Michael Sterrett X-VCS-Revision: 9fec429d01e4c90f43f0d21347b39044f3c9ebad X-VCS-Branch: master Date: Thu, 28 Jan 2016 05:50: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: bd3473d3-f4e0-4b62-9195-c6513d7fbffd X-Archives-Hash: 57b40f2e04227bee84f5affd507d82d9 commit: 9fec429d01e4c90f43f0d21347b39044f3c9ebad Author: Michael Sterrett gentoo org> AuthorDate: Wed Jan 27 20:11:17 2016 +0000 Commit: Michael Sterrett gentoo org> CommitDate: Thu Jan 28 05:50:04 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fec429d dev-libs/zziplib: add REQUIRED_USE (bug #572940) Package-Manager: portage-2.2.26 dev-libs/zziplib/zziplib-0.13.62-r1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-libs/zziplib/zziplib-0.13.62-r1.ebuild b/dev-libs/zziplib/zziplib-0.13.62-r1.ebuild index 2919e84..b9708d8 100644 --- a/dev-libs/zziplib/zziplib-0.13.62-r1.ebuild +++ b/dev-libs/zziplib/zziplib-0.13.62-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,6 +14,7 @@ LICENSE="|| ( LGPL-2.1 MPL-1.1 )" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="doc sdl static-libs test" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND="sys-libs/zlib sdl? ( >=media-libs/libsdl-1.2.6 )"