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 83DAE138C48 for ; Tue, 14 Apr 2015 22:22:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DFCDEE094F; Tue, 14 Apr 2015 22:22:15 +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 7AA94E094F for ; Tue, 14 Apr 2015 22:22:15 +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 5D8CC340D6F for ; Tue, 14 Apr 2015 22:22:13 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 2279) id E3EF315EEC; Tue, 14 Apr 2015 22:22:08 +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 xfce-base/xfce4-panel: xfce4-panel-4.12.0.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: xfce4-panel-4.12.0.ebuild ChangeLog X-VCS-Directories: xfce-base/xfce4-panel X-VCS-Committer: mgorny X-VCS-Committer-Name: Michal Gorny Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20150414222209.E3EF315EEC@oystercatcher.gentoo.org> Date: Tue, 14 Apr 2015 22:22:08 +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: 75c06633-f751-483f-94f8-d48f6f8ba9b6 X-Archives-Hash: 4472baf44878e60d4ab42d4db7309ebe mgorny 15/04/14 22:22:08 Modified: xfce4-panel-4.12.0.ebuild ChangeLog Log: Add a blocker against broken timezone-data versions, fixes deadlock bug #538484 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!) Revision Changes Path 1.2 xfce-base/xfce4-panel/xfce4-panel-4.12.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/xfce4-panel/xfce4-panel-4.12.0.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/xfce4-panel/xfce4-panel-4.12.0.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/xfce4-panel/xfce4-panel-4.12.0.ebuild?r1=1.1&r2=1.2 Index: xfce4-panel-4.12.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/xfce-base/xfce4-panel/xfce4-panel-4.12.0.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- xfce4-panel-4.12.0.ebuild 8 Mar 2015 15:06:38 -0000 1.1 +++ xfce4-panel-4.12.0.ebuild 14 Apr 2015 22:22:08 -0000 1.2 @@ -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/xfce-base/xfce4-panel/xfce4-panel-4.12.0.ebuild,v 1.1 2015/03/08 15:06:38 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-panel/xfce4-panel-4.12.0.ebuild,v 1.2 2015/04/14 22:22:08 mgorny Exp $ EAPI=5 inherit xfconf @@ -14,6 +14,8 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris" IUSE="debug" +# block timezone-data versions with posix symlink since they cause +# dead loop, bug #538484 RDEPEND=">=dev-libs/dbus-glib-0.100 >=dev-libs/glib-2.24 >=x11-libs/cairo-1 @@ -25,7 +27,8 @@ >=xfce-base/garcon-0.3 >=xfce-base/libxfce4ui-4.11 >=xfce-base/libxfce4util-4.11 - >=xfce-base/xfconf-4.10" + >=xfce-base/xfconf-4.10 + !!