summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikael Hallendal <hallski@gentoo.org>2001-06-11 08:11:28 +0000
committerMikael Hallendal <hallski@gentoo.org>2001-06-11 08:11:28 +0000
commit3c6132a8f709960b6c28a40472d2aaee1b1a7aaf (patch)
tree61d5294b814b4701cdfc1ff21738b20ac3e2f8ea /app-arch/gnorpm
parent*** empty log message *** (diff)
downloadgentoo-2-3c6132a8f709960b6c28a40472d2aaee1b1a7aaf.tar.gz
gentoo-2-3c6132a8f709960b6c28a40472d2aaee1b1a7aaf.tar.bz2
gentoo-2-3c6132a8f709960b6c28a40472d2aaee1b1a7aaf.zip
Changed to pmake where make -j 4 worked, if it didn't I added a comment about it
Diffstat (limited to 'app-arch/gnorpm')
-rw-r--r--app-arch/gnorpm/gnorpm-0.95.1-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-arch/gnorpm/gnorpm-0.95.1-r1.ebuild b/app-arch/gnorpm/gnorpm-0.95.1-r1.ebuild
index 90bb5ed913aa..3df4ece91439 100644
--- a/app-arch/gnorpm/gnorpm-0.95.1-r1.ebuild
+++ b/app-arch/gnorpm/gnorpm-0.95.1-r1.ebuild
@@ -21,7 +21,7 @@ RDEPEND="virtual/glibc
src_compile() {
try ./configure --host=${CHOST} --prefix=/opt/gnome --disable-rpmfind
- try make
+ try make # Doesn't work with make -j 4 (hallski)
}
src_install() {