diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-07-08 02:04:03 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-07-08 02:04:03 +0000 |
commit | a80605bed1b556ad0ffb4149f1caa622637b53ef (patch) | |
tree | 5c5888f3a82a33dfdd36ebeb52f06b36963080e0 /sys-devel | |
parent | second round of use.local.desc cleanup, removed local flags that are also glo... (diff) | |
download | historical-a80605bed1b556ad0ffb4149f1caa622637b53ef.tar.gz historical-a80605bed1b556ad0ffb4149f1caa622637b53ef.tar.bz2 historical-a80605bed1b556ad0ffb4149f1caa622637b53ef.zip |
make error message more compact
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/crossdev/Manifest | 16 | ||||
-rwxr-xr-x | sys-devel/crossdev/files/crossdev | 7 |
2 files changed, 16 insertions, 7 deletions
diff --git a/sys-devel/crossdev/Manifest b/sys-devel/crossdev/Manifest index 1b3fba19fe06..c4035332e91e 100644 --- a/sys-devel/crossdev/Manifest +++ b/sys-devel/crossdev/Manifest @@ -1,5 +1,15 @@ -MD5 88877e4af6518cd277d420649453a254 ChangeLog 3601 -MD5 cf2801ae15c70c1ba01e38b668a25d4e crossdev-0.9.6.ebuild 561 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + MD5 e91cdaf464f515f3528da02cf06e54a1 metadata.xml 222 -MD5 9c87a4d16fcf3470740166933464fc05 files/crossdev 10510 +MD5 cf2801ae15c70c1ba01e38b668a25d4e crossdev-0.9.6.ebuild 561 +MD5 88877e4af6518cd277d420649453a254 ChangeLog 3601 MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-crossdev-0.9.6 0 +MD5 3abca618ef080860ea22520692fefaa0 files/crossdev 10499 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.1 (GNU/Linux) + +iD8DBQFCzd9MgIKl8Uu19MoRAj4hAJ9cDmE/5xUyaHonmhdQJUHCZNuRpgCfaEcb +UW+RSQilWUYGXUiIqD+vnr8= +=hiVg +-----END PGP SIGNATURE----- diff --git a/sys-devel/crossdev/files/crossdev b/sys-devel/crossdev/files/crossdev index a39087c44d8c..7daf0784d84b 100755 --- a/sys-devel/crossdev/files/crossdev +++ b/sys-devel/crossdev/files/crossdev @@ -1,7 +1,7 @@ #!/bin/bash # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/crossdev/files/crossdev,v 1.23 2005/05/31 23:37:56 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/crossdev/files/crossdev,v 1.24 2005/07/08 02:04:03 vapier Exp $ if [[ ${ROOT:-/} != "/" ]] ; then echo "Sorry, but crossdev does not support ROOT." @@ -226,9 +226,8 @@ fi setup_portage_vars if [[ -z ${PORTDIR_OVERLAY} ]] ; then - eerror "You need to set PORTDIR_OVERLAY in your" - eerror "make.conf. A standard setting is" - eerror "/usr/local/portage" + eerror "You need to set PORTDIR_OVERLAY in your make.conf." + eerror "A standard setting is /usr/local/portage" exit 1 fi |