summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2010-03-31 12:11:09 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2010-03-31 12:11:09 +0000
commit5226973656be281d906252a95b5dbac6b6125359 (patch)
tree2a190f52bbdf56a865cd5d99eb4e0d1c1a872872 /xfce-base
parentFix HTML documentation directory. (diff)
downloadgentoo-2-5226973656be281d906252a95b5dbac6b6125359.tar.gz
gentoo-2-5226973656be281d906252a95b5dbac6b6125359.tar.bz2
gentoo-2-5226973656be281d906252a95b5dbac6b6125359.zip
Fix HTML documentation directory.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'xfce-base')
-rw-r--r--xfce-base/libxfce4util/ChangeLog6
-rw-r--r--xfce-base/libxfce4util/libxfce4util-4.7.1.ebuild7
2 files changed, 9 insertions, 4 deletions
diff --git a/xfce-base/libxfce4util/ChangeLog b/xfce-base/libxfce4util/ChangeLog
index 89fb88cedb3f..11bda0c4e07b 100644
--- a/xfce-base/libxfce4util/ChangeLog
+++ b/xfce-base/libxfce4util/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for xfce-base/libxfce4util
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/ChangeLog,v 1.135 2010/01/04 20:00:01 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/ChangeLog,v 1.136 2010/03/31 12:11:09 ssuominen Exp $
+
+ 31 Mar 2010; Samuli Suominen <ssuominen@gentoo.org>
+ libxfce4util-4.7.1.ebuild:
+ Fix HTML documentation directory.
04 Jan 2010; Samuli Suominen <ssuominen@gentoo.org>
libxfce4util-4.7.1.ebuild:
diff --git a/xfce-base/libxfce4util/libxfce4util-4.7.1.ebuild b/xfce-base/libxfce4util/libxfce4util-4.7.1.ebuild
index 0223733c5ecc..4514f019229b 100644
--- a/xfce-base/libxfce4util/libxfce4util-4.7.1.ebuild
+++ b/xfce-base/libxfce4util/libxfce4util-4.7.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/libxfce4util/libxfce4util-4.7.1.ebuild,v 1.2 2010/01/04 20:00:01 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.7.1.ebuild,v 1.3 2010/03/31 12:11:09 ssuominen Exp $
-EAPI=2
+EAPI=3
inherit xfconf
DESCRIPTION="Basic utility library for Xfce4"
@@ -23,6 +23,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 NEWS README THANKS TODO"
}