summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2008-09-07 17:03:39 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2008-09-07 17:03:39 +0000
commit13319e9643764366c6abf2489c9bf42490b56238 (patch)
tree32bbd730c5decf3178158492e946a4b32f5eb1ef /dev-libs
parentTypo (diff)
downloadgentoo-2-13319e9643764366c6abf2489c9bf42490b56238.tar.gz
gentoo-2-13319e9643764366c6abf2489c9bf42490b56238.tar.bz2
gentoo-2-13319e9643764366c6abf2489c9bf42490b56238.zip
drop USE="doc" for 2.16.5 only, bug #232417.
(Portage version: 2.2_rc8/cvs/Linux 2.6.24-gentoo-r8 i686)
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/glib/ChangeLog5
-rw-r--r--dev-libs/glib/glib-2.16.5.ebuild13
2 files changed, 7 insertions, 11 deletions
diff --git a/dev-libs/glib/ChangeLog b/dev-libs/glib/ChangeLog
index 7273af3f6f78..9d72c7be940c 100644
--- a/dev-libs/glib/ChangeLog
+++ b/dev-libs/glib/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-libs/glib
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/ChangeLog,v 1.328 2008/08/03 22:36:31 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/ChangeLog,v 1.329 2008/09/07 17:03:39 eva Exp $
+
+ 07 Sep 2008; Gilles Dartiguelongue <eva@gentoo.org> glib-2.16.5.ebuild:
+ drop USE="doc" for 2.16.5 only, bug #232417.
03 Aug 2008; Gilles Dartiguelongue <eva@gentoo.org>
-files/glib-2.8.3-macos.patch, glib-1.2.10-r5.ebuild, -glib-2.8.6.ebuild,
diff --git a/dev-libs/glib/glib-2.16.5.ebuild b/dev-libs/glib/glib-2.16.5.ebuild
index bfe3643fd9d6..5d8c017ea0ca 100644
--- a/dev-libs/glib/glib-2.16.5.ebuild
+++ b/dev-libs/glib/glib-2.16.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-2.16.5.ebuild,v 1.1 2008/07/20 06:54:35 leio Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-2.16.5.ebuild,v 1.2 2008/09/07 17:03:39 eva Exp $
inherit gnome.org libtool eutils flag-o-matic
@@ -10,7 +10,7 @@ HOMEPAGE="http://www.gtk.org/"
LICENSE="LGPL-2"
SLOT="2"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
-IUSE="debug doc fam hardened selinux xattr"
+IUSE="debug fam hardened selinux xattr"
RDEPEND="virtual/libc
virtual/libiconv
@@ -18,12 +18,7 @@ RDEPEND="virtual/libc
fam? ( virtual/fam )"
DEPEND="${RDEPEND}
>=dev-util/pkgconfig-0.16
- >=sys-devel/gettext-0.11
- doc? (
- >=dev-libs/libxslt-1.0
- >=dev-util/gtk-doc-1.8
- ~app-text/docbook-xml-dtd-4.1.2
- )"
+ >=sys-devel/gettext-0.11"
src_unpack() {
unpack ${A}
@@ -67,8 +62,6 @@ src_compile() {
# always build static libs, see #153807
econf ${myconf} \
$(use_enable xattr) \
- $(use_enable doc man) \
- $(use_enable doc gtk-doc) \
$(use_enable fam) \
$(use_enable selinux) \
--enable-static \