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 1S4IOg-0006JC-Fy for garchives@archives.gentoo.org; Sun, 04 Mar 2012 20:51:14 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C2ADDE051E; Sun, 4 Mar 2012 20:51:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 8DFE6E051E for ; Sun, 4 Mar 2012 20:51:05 +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 F11481B4006 for ; Sun, 4 Mar 2012 20:51:04 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 89511E5401 for ; Sun, 4 Mar 2012 20:51:03 +0000 (UTC) From: "Chi-Thanh Christopher Nguyen" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Chi-Thanh Christopher Nguyen" Message-ID: <1330894262.c8b453ed7d71fd287fbb29f6c6a8bf414a6e37d6.chithead@gentoo> Subject: [gentoo-commits] proj/x11:master commit in: x11-libs/libSM/ X-VCS-Repository: proj/x11 X-VCS-Files: x11-libs/libSM/libSM-9999.ebuild X-VCS-Directories: x11-libs/libSM/ X-VCS-Committer: chithead X-VCS-Committer-Name: Chi-Thanh Christopher Nguyen X-VCS-Revision: c8b453ed7d71fd287fbb29f6c6a8bf414a6e37d6 X-VCS-Branch: master Date: Sun, 4 Mar 2012 20:51:03 +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: f592067d-3bfd-4db3-af62-3c8a1af7c07b X-Archives-Hash: cfb0d12ada1f80c2c1a8b9527df9de8e commit: c8b453ed7d71fd287fbb29f6c6a8bf414a6e37d6 Author: Chi-Thanh Christopher Nguyen gentoo org> AuthorDate: Sun Mar 4 20:51:02 2012 +0000 Commit: Chi-Thanh Christopher Nguyen cs tu-berli= n de> CommitDate: Sun Mar 4 20:51:02 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/x11.git;a=3Dc= ommit;h=3Dc8b453ed x11-libs/libSM: whoops, committ most current version of the ebuild --- x11-libs/libSM/libSM-9999.ebuild | 8 +++++--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/x11-libs/libSM/libSM-9999.ebuild b/x11-libs/libSM/libSM-9999= .ebuild index 79957a7..5ef32f9 100644 --- a/x11-libs/libSM/libSM-9999.ebuild +++ b/x11-libs/libSM/libSM-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libSM/libSM-1.2.0.ebuild,v 1= .14 2011/12/19 09:13:17 grobian Exp $ +# $Header: $ =20 EAPI=3D4 =20 @@ -47,9 +47,11 @@ pkg_setup() { ;; esac fi - XORG_CONFIGURE_OPTIONS=3D"$(use_enable ipv6) + XORG_CONFIGURE_OPTIONS=3D( + $(use_enable ipv6) $(use_enable doc docs) $(use_with doc xmlto) ${withuuid} - --without-fop" + --without-fop + ) }