diff options
author | Caleb Tennis <caleb@gentoo.org> | 2007-12-23 20:48:57 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2007-12-23 20:48:57 +0000 |
commit | f392eda1420da59ebc00356b77ce9923fab91b63 (patch) | |
tree | 2e6cd79a04da2e21b2310fd7ba3791a5b3b4d30e /x11-libs/qt-core | |
parent | Slightly change to doc dir (diff) | |
download | gentoo-2-f392eda1420da59ebc00356b77ce9923fab91b63.tar.gz gentoo-2-f392eda1420da59ebc00356b77ce9923fab91b63.tar.bz2 gentoo-2-f392eda1420da59ebc00356b77ce9923fab91b63.zip |
Add doc flag and install htmldocs
(Portage version: 2.1.3.16)
Diffstat (limited to 'x11-libs/qt-core')
-rw-r--r-- | x11-libs/qt-core/qt-core-4.4.0_rc1.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/x11-libs/qt-core/qt-core-4.4.0_rc1.ebuild b/x11-libs/qt-core/qt-core-4.4.0_rc1.ebuild index a83c61bcdbbd..8f7d2f70ab95 100644 --- a/x11-libs/qt-core/qt-core-4.4.0_rc1.ebuild +++ b/x11-libs/qt-core/qt-core-4.4.0_rc1.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/qt-core/qt-core-4.4.0_rc1.ebuild,v 1.4 2007/12/22 16:35:34 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-core/qt-core-4.4.0_rc1.ebuild,v 1.5 2007/12/23 20:48:57 caleb Exp $ EAPI=1 @@ -19,7 +19,7 @@ LICENSE="|| ( QPL-1.0 GPL-2 )" SLOT="4" KEYWORDS="~x86" -IUSE="glib qt3support ssl" +IUSE="doc glib qt3support ssl" RDEPEND="ssl? ( dev-libs/openssl ) sys-libs/zlib @@ -65,6 +65,8 @@ src_install() { # TODO: don't override qconfig.pri when a new fresh set of options if there are some already installed on the system cd "${S}" && emake INSTALL_ROOT="${D}" install_mkspecs || die + use doc && emake INSTALL_ROOT="${D}" install_htmldocs + fix_library_files # List all the multilib libdirs |