diff options
author | Brad Teaford Cowan <bcowan@gentoo.org> | 2005-02-14 23:49:39 +0000 |
---|---|---|
committer | Brad Teaford Cowan <bcowan@gentoo.org> | 2005-02-14 23:49:39 +0000 |
commit | f56385ea4b1c934996ba94a6e07926e92bca4257 (patch) | |
tree | 2de66f977d77b77dfeb267aaf9cea7769e4f917e /xfce-base | |
parent | add gnutls symbols patch (Manifest recommit) (diff) | |
download | gentoo-2-f56385ea4b1c934996ba94a6e07926e92bca4257.tar.gz gentoo-2-f56385ea4b1c934996ba94a6e07926e92bca4257.tar.bz2 gentoo-2-f56385ea4b1c934996ba94a6e07926e92bca4257.zip |
use enable gtk-doc
(Portage version: 2.0.51.16)
Diffstat (limited to 'xfce-base')
-rw-r--r-- | xfce-base/libxfce4util/libxfce4util-4.2.0.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/xfce-base/libxfce4util/libxfce4util-4.2.0.ebuild b/xfce-base/libxfce4util/libxfce4util-4.2.0.ebuild index d441c33310c3..f79a1ac07f26 100644 --- a/xfce-base/libxfce4util/libxfce4util-4.2.0.ebuild +++ b/xfce-base/libxfce4util/libxfce4util-4.2.0.ebuild @@ -1,12 +1,14 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.2.0.ebuild,v 1.7 2005/02/08 23:31:09 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.2.0.ebuild,v 1.8 2005/02/14 23:49:39 bcowan Exp $ DESCRIPTION="Libraries for Xfce 4" LICENSE="LGPL-2" KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~mips ppc ~ppc64 sparc x86" +IUSE="doc" BZIPPED=1 -RDEPEND="dev-util/gtk-doc" +RDEPEND="doc? ( dev-util/gtk-doc )" +XFCE_CONFIG="`use_enable doc gtk-doc`" inherit xfce4 |