diff options
author | 2004-12-08 01:54:52 +0000 | |
---|---|---|
committer | 2004-12-08 01:54:52 +0000 | |
commit | eacad2cb2fd56edb896cca239ec870b55bbae1a4 (patch) | |
tree | 22efd365f449ed2a5fc947bf6071eb7a05c6c3f4 /sys-libs | |
parent | Version bump #73637 by Alex Handy. (diff) | |
download | historical-eacad2cb2fd56edb896cca239ec870b55bbae1a4.tar.gz historical-eacad2cb2fd56edb896cca239ec870b55bbae1a4.tar.bz2 historical-eacad2cb2fd56edb896cca239ec870b55bbae1a4.zip |
no need for -L$ROOT workaround in ebuild
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/readline/Manifest | 12 | ||||
-rw-r--r-- | sys-libs/readline/readline-5.0-r1.ebuild | 4 |
2 files changed, 13 insertions, 3 deletions
diff --git a/sys-libs/readline/Manifest b/sys-libs/readline/Manifest index 87581698d878..c01555f6a2e6 100644 --- a/sys-libs/readline/Manifest +++ b/sys-libs/readline/Manifest @@ -1,10 +1,20 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + MD5 8fcec7bb18f5ade784804f499392aaa9 ChangeLog 6163 MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164 MD5 9035c99b0bc9d15f2d17273f3041c645 readline-4.3-r5.ebuild 2642 MD5 0bc2f5a9e2a444057779d18e8034e25b readline-4.3-r6.ebuild 3176 -MD5 334277109d36a648fd1d9cc353a242de readline-5.0-r1.ebuild 2407 +MD5 6fe94112d4e5748681107ce4b35df8c5 readline-5.0-r1.ebuild 2391 MD5 cca21eb56279efff8356d028b1b39dd8 files/digest-readline-4.3-r5 348 MD5 cca21eb56279efff8356d028b1b39dd8 files/digest-readline-4.3-r6 348 MD5 9905e333ead392447a670e0f2374651a files/macos.patch 504 MD5 4a3ebcb995491c2730d156b314cbab0b files/bash-3.0-etc-inputrc.patch 1223 MD5 e3ee94eed45baf4ca76736da56d72bad files/digest-readline-5.0-r1 350 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.9.10 (GNU/Linux) + +iD8DBQFBtl79roRuSHgZdywRAj7MAJ9N9yWUnfnsYlTiUiaV2f5ECFDokQCeLxhn +mqNbkTxIR5o/CUzTAf2jFV8= +=+s6l +-----END PGP SIGNATURE----- diff --git a/sys-libs/readline/readline-5.0-r1.ebuild b/sys-libs/readline/readline-5.0-r1.ebuild index 183d364d47bd..bfd1e49b9276 100644 --- a/sys-libs/readline/readline-5.0-r1.ebuild +++ b/sys-libs/readline/readline-5.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/readline/readline-5.0-r1.ebuild,v 1.5 2004/12/07 22:35:59 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/readline/readline-5.0-r1.ebuild,v 1.6 2004/12/08 01:54:52 vapier Exp $ inherit eutils gnuconfig @@ -33,7 +33,7 @@ src_unpack() { epatch ${FILESDIR}/bash-3.0-etc-inputrc.patch # force ncurses linking #71420 - sed -i -e 's:^SHLIB_LIBS=:SHLIB_LIBS="-L${ROOT}/lib -lncurses":' support/shobj-conf || die "sed" + sed -i -e 's:^SHLIB_LIBS=:SHLIB_LIBS=-lncurses:' support/shobj-conf || die "sed" } src_compile() { |