Summary: | opera-7.23-r1 never downloads or installs static versions | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Jason Wever (RETIRED) <weeve> |
Component: | Current packages | Assignee: | Heinrich Wendel (RETIRED) <lanius> |
Status: | RESOLVED CANTFIX | ||
Severity: | normal | CC: | asl |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | All | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Jason Wever (RETIRED)
![]() you have to set use=static before emerge rsync, this is currently broken due a bug in portage which will be fixed in 2.0.50-r2 It just happens that the use is badly used: citron:/usr/portage/net-www/opera$ grep use opera-7.23-r1.ebuild if [ `use static` ]; then if [ "`use operanom2`" ]; then the static use is missing the "" ... And it works fine when you add them. |