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 1SIHfu-0008IQ-V5 for garchives@archives.gentoo.org; Thu, 12 Apr 2012 10:54:51 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 36026E0E21; Thu, 12 Apr 2012 10:54:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 09C34E0E21 for ; Thu, 12 Apr 2012 10:54:42 +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 73F611B4024 for ; Thu, 12 Apr 2012 10:54:42 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 3D6E9E5402 for ; Thu, 12 Apr 2012 10:54:41 +0000 (UTC) From: "Priit Laes" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Priit Laes" Message-ID: <1334227771.119f70c478f983f88ee9299606aec04563c622d5.plaes@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: gnome-base/dconf/ X-VCS-Repository: proj/gnome X-VCS-Files: gnome-base/dconf/dconf-9999.ebuild X-VCS-Directories: gnome-base/dconf/ X-VCS-Committer: plaes X-VCS-Committer-Name: Priit Laes X-VCS-Revision: 119f70c478f983f88ee9299606aec04563c622d5 X-VCS-Branch: master Date: Thu, 12 Apr 2012 10:54:41 +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: d3769f27-0508-4f2e-a56d-dd8cf29a0cf7 X-Archives-Hash: bf814ec335967b0ad48db491a80bc78d commit: 119f70c478f983f88ee9299606aec04563c622d5 Author: Priit Laes plaes org> AuthorDate: Thu Apr 12 10:49:31 2012 +0000 Commit: Priit Laes plaes org> CommitDate: Thu Apr 12 10:49:31 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gnome.git;a=3D= commit;h=3D119f70c4 gnome-base/dconf: Fix syntax error in live ebuild --- gnome-base/dconf/dconf-9999.ebuild | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/gnome-base/dconf/dconf-9999.ebuild b/gnome-base/dconf/dconf-= 9999.ebuild index cfc3ffe..05e5991 100644 --- a/gnome-base/dconf/dconf-9999.ebuild +++ b/gnome-base/dconf/dconf-9999.ebuild @@ -32,7 +32,7 @@ DEPEND=3D"${RDEPEND} if [[ ${PV} =3D 9999 ]]; then DEPEND=3D"${DEPEND} dev-util/gtk-doc-am - >=3Ddev-lang/vala-0.15.1:0.16 )" + >=3Ddev-lang/vala-0.15.1:0.16" fi =20 pkg_setup() {