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 3135213877A for ; Wed, 3 Sep 2014 20:08:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1E14EE086C; Wed, 3 Sep 2014 20:08:20 +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 8E573E086D for ; Wed, 3 Sep 2014 20:08:19 +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 B53A73401B0 for ; Wed, 3 Sep 2014 20:08:18 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 58AF74A10 for ; Wed, 3 Sep 2014 20:08:17 +0000 (UTC) From: "Christoph Mende" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Christoph Mende" Message-ID: <1409774837.a05fd3c3afdf9bab3d2b4a11c3f0644777b9acd9.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: a05fd3c3afdf9bab3d2b4a11c3f0644777b9acd9 X-VCS-Branch: master Date: Wed, 3 Sep 2014 20:08:17 +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: c3c29e8f-1330-4a10-85fa-b120999198f6 X-Archives-Hash: e54a163983b6a11a15562182aab7779b commit: a05fd3c3afdf9bab3d2b4a11c3f0644777b9acd9 Author: Christoph Mende gentoo org> AuthorDate: Wed Sep 3 20:07:17 2014 +0000 Commit: Christoph Mende gentoo org> CommitDate: Wed Sep 3 20:07:17 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/xfce.git;a=commit;h=a05fd3c3 xfce4-settings: Sync with gentoo-x86 Package-Manager: portage-2.2.10 Manifest-Sign-Key: 84F20B43 --- xfce-base/xfce4-settings/xfce4-settings-9999.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/xfce-base/xfce4-settings/xfce4-settings-9999.ebuild b/xfce-base/xfce4-settings/xfce4-settings-9999.ebuild index dcbaef5..c49278d 100644 --- a/xfce-base/xfce4-settings/xfce4-settings-9999.ebuild +++ b/xfce-base/xfce4-settings/xfce4-settings-9999.ebuild @@ -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/xfce-base/xfce4-settings/xfce4-settings-4.11.2-r1.ebuild,v 1.1 2014/05/31 19:13:04 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-settings/xfce4-settings-4.11.2-r1.ebuild,v 1.2 2014/07/24 10:53:39 ssuominen Exp $ EAPI=5 inherit xfconf @@ -11,7 +11,7 @@ HOMEPAGE="http://www.xfce.org/projects/" LICENSE="GPL-2" SLOT="0" KEYWORDS="" -IUSE="debug libcanberra libnotify udev +xklavier" +IUSE="debug libcanberra libnotify upower +xklavier" RDEPEND=">=dev-libs/dbus-glib-0.100 >=dev-libs/glib-2.24 @@ -28,7 +28,7 @@ RDEPEND=">=dev-libs/dbus-glib-0.100 >=xfce-base/xfconf-4.10 libcanberra? ( >=media-libs/libcanberra-0.25[sound] ) libnotify? ( >=x11-libs/libnotify-0.7 ) - udev? ( || ( >=sys-power/upower-0.9.23 sys-power/upower-pm-utils ) ) + upower? ( || ( >=sys-power/upower-0.9.23 sys-power/upower-pm-utils ) ) xklavier? ( >=x11-libs/libxklavier-5 )" DEPEND="${RDEPEND} dev-util/intltool @@ -41,7 +41,7 @@ pkg_setup() { PATCHES=( "${FILESDIR}"/${P}-upower-0.99.patch ) XFCONF=( - $(use_enable udev upower-glib) + $(use_enable upower upower-glib) $(use_enable libnotify) $(use_enable xklavier libxklavier) $(use_enable libcanberra sound-settings)