summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetteri Räty <betelgeuse@gentoo.org>2008-07-07 16:48:45 +0000
committerPetteri Räty <betelgeuse@gentoo.org>2008-07-07 16:48:45 +0000
commitca65c1f9b5c3d728ba0dd7be700aabc7c1c0393d (patch)
treeca9d89e5752ad1697990b6eb51bde3aefcecee4d /eclass/pax-utils.eclass
parentVersion bump for bug 231062, thanks to Ákos Maróy for reporting. (diff)
downloadgentoo-2-ca65c1f9b5c3d728ba0dd7be700aabc7c1c0393d.tar.gz
gentoo-2-ca65c1f9b5c3d728ba0dd7be700aabc7c1c0393d.tar.bz2
gentoo-2-ca65c1f9b5c3d728ba0dd7be700aabc7c1c0393d.zip
Always put junit to gentoo.classpath when ANT_TASKS has ant-junit. Fixes bug #225981.
Diffstat (limited to 'eclass/pax-utils.eclass')
-rw-r--r--eclass/pax-utils.eclass4
1 files changed, 3 insertions, 1 deletions
diff --git a/eclass/pax-utils.eclass b/eclass/pax-utils.eclass
index 84b60f5def0b..bdbe24f6bbd4 100644
--- a/eclass/pax-utils.eclass
+++ b/eclass/pax-utils.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/pax-utils.eclass,v 1.7 2007/05/07 09:24:16 kevquinn Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/pax-utils.eclass,v 1.8 2008/07/07 16:48:45 betelgeuse Exp $
# Author:
# Kevin F. Quinn <kevquinn@gentoo.org>
@@ -133,6 +133,8 @@ pax-mark() {
_pax_list_files elog "$@"
scanelf -Xxz ${flags} "$@"
elif [[ ${PAX_MARKINGS} != "none" ]]; then
+ elog "No tool to mark executables found. If you want them marked for"
+ elog "PaX kernels please install sys-apps/paxctl."
# Out of options!
failures="$*"
fail=1