summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Callen <abcd@gentoo.org>2010-10-19 02:32:52 +0000
committerJonathan Callen <abcd@gentoo.org>2010-10-19 02:32:52 +0000
commit8075d8dfdec9adc26aa91a32502c3916aa13c529 (patch)
treee133b30f9b503a8d43e18bb45e5570023a9616d6 /dev-util/schroot
parentStable for HPPA (bug #338341). (diff)
downloadgentoo-2-8075d8dfdec9adc26aa91a32502c3916aa13c529.tar.gz
gentoo-2-8075d8dfdec9adc26aa91a32502c3916aa13c529.tar.bz2
gentoo-2-8075d8dfdec9adc26aa91a32502c3916aa13c529.zip
Fix build with USE=doc (bug 340078)
(Portage version: 2.2_rc86_p7/cvs/Linux i686)
Diffstat (limited to 'dev-util/schroot')
-rw-r--r--dev-util/schroot/ChangeLog5
-rw-r--r--dev-util/schroot/schroot-1.4.14.ebuild6
2 files changed, 9 insertions, 2 deletions
diff --git a/dev-util/schroot/ChangeLog b/dev-util/schroot/ChangeLog
index 913001fec3de..5dc89f4a0fc0 100644
--- a/dev-util/schroot/ChangeLog
+++ b/dev-util/schroot/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/schroot
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/schroot/ChangeLog,v 1.20 2010/10/03 22:06:06 abcd Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/schroot/ChangeLog,v 1.21 2010/10/19 02:32:52 abcd Exp $
+
+ 19 Oct 2010; Jonathan Callen <abcd@gentoo.org> schroot-1.4.14.ebuild:
+ Fix build with USE=doc (bug 340078)
*schroot-1.4.14 (03 Oct 2010)
diff --git a/dev-util/schroot/schroot-1.4.14.ebuild b/dev-util/schroot/schroot-1.4.14.ebuild
index 5f497605b77f..8fc387d881f3 100644
--- a/dev-util/schroot/schroot-1.4.14.ebuild
+++ b/dev-util/schroot/schroot-1.4.14.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/schroot/schroot-1.4.14.ebuild,v 1.1 2010/10/03 22:06:06 abcd Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/schroot/schroot-1.4.14.ebuild,v 1.2 2010/10/19 02:32:52 abcd Exp $
EAPI="3"
WANT_AUTOMAKE="1.11"
@@ -76,6 +76,10 @@ src_configure() {
--with-bash-completion-dir="${EPREFIX}"/usr/share/bash-completion
}
+src_compile() {
+ emake all $(usev doc) || die "emake failed"
+}
+
src_test() {
if [[ $root_tests == yes && $EUID -ne 0 ]]; then
ewarn "Disabling tests because you are no longer root"