summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2009-04-12 23:52:17 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2009-04-12 23:52:17 +0000
commit980b0805a25fc47b1d446970ca706b9bc2aa047a (patch)
tree7bc34de557f56f7518bad61ebf0ce52ef030a084 /x11-misc
parentBump to 0.15.6. Clean up old revisions. Move to split python dependencies. (diff)
downloadgentoo-2-980b0805a25fc47b1d446970ca706b9bc2aa047a.tar.gz
gentoo-2-980b0805a25fc47b1d446970ca706b9bc2aa047a.tar.bz2
gentoo-2-980b0805a25fc47b1d446970ca706b9bc2aa047a.zip
Fix test logic, thanks to ikelos for pointing it out.
(Portage version: 2.2_rc29/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/xdg-utils/ChangeLog6
-rw-r--r--x11-misc/xdg-utils/xdg-utils-1.0.2-r3.ebuild7
2 files changed, 10 insertions, 3 deletions
diff --git a/x11-misc/xdg-utils/ChangeLog b/x11-misc/xdg-utils/ChangeLog
index e82691a6e3f5..c843cdc7d2d3 100644
--- a/x11-misc/xdg-utils/ChangeLog
+++ b/x11-misc/xdg-utils/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-misc/xdg-utils
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdg-utils/ChangeLog,v 1.48 2009/04/12 22:54:12 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdg-utils/ChangeLog,v 1.49 2009/04/12 23:52:17 eva Exp $
+
+ 12 Apr 2009; Gilles Dartiguelongue <eva@gentoo.org>
+ xdg-utils-1.0.2-r3.ebuild:
+ Fix test logic, thanks to ikelos for pointing it out.
*xdg-utils-1.0.2-r3 (12 Apr 2009)
diff --git a/x11-misc/xdg-utils/xdg-utils-1.0.2-r3.ebuild b/x11-misc/xdg-utils/xdg-utils-1.0.2-r3.ebuild
index 5d1f4d0924e3..24d8f4ae1e53 100644
--- a/x11-misc/xdg-utils/xdg-utils-1.0.2-r3.ebuild
+++ b/x11-misc/xdg-utils/xdg-utils-1.0.2-r3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdg-utils/xdg-utils-1.0.2-r3.ebuild,v 1.1 2009/04/12 22:54:12 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdg-utils/xdg-utils-1.0.2-r3.ebuild,v 1.2 2009/04/12 23:52:17 eva Exp $
inherit eutils
@@ -34,7 +34,10 @@ src_install() {
emake DESTDIR="${D}" install || die "emake install failed."
dodoc ChangeLog README RELEASE_NOTES TODO || die "dodoc failed."
newdoc scripts/README README.scripts || die "newdoc failed."
- use doc && dohtml -r scripts/html || die "dohtml failed."
+
+ if use doc; then
+ dohtml -r scripts/html || die "dohtml failed."
+ fi
# Install default XDG_DATA_DIRS, bug #264647
echo 'XDG_DATA_DIRS="/usr/local/share"' > 30xdg-data-local