summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChi-Thanh Christopher Nguyen <chithanh@gentoo.org>2012-03-04 21:51:02 +0100
committerChi-Thanh Christopher Nguyen <chithanh@gentoo.org>2012-03-04 21:51:02 +0100
commitc8b453ed7d71fd287fbb29f6c6a8bf414a6e37d6 (patch)
tree1c1c8c184a359085e1624f89cdf5688adc049707
parentx11-libs/libSM: sync keywords and darwin uuid fix with portage (diff)
downloadx11-c8b453ed7d71fd287fbb29f6c6a8bf414a6e37d6.tar.gz
x11-c8b453ed7d71fd287fbb29f6c6a8bf414a6e37d6.tar.bz2
x11-c8b453ed7d71fd287fbb29f6c6a8bf414a6e37d6.zip
x11-libs/libSM: whoops, committ most current version of the ebuild
-rw-r--r--x11-libs/libSM/Manifest2
-rw-r--r--x11-libs/libSM/libSM-9999.ebuild8
2 files changed, 6 insertions, 4 deletions
diff --git a/x11-libs/libSM/Manifest b/x11-libs/libSM/Manifest
index 0ae1b7b1..76c9fc08 100644
--- a/x11-libs/libSM/Manifest
+++ b/x11-libs/libSM/Manifest
@@ -1,2 +1,2 @@
-EBUILD libSM-9999.ebuild 1758 RMD160 4bb303214b8c38a86b6a7d066b901b65a024e459 SHA1 d29f4edd3457e6187bca63b4a19de195190c3461 SHA256 80cb0be03647fb75bd48136f925d35617a971cea195388f4811c1287ad7cf527
+EBUILD libSM-9999.ebuild 1666 RMD160 acc79b10c493d255a55ba2e17f03269d51cc3a11 SHA1 8793894736446ef5df593a2a00a05541de506e9d SHA256 5b6ccdb39a2c0277c8fe872e5dbdc9da708e355dabf5b5be42862055a199fa87
MISC metadata.xml 274 RMD160 d8553c975069891686530053f724977d4c9b04c0 SHA1 25898891236a55e46285bbe1022c87465049da6e SHA256 8f020073e4576192cb4f631849fd704f25a1ea176368eef75a3c24c4f9727e36
diff --git a/x11-libs/libSM/libSM-9999.ebuild b/x11-libs/libSM/libSM-9999.ebuild
index 79957a7a..5ef32f97 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: $
EAPI=4
@@ -47,9 +47,11 @@ pkg_setup() {
;;
esac
fi
- XORG_CONFIGURE_OPTIONS="$(use_enable ipv6)
+ XORG_CONFIGURE_OPTIONS=(
+ $(use_enable ipv6)
$(use_enable doc docs)
$(use_with doc xmlto)
${withuuid}
- --without-fop"
+ --without-fop
+ )
}