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 363C413800E for ; Sat, 11 Aug 2012 16:25:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 62895E01A3; Sat, 11 Aug 2012 16:25:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 36389E01A3 for ; Sat, 11 Aug 2012 16:25:08 +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 7808B1B400C for ; Sat, 11 Aug 2012 16:25:02 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 3B6EAE5439 for ; Sat, 11 Aug 2012 16:25:01 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1344702349.ca21485c413053b91a98ad19b69244c33c4f48f2.mattst88@gentoo> Subject: [gentoo-commits] proj/x11:master commit in: dev-libs/weston/ X-VCS-Repository: proj/x11 X-VCS-Files: dev-libs/weston/weston-0.85.0.ebuild dev-libs/weston/weston-9999.ebuild X-VCS-Directories: dev-libs/weston/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: ca21485c413053b91a98ad19b69244c33c4f48f2 X-VCS-Branch: master Date: Sat, 11 Aug 2012 16:25:01 +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: ccfcdeab-d294-49a1-95cc-dbad5ba388fc X-Archives-Hash: 8639952756d6c69d6ad3c5aaad5d8ad6 commit: ca21485c413053b91a98ad19b69244c33c4f48f2 Author: Matt Turner gmail com> AuthorDate: Sat Aug 11 16:25:49 2012 +0000 Commit: Matt Turner gmail com> CommitDate: Sat Aug 11 16:25:49 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=ca21485c dev-libs/weston: Add missing \ (#430864) and remove Manifest --- dev-libs/weston/weston-0.85.0.ebuild | 2 +- dev-libs/weston/weston-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/weston/weston-0.85.0.ebuild b/dev-libs/weston/weston-0.85.0.ebuild index 05405ec..e0c0da0 100644 --- a/dev-libs/weston/weston-0.85.0.ebuild +++ b/dev-libs/weston/weston-0.85.0.ebuild @@ -44,7 +44,7 @@ src_prepare() { } src_configure() { - econf --disable-setuid-install + econf --disable-setuid-install \ $(use_enable static-libs static) \ $(use_enable drm drm-compositor) \ $(use_enable wayland-compositor) \ diff --git a/dev-libs/weston/weston-9999.ebuild b/dev-libs/weston/weston-9999.ebuild index 05405ec..e0c0da0 100644 --- a/dev-libs/weston/weston-9999.ebuild +++ b/dev-libs/weston/weston-9999.ebuild @@ -44,7 +44,7 @@ src_prepare() { } src_configure() { - econf --disable-setuid-install + econf --disable-setuid-install \ $(use_enable static-libs static) \ $(use_enable drm drm-compositor) \ $(use_enable wayland-compositor) \