diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-03-30 18:38:43 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-03-30 18:38:43 +0000 |
commit | 844550a9e2a303ebb649927a8cd5ce45112c8b51 (patch) | |
tree | 9caaf1cc4d0c406af4bf82c9f79c8572a3607de9 /games-board/scid | |
parent | Removing old ebuilds... updating libao DEPEND for bug #46067. (diff) | |
download | historical-844550a9e2a303ebb649927a8cd5ce45112c8b51.tar.gz historical-844550a9e2a303ebb649927a8cd5ce45112c8b51.tar.bz2 historical-844550a9e2a303ebb649927a8cd5ce45112c8b51.zip |
buggy makefiles bug #46110
Diffstat (limited to 'games-board/scid')
-rw-r--r-- | games-board/scid/ChangeLog | 7 | ||||
-rw-r--r-- | games-board/scid/Manifest | 6 | ||||
-rw-r--r-- | games-board/scid/scid-3.5.ebuild | 5 |
3 files changed, 11 insertions, 7 deletions
diff --git a/games-board/scid/ChangeLog b/games-board/scid/ChangeLog index 97c8367e9388..40eaecb3d76a 100644 --- a/games-board/scid/ChangeLog +++ b/games-board/scid/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-board/scid -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/scid/ChangeLog,v 1.5 2004/01/05 05:05:37 mr_bones_ Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-board/scid/ChangeLog,v 1.6 2004/03/30 18:38:43 mr_bones_ Exp $ + + 30 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> scid-3.5.ebuild: + buggy makefiles bug #46110 *scid-3.5 (04 Jan 2004) diff --git a/games-board/scid/Manifest b/games-board/scid/Manifest index 80e46a554ae1..d817ba1ddfcb 100644 --- a/games-board/scid/Manifest +++ b/games-board/scid/Manifest @@ -1,4 +1,4 @@ -MD5 ae1c04cdaba8734e37a9267e5e27e808 ChangeLog 885 -MD5 a30c9d4ce8f9629d6d7323eaab258343 metadata.xml 241 -MD5 88b1b10d252787772693a6c7977cbe0c scid-3.5.ebuild 1367 +MD5 818ed65224c401f9c57243091d1ed079 ChangeLog 987 +MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 +MD5 984d392c2ec4975e90d12a1ae17ba87d scid-3.5.ebuild 1401 MD5 5077b69510a8f93737858b5f66a24167 files/digest-scid-3.5 307 diff --git a/games-board/scid/scid-3.5.ebuild b/games-board/scid/scid-3.5.ebuild index df1dbf8b3a96..c92ea34e00c6 100644 --- a/games-board/scid/scid-3.5.ebuild +++ b/games-board/scid/scid-3.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/scid/scid-3.5.ebuild,v 1.1 2004/01/05 05:05:37 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/scid/scid-3.5.ebuild,v 1.2 2004/03/30 18:38:43 mr_bones_ Exp $ inherit games @@ -32,7 +32,8 @@ src_compile() { OPTIMIZE="${CXXFLAGS}" \ TCL_INCLUDE="" - emake || die "emake failed" + # buggy makefiles bug #46110 + emake -j1 || die "emake failed" } src_install() { |