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
commit1e75e16299b3e6e51b37ca098d33f3c67a35e467 (patch)
tree17ea6b8a92a5fb0600e709df5187f6656bebdeda /app-arch/gnorpm
parent*** empty log message *** (diff)
downloadhistorical-1e75e16299b3e6e51b37ca098d33f3c67a35e467.tar.gz
historical-1e75e16299b3e6e51b37ca098d33f3c67a35e467.tar.bz2
historical-1e75e16299b3e6e51b37ca098d33f3c67a35e467.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() {