summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémi Cardona <remi@gentoo.org>2009-09-29 10:18:16 +0000
committerRémi Cardona <remi@gentoo.org>2009-09-29 10:18:16 +0000
commitc50c4f23b50e5b0067f60be3da070b2545dd642b (patch)
tree95fd098949667c250b481767c194e96274859032 /x11-libs/libICE/libICE-1.0.6.ebuild
parentold (diff)
downloadgentoo-2-c50c4f23b50e5b0067f60be3da070b2545dd642b.tar.gz
gentoo-2-c50c4f23b50e5b0067f60be3da070b2545dd642b.tar.bz2
gentoo-2-c50c4f23b50e5b0067f60be3da070b2545dd642b.zip
x11-libs/libICE: bump to 1.0.6
(Portage version: 2.2_rc42/cvs/Linux i686)
Diffstat (limited to 'x11-libs/libICE/libICE-1.0.6.ebuild')
-rw-r--r--x11-libs/libICE/libICE-1.0.6.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/x11-libs/libICE/libICE-1.0.6.ebuild b/x11-libs/libICE/libICE-1.0.6.ebuild
new file mode 100644
index 000000000000..8d52c6d1e72d
--- /dev/null
+++ b/x11-libs/libICE/libICE-1.0.6.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libICE/libICE-1.0.6.ebuild,v 1.1 2009/09/29 10:18:16 remi Exp $
+
+# Must be before x-modular eclass is inherited
+#SNAPSHOT="yes"
+
+inherit x-modular
+
+DESCRIPTION="X.Org ICE library"
+
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
+IUSE="ipv6"
+
+RDEPEND="x11-libs/xtrans
+ x11-proto/xproto"
+DEPEND="${RDEPEND}"
+
+pkg_setup() {
+ CONFIGURE_OPTIONS="$(use_enable ipv6)"
+}