summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonnie Berkholz <spyderous@gentoo.org>2005-08-12 03:52:20 +0000
committerDonnie Berkholz <spyderous@gentoo.org>2005-08-12 03:52:20 +0000
commitcdfcc65503bea72986093cc8d9c9f013ebfc0ddc (patch)
treeb9e64cb0b841da51371776381eed7cb3c5659ac2 /x11-libs
parentVersion bump #87945 by Alexandru Toma. (diff)
downloadgentoo-2-cdfcc65503bea72986093cc8d9c9f013ebfc0ddc.tar.gz
gentoo-2-cdfcc65503bea72986093cc8d9c9f013ebfc0ddc.tar.bz2
gentoo-2-cdfcc65503bea72986093cc8d9c9f013ebfc0ddc.zip
Add ipv6 USE, thanks to gim <gentoo@gim.name> for pointing this out.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'x11-libs')
-rw-r--r--x11-libs/libICE/ChangeLog5
-rw-r--r--x11-libs/libICE/libICE-0.99.0.ebuild6
2 files changed, 8 insertions, 3 deletions
diff --git a/x11-libs/libICE/ChangeLog b/x11-libs/libICE/ChangeLog
index 333872103f8e..adf03596b4b2 100644
--- a/x11-libs/libICE/ChangeLog
+++ b/x11-libs/libICE/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-libs/libICE
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libICE/ChangeLog,v 1.2 2005/08/08 19:08:32 fmccor Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libICE/ChangeLog,v 1.3 2005/08/12 03:52:20 spyderous Exp $
+
+ 12 Aug 2005; Donnie Berkholz <spyderous@gentoo.org>; libICE-0.99.0.ebuild:
+ Add ipv6 USE, thanks to gim <gentoo@gim.name> for pointing this out.
08 Aug 2005; Ferris McCormick <fmccor@gentoo.org> libICE-0.99.0.ebuild:
Add ~sparc keyword (modular X testing).
diff --git a/x11-libs/libICE/libICE-0.99.0.ebuild b/x11-libs/libICE/libICE-0.99.0.ebuild
index aea34e2c7a43..77bebdabb0b9 100644
--- a/x11-libs/libICE/libICE-0.99.0.ebuild
+++ b/x11-libs/libICE/libICE-0.99.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libICE/libICE-0.99.0.ebuild,v 1.2 2005/08/08 19:08:32 fmccor Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libICE/libICE-0.99.0.ebuild,v 1.3 2005/08/12 03:52:20 spyderous Exp $
# Must be before x-modular eclass is inherited
#SNAPSHOT="yes"
@@ -13,7 +13,9 @@ DESCRIPTION="X.Org ICE library"
#LICENSE=""
#SLOT="0"
KEYWORDS="~sparc ~x86"
-#IUSE="X gnome"
+IUSE="ipv6"
RDEPEND="x11-libs/xtrans"
DEPEND="${RDEPEND}
x11-proto/xproto"
+
+CONFIGURE_OPTIONS="$(use_enable ipv6)"