Proposed minor update to apicheck
Alistair John Bush <[email protected]>
| Newsgroups | gmane.linux.gentoo.java |
|---|---|
| Message-ID | <[email protected]> |
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
As you can tell, this is a very minor patch
svn diff apicheck
Index: apicheck
===================================================================
- --- apicheck (revision 4606)
+++ apicheck (working copy)
@@ -95,7 +95,7 @@
category=$(basename $(dirname $(dirname $(readlink -f ${oldebuild}))))
portagetmp="$(portageq envvar PORTAGE_TMPDIR || end
1)/portage/${category}/"
- -ebuild "${oldebuild}" install || end 1
+USE="-doc" ebuild "${oldebuild}" install || end 1
pkgtmp="$(getpkgtemp ${oldebuild})"
[[ "${DEBUG}" ]] && echo ${pkgtmp}
@@ -110,7 +110,7 @@
if [[ ${newarg} = *ebuild ]]; then
newebuild="${newarg}"
- - ebuild "${newebuild}" install || end 1
+ USE="-doc" ebuild "${newebuild}" install || end 1
pkgtmp="$(getpkgtemp ${newebuild})"
newjars="$(getjars ${pkgtmp})"
debug && echo $pkgtmp
What do ppl think?
- --
Alistair John Bush
Developer Gentoo Java
OpenPGP key 0x4900CFB7
www.gentoo.org
www.gentoo.org/proj/en/java
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.4 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFGRZ2sRJGZcUkAz7cRAlFaAKCMSJWB837UwHXGs/BqaqteXmNRgwCfWJ87
dH7c402YYxYbBOaBFVv/GE8=
=EkdX
-----END PGP SIGNATURE-----
--
[email protected] mailing list