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 526D4138CD3 for ; Mon, 25 May 2015 18:15:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D4898E07DF; Mon, 25 May 2015 18:15:32 +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 6ED02E07DF for ; Mon, 25 May 2015 18:15:32 +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 9BF8F340A78 for ; Mon, 25 May 2015 18:15:31 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 2306) id 5B3039FB; Mon, 25 May 2015 18:15:30 +0000 (UTC) From: "Alexandre Rostovtsev (tetromino)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, tetromino@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/libgusb: ChangeLog libgusb-0.2.4.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: ChangeLog libgusb-0.2.4.ebuild X-VCS-Directories: dev-libs/libgusb X-VCS-Committer: tetromino X-VCS-Committer-Name: Alexandre Rostovtsev Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20150525181530.5B3039FB@oystercatcher.gentoo.org> Date: Mon, 25 May 2015 18:15:30 +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: db38579d-1e5c-42d8-9074-bbf47b3b700b X-Archives-Hash: 1389abc2e3e2b93c6281b4bf33017886 tetromino 15/05/25 18:15:30 Modified: ChangeLog libgusb-0.2.4.ebuild Log: Fix dependencies: >=libusb-1.0.19 is needed, gudev is not. (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0x18E5B6F2D8D5EC8D) Revision Changes Path 1.48 dev-libs/libgusb/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libgusb/ChangeLog?rev=1.48&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libgusb/ChangeLog?rev=1.48&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libgusb/ChangeLog?r1=1.47&r2=1.48 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-libs/libgusb/ChangeLog,v retrieving revision 1.47 retrieving revision 1.48 diff -u -r1.47 -r1.48 --- ChangeLog 29 Mar 2015 10:33:25 -0000 1.47 +++ ChangeLog 25 May 2015 18:15:30 -0000 1.48 @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/libgusb # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgusb/ChangeLog,v 1.47 2015/03/29 10:33:25 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgusb/ChangeLog,v 1.48 2015/05/25 18:15:30 tetromino Exp $ + + 25 May 2015; Alexandre Rostovtsev + libgusb-0.2.4.ebuild: + Fix dependencies: >=libusb-1.0.19 is needed, gudev is not. 29 Mar 2015; Jeroen Roovers libgusb-0.2.4.ebuild: Stable for HPPA (bug #534012). 1.5 dev-libs/libgusb/libgusb-0.2.4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libgusb/libgusb-0.2.4.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libgusb/libgusb-0.2.4.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libgusb/libgusb-0.2.4.ebuild?r1=1.4&r2=1.5 Index: libgusb-0.2.4.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-libs/libgusb/libgusb-0.2.4.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- libgusb-0.2.4.ebuild 29 Mar 2015 10:33:25 -0000 1.4 +++ libgusb-0.2.4.ebuild 25 May 2015 18:15:30 -0000 1.5 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgusb/libgusb-0.2.4.ebuild,v 1.4 2015/03/29 10:33:25 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgusb/libgusb-0.2.4.ebuild,v 1.5 2015/05/25 18:15:30 tetromino Exp $ EAPI=5 GCONF_DEBUG="no" @@ -19,10 +19,10 @@ IUSE="+introspection static-libs vala" REQUIRED_USE="vala? ( introspection )" +# Yes, we really need API from dev-libs/libusb-1.0.19, not virtual/libusb RDEPEND=" >=dev-libs/glib-2.28:2[${MULTILIB_USEDEP}] - virtual/libusb:1[${MULTILIB_USEDEP}] - virtual/libgudev:=[${MULTILIB_USEDEP}] + >=dev-libs/libusb-1.0.19[udev,${MULTILIB_USEDEP}] introspection? ( >=dev-libs/gobject-introspection-1.29 ) " DEPEND="${RDEPEND}