diff options
Diffstat (limited to 'sys-apps/paludis/paludis-1.4.2.ebuild')
-rw-r--r-- | sys-apps/paludis/paludis-1.4.2.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys-apps/paludis/paludis-1.4.2.ebuild b/sys-apps/paludis/paludis-1.4.2.ebuild index e93013f17b0a..9f0cc3163499 100644 --- a/sys-apps/paludis/paludis-1.4.2.ebuild +++ b/sys-apps/paludis/paludis-1.4.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/paludis/paludis-1.4.2.ebuild,v 1.1 2013/10/20 07:10:02 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/paludis/paludis-1.4.2.ebuild,v 1.2 2013/10/20 09:40:03 mgorny Exp $ EAPI=4 @@ -89,6 +89,8 @@ csep() { src_configure() { local myeconfargs=( + --htmldir=/usr/share/doc/${PF}/html + $(use_enable doc doxygen) $(use_enable pbins) $(use_enable pink) @@ -99,6 +101,7 @@ src_configure() { $(use_enable xml) $(use_enable search-index) $(use_enable test gtest) + --enable-prebuilt-documentation --enable-vim --enable-visibility |