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 9E4C9138827 for ; Thu, 23 Oct 2014 19:46:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5721CE07FC; Thu, 23 Oct 2014 19:46:53 +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 BCB65E07FC for ; Thu, 23 Oct 2014 19:46:52 +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 9ABCC34046C for ; Thu, 23 Oct 2014 19:46:48 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 2279) id 5175088EE; Thu, 23 Oct 2014 19:46:47 +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 x11-libs/xcb-util-wm: xcb-util-wm-0.4.1-r1.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: xcb-util-wm-0.4.1-r1.ebuild ChangeLog X-VCS-Directories: x11-libs/xcb-util-wm X-VCS-Committer: mgorny X-VCS-Committer-Name: Michal Gorny Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20141023194647.5175088EE@oystercatcher.gentoo.org> Date: Thu, 23 Oct 2014 19:46:47 +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: 65aad074-1f27-4d7c-be6e-29c81295c182 X-Archives-Hash: 0a7228410bc68bfe5eb8d2edfbdfd704 mgorny 14/10/23 19:46:47 Modified: xcb-util-wm-0.4.1-r1.ebuild ChangeLog Log: Update dependencies. (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!) Revision Changes Path 1.3 x11-libs/xcb-util-wm/xcb-util-wm-0.4.1-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/xcb-util-wm/xcb-util-wm-0.4.1-r1.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/xcb-util-wm/xcb-util-wm-0.4.1-r1.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/xcb-util-wm/xcb-util-wm-0.4.1-r1.ebuild?r1=1.2&r2=1.3 Index: xcb-util-wm-0.4.1-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-libs/xcb-util-wm/xcb-util-wm-0.4.1-r1.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- xcb-util-wm-0.4.1-r1.ebuild 18 Jun 2014 21:17:23 -0000 1.2 +++ xcb-util-wm-0.4.1-r1.ebuild 23 Oct 2014 19:46:47 -0000 1.3 @@ -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/x11-libs/xcb-util-wm/xcb-util-wm-0.4.1-r1.ebuild,v 1.2 2014/06/18 21:17:23 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/xcb-util-wm/xcb-util-wm-0.4.1-r1.ebuild,v 1.3 2014/10/23 19:46:47 mgorny Exp $ EAPI=5 @@ -19,8 +19,8 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris" IUSE="test" -RDEPEND=">=x11-libs/xcb-util-0.3.9-r1[${MULTILIB_USEDEP}] - >=x11-proto/xproto-7.0.24[${MULTILIB_USEDEP}]" +RDEPEND=">=x11-libs/libxcb-1.9.1:=[${MULTILIB_USEDEP}] + >=x11-proto/xproto-7.0.24:=[${MULTILIB_USEDEP}]" DEPEND="${RDEPEND} >=dev-util/gperf-3.0.1 test? ( >=dev-libs/check-0.9.11[${MULTILIB_USEDEP}] )" 1.33 x11-libs/xcb-util-wm/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/xcb-util-wm/ChangeLog?rev=1.33&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/xcb-util-wm/ChangeLog?rev=1.33&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/xcb-util-wm/ChangeLog?r1=1.32&r2=1.33 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-libs/xcb-util-wm/ChangeLog,v retrieving revision 1.32 retrieving revision 1.33 diff -u -r1.32 -r1.33 --- ChangeLog 23 Oct 2014 14:02:19 -0000 1.32 +++ ChangeLog 23 Oct 2014 19:46:47 -0000 1.33 @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/xcb-util-wm # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/xcb-util-wm/ChangeLog,v 1.32 2014/10/23 14:02:19 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/xcb-util-wm/ChangeLog,v 1.33 2014/10/23 19:46:47 mgorny Exp $ + + 23 Oct 2014; Michał Górny xcb-util-wm-0.4.1-r1.ebuild: + Update dependencies. 23 Oct 2014; Chí-Thanh Christopher Nguyễn -xcb-util-wm-0.3.8.ebuild: