diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2009-11-18 04:24:48 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2009-11-18 04:24:48 +0000 |
commit | c9fb7d3e93406495de2d6f9159304c57573ea7cc (patch) | |
tree | 5f17c6eb26e71cdea7fd26a4f559d2548fc24437 /sys-devel | |
parent | tidy (diff) | |
download | gentoo-2-c9fb7d3e93406495de2d6f9159304c57573ea7cc.tar.gz gentoo-2-c9fb7d3e93406495de2d6f9159304c57573ea7cc.tar.bz2 gentoo-2-c9fb7d3e93406495de2d6f9159304c57573ea7cc.zip |
prelink does not pass tests on arm, and acts weird. /temp/ccChjHpK.s: Assembler messages: /temp/ccChjHpK.s:86: Error: junk at end of line, first unrecognized character is `,' cp: cannot stat `shuffle2': No such file or directory FAIL: shuffle2.sh
(Portage version: 2.2_rc49/cvs/Linux x86_64)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/prelink/ChangeLog | 9 | ||||
-rw-r--r-- | sys-devel/prelink/prelink-20090709.ebuild | 4 |
2 files changed, 10 insertions, 3 deletions
diff --git a/sys-devel/prelink/ChangeLog b/sys-devel/prelink/ChangeLog index 86cb781eee58..c2a4a4b421bd 100644 --- a/sys-devel/prelink/ChangeLog +++ b/sys-devel/prelink/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for sys-devel/prelink # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/prelink/ChangeLog,v 1.65 2009/10/22 00:16:29 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/prelink/ChangeLog,v 1.66 2009/11/18 04:24:48 robbat2 Exp $ + + 18 Nov 2009; Robin H. Johnson <robbat2@gentoo.org> + prelink-20090709.ebuild: + prelink does not pass tests on arm, and acts weird. /temp/ccChjHpK.s: + Assembler messages: /temp/ccChjHpK.s:86: Error: junk at end of line, first + unrecognized character is `,' cp: cannot stat `shuffle2': No such file or + directory FAIL: shuffle2.sh 22 Oct 2009; Mike Frysinger <vapier@gentoo.org> files/prelink.cron: Call ionice in the cron script #289322 by Johannes Buchner. diff --git a/sys-devel/prelink/prelink-20090709.ebuild b/sys-devel/prelink/prelink-20090709.ebuild index 2d5d78c41e43..75c1357b9233 100644 --- a/sys-devel/prelink/prelink-20090709.ebuild +++ b/sys-devel/prelink/prelink-20090709.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/prelink/prelink-20090709.ebuild,v 1.1 2009/08/12 05:50:10 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/prelink/prelink-20090709.ebuild,v 1.2 2009/11/18 04:24:48 robbat2 Exp $ # the tar.bz2 was ripped from this rpm: # http://mirrors.kernel.org/fedora/development/source/SRPMS/prelink-0.4.2-1.fc12.src.rpm @@ -13,7 +13,7 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~s390 ~sparc ~x86" +KEYWORDS="-arm ~alpha ~amd64 ~ppc ~ppc64 ~s390 ~sparc ~x86" IUSE="" DEPEND=">=dev-libs/elfutils-0.100 |