diff options
author | Michał Górny <mgorny@gentoo.org> | 2015-06-20 20:02:05 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2015-06-20 20:02:05 +0000 |
commit | 486c8d0050d6a13f23c6b6c698b399ec93401c4b (patch) | |
tree | 9f9bbde9fcd82693915ab62151ccb7f6b1c6c420 /xfce-base/libxfce4ui/libxfce4ui-4.12.1-r2.ebuild | |
parent | Restore USE=glade in the older ebuild, removal was accidental. (diff) | |
download | gentoo-2-486c8d0050d6a13f23c6b6c698b399ec93401c4b.tar.gz gentoo-2-486c8d0050d6a13f23c6b6c698b399ec93401c4b.tar.bz2 gentoo-2-486c8d0050d6a13f23c6b6c698b399ec93401c4b.zip |
Fix gtk-doc install location
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'xfce-base/libxfce4ui/libxfce4ui-4.12.1-r2.ebuild')
-rw-r--r-- | xfce-base/libxfce4ui/libxfce4ui-4.12.1-r2.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/xfce-base/libxfce4ui/libxfce4ui-4.12.1-r2.ebuild b/xfce-base/libxfce4ui/libxfce4ui-4.12.1-r2.ebuild index 43393c06e595..9b26d1e69ef9 100644 --- a/xfce-base/libxfce4ui/libxfce4ui-4.12.1-r2.ebuild +++ b/xfce-base/libxfce4ui/libxfce4ui-4.12.1-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4ui/libxfce4ui-4.12.1-r2.ebuild,v 1.1 2015/06/20 19:53:25 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4ui/libxfce4ui-4.12.1-r2.ebuild,v 1.2 2015/06/20 20:02:05 mgorny Exp $ EAPI=5 inherit xfconf @@ -38,7 +38,6 @@ pkg_setup() { # requires deprecated glade:3 (gladeui-1.0), bug #551296 --disable-gladeui --with-vendor-info=Gentoo - --with-html-dir="${EPREFIX}"/usr/share/doc/${PF}/html ) [[ ${CHOST} == *-darwin* ]] && XFCONF+=( --disable-visibility ) #366857 |