diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2009-10-12 19:42:46 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2009-10-12 19:42:46 +0000 |
commit | b8ca17c8c0b99bee407b452c8eeae8a99c6cbeab (patch) | |
tree | ee59720e4115fb6098d77032e37de487cadb5e5c /net-misc | |
parent | Stable for HPPA (bug #284707). (diff) | |
download | gentoo-2-b8ca17c8c0b99bee407b452c8eeae8a99c6cbeab.tar.gz gentoo-2-b8ca17c8c0b99bee407b452c8eeae8a99c6cbeab.tar.bz2 gentoo-2-b8ca17c8c0b99bee407b452c8eeae8a99c6cbeab.zip |
Disable doc building as it wants a bunch of stuff that Gentoo doesn't package, and would pull in a lot of TCL and more just for building two docs.
(Portage version: 2.2_rc42/cvs/Linux x86_64)
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/memcached/ChangeLog | 7 | ||||
-rw-r--r-- | net-misc/memcached/memcached-1.4.2.ebuild | 6 |
2 files changed, 10 insertions, 3 deletions
diff --git a/net-misc/memcached/ChangeLog b/net-misc/memcached/ChangeLog index 6ad452a3b84c..33697a95a6b9 100644 --- a/net-misc/memcached/ChangeLog +++ b/net-misc/memcached/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-misc/memcached # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/memcached/ChangeLog,v 1.103 2009/10/12 19:26:49 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/memcached/ChangeLog,v 1.104 2009/10/12 19:42:46 robbat2 Exp $ + + 12 Oct 2009; Robin H. Johnson <robbat2@gentoo.org> memcached-1.4.2.ebuild: + Disable doc building as it wants a bunch of stuff that Gentoo doesn't + package, and would pull in a lot of TCL and more just for building two + docs. *memcached-1.4.2 (12 Oct 2009) diff --git a/net-misc/memcached/memcached-1.4.2.ebuild b/net-misc/memcached/memcached-1.4.2.ebuild index 453f7d499be9..3cbf1017ba56 100644 --- a/net-misc/memcached/memcached-1.4.2.ebuild +++ b/net-misc/memcached/memcached-1.4.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/memcached/memcached-1.4.2.ebuild,v 1.1 2009/10/12 19:26:49 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/memcached/memcached-1.4.2.ebuild,v 1.2 2009/10/12 19:42:46 robbat2 Exp $ EAPI=2 inherit eutils autotools flag-o-matic @@ -35,7 +35,9 @@ src_prepare() { } src_configure() { - econf `use_enable docs` + econf --disable-docs + # The xml2rfc tool to build the additional docs requires TCL :-( + # `use_enable doc docs` } src_compile() { |