# HG changeset patch # User Christopher Rogers # Date 1296865151 0 # Node ID ae783db76c01e5dcb6cae96a8840906f476a871e # Parent 343b99a69999103e90f1d2b508669c4fb3dbc1c7 Add new url to elfutils since the older one is not working anymore. diff -r 343b99a69999 -r ae783db76c01 elfutils/receipt --- a/elfutils/receipt Sat Feb 05 00:18:16 2011 +0000 +++ b/elfutils/receipt Sat Feb 05 00:19:11 2011 +0000 @@ -11,7 +11,8 @@ WEB_SITE="https://fedorahosted.org/elfutils/" # Note : use http mirror because https can't be access at elfutils compilation time # when cooking from scratch. -WGET_URL="http://cvs.fedoraproject.org/repo/pkgs/elfutils/$TARBALL/3dcfb28fa339090a1d29a9e148cce469/$TARBALL" +#WGET_URL="http://cvs.fedoraproject.org/repo/pkgs/elfutils/$TARBALL/3dcfb28fa339090a1d29a9e148cce469/$TARBALL" +WGET_URL="http://gentoo.webm.ru/distfiles/elfutils-0.150.tar.bz2" # Rules to configure and make the package. compile_rules()