Gentoo Archives: gentoo-commits

From: Chi-Thanh Christopher Nguyen <chithanh@××××××××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/x11:master commit in: x11-libs/libSM/
Date: Sun, 04 Mar 2012 20:51:14
Message-Id: 1330894262.c8b453ed7d71fd287fbb29f6c6a8bf414a6e37d6.chithead@gentoo
1 commit: c8b453ed7d71fd287fbb29f6c6a8bf414a6e37d6
2 Author: Chi-Thanh Christopher Nguyen <chithanh <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 4 20:51:02 2012 +0000
4 Commit: Chi-Thanh Christopher Nguyen <chithanh <AT> cs <DOT> tu-berlin <DOT> de>
5 CommitDate: Sun Mar 4 20:51:02 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=c8b453ed
7
8 x11-libs/libSM: whoops, committ most current version of the ebuild
9
10 ---
11 x11-libs/libSM/libSM-9999.ebuild | 8 +++++---
12 1 files changed, 5 insertions(+), 3 deletions(-)
13
14 diff --git a/x11-libs/libSM/libSM-9999.ebuild b/x11-libs/libSM/libSM-9999.ebuild
15 index 79957a7..5ef32f9 100644
16 --- a/x11-libs/libSM/libSM-9999.ebuild
17 +++ b/x11-libs/libSM/libSM-9999.ebuild
18 @@ -1,6 +1,6 @@
19 # Copyright 1999-2011 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libSM/libSM-1.2.0.ebuild,v 1.14 2011/12/19 09:13:17 grobian Exp $
22 +# $Header: $
23
24 EAPI=4
25
26 @@ -47,9 +47,11 @@ pkg_setup() {
27 ;;
28 esac
29 fi
30 - XORG_CONFIGURE_OPTIONS="$(use_enable ipv6)
31 + XORG_CONFIGURE_OPTIONS=(
32 + $(use_enable ipv6)
33 $(use_enable doc docs)
34 $(use_with doc xmlto)
35 ${withuuid}
36 - --without-fop"
37 + --without-fop
38 + )
39 }