From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QOYBv-0004nS-8R for garchives@archives.gentoo.org; Mon, 23 May 2011 16:41:15 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D87861C0C9; Mon, 23 May 2011 16:40:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 9E5831C0C8 for ; Mon, 23 May 2011 16:40:32 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 08A5A1CC00F for ; Mon, 23 May 2011 16:40:32 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 428DF80513 for ; Mon, 23 May 2011 16:40:31 +0000 (UTC) From: "Christoph Mende" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Christoph Mende" Message-ID: <79e37e30a3ada307ed7638db23c47df771c0cbb5.angelos@gentoo> Subject: [gentoo-commits] proj/xfce:master commit in: xfce-base/xfce4-settings/ X-VCS-Repository: proj/xfce X-VCS-Files: xfce-base/xfce4-settings/xfce4-settings-9999.ebuild X-VCS-Directories: xfce-base/xfce4-settings/ X-VCS-Committer: angelos X-VCS-Committer-Name: Christoph Mende X-VCS-Revision: 79e37e30a3ada307ed7638db23c47df771c0cbb5 Date: Mon, 23 May 2011 16:40:31 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 1b93e62752f93a6777dae1c700444702 commit: 79e37e30a3ada307ed7638db23c47df771c0cbb5 Author: Christoph Mende gentoo org> AuthorDate: Mon May 23 16:34:11 2011 +0000 Commit: Christoph Mende gentoo org> CommitDate: Mon May 23 16:34:11 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/xfce.git;a=3D= commit;h=3D79e37e30 xfce4-settings: Sync with gentoo-x86 (Portage version: 2.2.0_alpha34/git/Linux x86_64, signed Manifest commit = with key 84F20B43) --- .../xfce4-settings/xfce4-settings-9999.ebuild | 13 ++++++------- 1 files changed, 6 insertions(+), 7 deletions(-) diff --git a/xfce-base/xfce4-settings/xfce4-settings-9999.ebuild b/xfce-b= ase/xfce4-settings/xfce4-settings-9999.ebuild index 9804ecc..d9c97b8 100644 --- a/xfce-base/xfce4-settings/xfce4-settings-9999.ebuild +++ b/xfce-base/xfce4-settings/xfce4-settings-9999.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-settings/xfce4-settin= gs-4.8.1.ebuild,v 1.9 2011/03/29 13:10:04 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-settings/xfce4-settin= gs-4.8.2.ebuild,v 1.2 2011/05/19 19:25:34 ssuominen Exp $ =20 -EAPI=3D3 +EAPI=3D4 inherit xfconf-live =20 DESCRIPTION=3D"Configuration system for the Xfce desktop environment" @@ -17,7 +17,7 @@ RDEPEND=3D">=3Ddev-libs/glib-2.16:2 >=3Ddev-libs/dbus-glib-0.88 >=3Dgnome-base/libglade-2 >=3Dx11-libs/gtk+-2.14:2 - >=3Dx11-libs/libX11-1 + x11-libs/libX11 >=3Dx11-libs/libXcursor-1.1 >=3Dx11-libs/libXi-1.3 >=3Dx11-libs/libXrandr-1.2 @@ -26,8 +26,8 @@ RDEPEND=3D">=3Ddev-libs/glib-2.16:2 >=3Dxfce-base/xfconf-4.8 >=3Dxfce-base/exo-0.6 libcanberra? ( >=3Dmedia-libs/libcanberra-0.25[sound] ) - libnotify? ( >=3Dx11-libs/libnotify-0.1.3 ) - xklavier? ( >=3Dx11-libs/libxklavier-0.3 )" + libnotify? ( >=3Dx11-libs/libnotify-0.4.5 ) + xklavier? ( x11-libs/libxklavier )" DEPEND=3D"${RDEPEND} dev-util/intltool dev-util/pkgconfig @@ -37,7 +37,6 @@ DEPEND=3D"${RDEPEND} =20 pkg_setup() { XFCONF=3D( - --disable-dependency-tracking --disable-static $(use_enable libnotify) $(use_enable xklavier libxklavier) @@ -45,7 +44,7 @@ pkg_setup() { $(xfconf_use_debug) ) =20 - DOCS=3D"AUTHORS ChangeLog NEWS TODO" + DOCS=3D( AUTHORS ChangeLog NEWS TODO ) } =20 src_prepare() {