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 1F358138A1F for ; Thu, 30 Jan 2014 15:19:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AE412E0A49; Thu, 30 Jan 2014 15:19:36 +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 49875E0A49 for ; Thu, 30 Jan 2014 15:19:36 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7EA3333EE6E for ; Thu, 30 Jan 2014 15:19:35 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2345) id 4AA622004C; Thu, 30 Jan 2014 15:19:34 +0000 (UTC) From: "Manuel Rueger (mrueg)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, mrueg@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in net-wireless/bluedevil: bluedevil-1.3.2.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: bluedevil-1.3.2.ebuild ChangeLog X-VCS-Directories: net-wireless/bluedevil X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rueger Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20140130151934.4AA622004C@flycatcher.gentoo.org> Date: Thu, 30 Jan 2014 15:19:34 +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: 86d302ef-4380-4822-ab20-818f6bbb2a7f X-Archives-Hash: 59ae033686e318882d39410cc936677d mrueg 14/01/30 15:19:34 Modified: bluedevil-1.3.2.ebuild ChangeLog Log: Depend on libbluedevil-1 only. Fixes bug #499786. (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key ) Revision Changes Path 1.6 net-wireless/bluedevil/bluedevil-1.3.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/bluedevil/bluedevil-1.3.2.ebuild?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/bluedevil/bluedevil-1.3.2.ebuild?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/bluedevil/bluedevil-1.3.2.ebuild?r1=1.5&r2=1.6 Index: bluedevil-1.3.2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-wireless/bluedevil/bluedevil-1.3.2.ebuild,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- bluedevil-1.3.2.ebuild 19 Jan 2014 11:15:41 -0000 1.5 +++ bluedevil-1.3.2.ebuild 30 Jan 2014 15:19:34 -0000 1.6 @@ -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/net-wireless/bluedevil/bluedevil-1.3.2.ebuild,v 1.5 2014/01/19 11:15:41 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-wireless/bluedevil/bluedevil-1.3.2.ebuild,v 1.6 2014/01/30 15:19:34 mrueg Exp $ EAPI=5 @@ -21,6 +21,7 @@ DEPEND=" >=net-libs/libbluedevil-1.9.3 +