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 60A9D1386B5 for ; Thu, 31 Oct 2013 14:33:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DF66CE0957; Thu, 31 Oct 2013 14:33:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5E125E0949 for ; Thu, 31 Oct 2013 14:33:37 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7691833F099 for ; Thu, 31 Oct 2013 14:33:36 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 305B6E5495 for ; Thu, 31 Oct 2013 14:33:35 +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: <1383229978.17b307a0b056afeb648f5d6065ccb656666cb1c0.angelos@gentoo> Subject: [gentoo-commits] proj/xfce:master commit in: xfce-base/garcon/ X-VCS-Repository: proj/xfce X-VCS-Files: xfce-base/garcon/garcon-9999.ebuild X-VCS-Directories: xfce-base/garcon/ X-VCS-Committer: angelos X-VCS-Committer-Name: Christoph Mende X-VCS-Revision: 17b307a0b056afeb648f5d6065ccb656666cb1c0 X-VCS-Branch: master Date: Thu, 31 Oct 2013 14:33:35 +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: 7715e828-3c0f-4945-8824-8b8be714dd11 X-Archives-Hash: 346d237071bb4907ff21b6fa47c01204 commit: 17b307a0b056afeb648f5d6065ccb656666cb1c0 Author: Christoph Mende gentoo org> AuthorDate: Thu Oct 31 14:32:58 2013 +0000 Commit: Christoph Mende gentoo org> CommitDate: Thu Oct 31 14:32:58 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/xfce.git;a=commit;h=17b307a0 garcon: Sync with gentoo-x86 Package-Manager: portage-2.2.7 Manifest-Sign-Key: 84F20B43 --- xfce-base/garcon/garcon-9999.ebuild | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/xfce-base/garcon/garcon-9999.ebuild b/xfce-base/garcon/garcon-9999.ebuild index c276cda..d2a7cc3 100644 --- a/xfce-base/garcon/garcon-9999.ebuild +++ b/xfce-base/garcon/garcon-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/garcon/garcon-0.2.0.ebuild,v 1.11 2012/11/28 12:28:41 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/garcon/garcon-0.2.1.ebuild,v 1.1 2013/05/05 16:45:45 ssuominen Exp $ EAPI=5 inherit xfconf @@ -14,15 +14,14 @@ KEYWORDS="" IUSE="debug" RDEPEND=">=dev-libs/glib-2.14 - >=xfce-base/libxfce4util-4.8" + >=xfce-base/libxfce4util-4.10.1" DEPEND="${RDEPEND} dev-util/intltool - virtual/pkgconfig - sys-devel/gettext" + sys-devel/gettext + virtual/pkgconfig" pkg_setup() { XFCONF=( - --disable-static $(xfconf_use_debug) --with-html-dir="${EPREFIX}"/usr/share/doc/${PF}/html )