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 1DCC31389E2 for ; Sun, 30 Nov 2014 16:58:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 92ACCE0858; Sun, 30 Nov 2014 16:58: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 31997E0858 for ; Sun, 30 Nov 2014 16:58:31 +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 54D4B33FFDF for ; Sun, 30 Nov 2014 16:58:30 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 2279) id 0BEE4B3B8; Sun, 30 Nov 2014 16:58:29 +0000 (UTC) From: "Michal Gorny (mgorny)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, mgorny@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-python/rdflib: rdflib-4.1.2.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: rdflib-4.1.2.ebuild ChangeLog X-VCS-Directories: dev-python/rdflib X-VCS-Committer: mgorny X-VCS-Committer-Name: Michal Gorny Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20141130165829.0BEE4B3B8@oystercatcher.gentoo.org> Date: Sun, 30 Nov 2014 16:58:29 +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: ea2b7673-a6b7-47fc-a0df-a006e3e00625 X-Archives-Hash: b8eb137a3edb5eca64834b8b31945c6d mgorny 14/11/30 16:58:29 Modified: rdflib-4.1.2.ebuild ChangeLog Log: Add missing PYTHON_USEDEPs. (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!) Revision Changes Path 1.8 dev-python/rdflib/rdflib-4.1.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/rdflib/rdflib-4.1.2.ebuild?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/rdflib/rdflib-4.1.2.ebuild?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/rdflib/rdflib-4.1.2.ebuild?r1=1.7&r2=1.8 Index: rdflib-4.1.2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/rdflib/rdflib-4.1.2.ebuild,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- rdflib-4.1.2.ebuild 20 Nov 2014 16:59:45 -0000 1.7 +++ rdflib-4.1.2.ebuild 30 Nov 2014 16:58:29 -0000 1.8 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/rdflib/rdflib-4.1.2.ebuild,v 1.7 2014/11/20 16:59:45 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/rdflib/rdflib-4.1.2.ebuild,v 1.8 2014/11/30 16:58:29 mgorny Exp $ EAPI=5 @@ -27,7 +27,7 @@ dev-python/pyparsing[${PYTHON_USEDEP}] berkdb? ( dev-python/bsddb3[${PYTHON_USEDEP}] ) mysql? ( dev-python/mysql-python[$(python_gen_usedep 'python2*')] ) - redland? ( dev-libs/redland-bindings[python] )" + redland? ( dev-libs/redland-bindings[python,$(python_gen_usedep 'python2*')] )" DEPEND="${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}] test? ( dev-python/sparql-wrapper[${PYTHON_USEDEP}] 1.49 dev-python/rdflib/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/rdflib/ChangeLog?rev=1.49&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/rdflib/ChangeLog?rev=1.49&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/rdflib/ChangeLog?r1=1.48&r2=1.49 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/rdflib/ChangeLog,v retrieving revision 1.48 retrieving revision 1.49 diff -u -r1.48 -r1.49 --- ChangeLog 20 Nov 2014 16:59:45 -0000 1.48 +++ ChangeLog 30 Nov 2014 16:58:29 -0000 1.49 @@ -1,6 +1,9 @@ # ChangeLog for dev-python/rdflib # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/rdflib/ChangeLog,v 1.48 2014/11/20 16:59:45 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/rdflib/ChangeLog,v 1.49 2014/11/30 16:58:29 mgorny Exp $ + + 30 Nov 2014; Michał Górny rdflib-4.1.2.ebuild: + Add missing PYTHON_USEDEPs. 20 Nov 2014; Tobias Klausmann rdflib-4.1.2.ebuild: Keyworded on alpha, bug 518436