Created attachment 324108 [details] qupzilla-src_uri-fix.patch It seems that upstream has cleaned up their source tarball filenames a bit (no more spaces!) so the current stable qupzilla cannot fetch its source. It is also not available on any gentoo mirrors, as far as I can tell. Attached is a patch for the current qupzilla-1.3.1.ebuild. Oh, and here's the fetch attempt output: # emerge -f qupzilla Calculating dependencies... done! >>> Fetching (1 of 1) www-client/qupzilla-1.3.1 >>> Downloading 'http://distfiles.gentoo.org/distfiles/QupZilla%201.3.1.tar.gz' --2012-09-17 11:42:16-- http://distfiles.gentoo.org/distfiles/QupZilla%201.3.1.tar.gz Resolving distfiles.gentoo.org... 140.211.166.134, 156.56.247.195, 216.165.129.135, ... Connecting to distfiles.gentoo.org|140.211.166.134|:80... connected. HTTP request sent, awaiting response... 404 Not Found 2012-09-17 11:42:17 ERROR 404: Not Found. >>> Downloading 'https://github.com/downloads/QupZilla/qupzilla/QupZilla%201.3.1.tar.gz' --2012-09-17 11:42:17-- https://github.com/downloads/QupZilla/qupzilla/QupZilla%201.3.1.tar.gz Resolving github.com... 207.97.227.239 Connecting to github.com|207.97.227.239|:443... connected. HTTP request sent, awaiting response... 404 Not Found 2012-09-17 11:42:17 ERROR 404: Not Found. !!! Couldn't download 'QupZilla%201.3.1.tar.gz'. Aborting. * Fetch failed for 'www-client/qupzilla-1.3.1' >>> Failed to emerge www-client/qupzilla-1.3.1
+ 17 Sep 2012; Agostino Sarubbo <ago@gentoo.org> qupzilla-1.3.1.ebuild: + Fix broken SRC_URI and use mirror:// wrt to bug 435346 thanks for the report