diff options
author | Daniel Gryniewicz <dang@gentoo.org> | 2007-03-27 14:36:15 +0000 |
---|---|---|
committer | Daniel Gryniewicz <dang@gentoo.org> | 2007-03-27 14:36:15 +0000 |
commit | 231075b822d9bbbb9c74a8eb8205f8c0c83ea88b (patch) | |
tree | 5f75d1698f0e8e82d2bfb48ec004064a1da816a0 /x11-libs/vte | |
parent | gnome 2.18.0 (diff) | |
download | gentoo-2-231075b822d9bbbb9c74a8eb8205f8c0c83ea88b.tar.gz gentoo-2-231075b822d9bbbb9c74a8eb8205f8c0c83ea88b.tar.bz2 gentoo-2-231075b822d9bbbb9c74a8eb8205f8c0c83ea88b.zip |
Remove pcre option; it's broken
(Portage version: 2.1.2.2)
Diffstat (limited to 'x11-libs/vte')
-rw-r--r-- | x11-libs/vte/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/vte/vte-0.16.0-r1.ebuild | 8 |
2 files changed, 8 insertions, 5 deletions
diff --git a/x11-libs/vte/ChangeLog b/x11-libs/vte/ChangeLog index 17c363160548..51232c2fb74c 100644 --- a/x11-libs/vte/ChangeLog +++ b/x11-libs/vte/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/vte # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/ChangeLog,v 1.144 2007/03/27 03:02:52 dang Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/ChangeLog,v 1.145 2007/03/27 14:36:15 dang Exp $ + + 27 Mar 2007; Daniel Gryniewicz <dang@gentoo.org> vte-0.16.0-r1.ebuild: + Remove pcre option; it's broken *vte-0.16.0-r1 (27 Mar 2007) diff --git a/x11-libs/vte/vte-0.16.0-r1.ebuild b/x11-libs/vte/vte-0.16.0-r1.ebuild index a51836429512..3bd3cf38d6cf 100644 --- a/x11-libs/vte/vte-0.16.0-r1.ebuild +++ b/x11-libs/vte/vte-0.16.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/vte-0.16.0-r1.ebuild,v 1.1 2007/03/27 03:02:52 dang Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/vte-0.16.0-r1.ebuild,v 1.2 2007/03/27 14:36:15 dang Exp $ inherit eutils gnome2 autotools @@ -10,7 +10,8 @@ HOMEPAGE="http://www.gnome.org/" LICENSE="LGPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="debug doc pcre python opengl" +# pcre is broken in this release +IUSE="debug doc python opengl" RDEPEND=">=dev-libs/glib-2.9 >=x11-libs/gtk+-2.6 @@ -22,7 +23,6 @@ RDEPEND=">=dev-libs/glib-2.9 virtual/opengl virtual/glu ) - pcre? ( dev-libs/libpcre ) python? ( >=dev-python/pygtk-2.4 >=dev-lang/python-2.2 @@ -40,7 +40,7 @@ DOCS="AUTHORS ChangeLog HACKING NEWS README" pkg_setup() { G2CONF="$(use_enable debug debugging) $(use_enable python) \ - $(use_with opengl glX) $(use_with pcre) --with-xft2 --with-pangox" + $(use_with opengl glX) --with-xft2 --with-pangox" } src_unpack() { |