From a25943e55017f1e8da8c7003c1380dcf7ae2021d Mon Sep 17 00:00:00 2001 From: Samuli Suominen Date: Wed, 31 Mar 2010 12:05:15 +0000 Subject: Fix HTML documentation directory. (Portage version: 2.2_rc67/cvs/Linux x86_64) --- xfce-base/garcon/ChangeLog | 5 ++++- xfce-base/garcon/garcon-0.1.1.ebuild | 7 ++++--- 2 files changed, 8 insertions(+), 4 deletions(-) (limited to 'xfce-base/garcon') diff --git a/xfce-base/garcon/ChangeLog b/xfce-base/garcon/ChangeLog index 3d8b4bb0b578..c05c2ced1202 100644 --- a/xfce-base/garcon/ChangeLog +++ b/xfce-base/garcon/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for xfce-base/garcon # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/garcon/ChangeLog,v 1.8 2010/03/02 16:44:28 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/garcon/ChangeLog,v 1.9 2010/03/31 12:05:15 ssuominen Exp $ + + 31 Mar 2010; Samuli Suominen garcon-0.1.1.ebuild: + Fix HTML documentation directory. *garcon-0.1.1 (02 Mar 2010) diff --git a/xfce-base/garcon/garcon-0.1.1.ebuild b/xfce-base/garcon/garcon-0.1.1.ebuild index 66453e8a3582..56af39154279 100644 --- a/xfce-base/garcon/garcon-0.1.1.ebuild +++ b/xfce-base/garcon/garcon-0.1.1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/garcon/garcon-0.1.1.ebuild,v 1.1 2010/03/02 16:44:28 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/garcon/garcon-0.1.1.ebuild,v 1.2 2010/03/31 12:05:15 ssuominen Exp $ -EAPI=2 +EAPI=3 inherit xfconf DESCRIPTION="a freedesktop.org compliant menu implementation based on GLib and GIO" @@ -24,6 +24,7 @@ DEPEND="${RDEPEND} pkg_setup() { XFCONF="--disable-dependency-tracking --disable-static - $(use_enable debug)" + $(xfconf_use_debug) + --with-html-dir=${EPREFIX}/usr/share/doc/${PF}/html" DOCS="AUTHORS ChangeLog HACKING NEWS README STATUS TODO" } -- cgit v1.2.3-65-gdbad