necrose99 / necromancy-overlay

Necrose99 Gentoo overlay (Caution Mad-Scientists working here) Dev mentorship welcome
GNU General Public License v2.0
5 stars 5 forks source link

veil wine to do's.... #1

Open necrose99 opened 9 years ago

necrose99 commented 9 years ago

https://answers.launchpad.net/ubuntu/+question/8686

setup Sandboxing.....

necrose99 commented 9 years ago
you cannot use $ARCH in SRC_URI because that's a cached (pre-evaluated) var, it's not evaluated each emerge (except the USE conditional) just trying to prune down the ebuild pastebin the ebuild? github its far from done , but SRC_URI=""; for a in amd64 x86; do SRC_URI+=" ${a" https://github.com/necrose99/necromancy-overlay/blob/master/app-emulation/veil-wine/veil-wine.ebuild SRC_URI=""; for a in amd64 x86; do SRC_URI+=" ${a}? ( something ); done" perhaps :P just a set of deps for a wine install ie '~x86? ( veil_wine_setup_x86 )' should be 'x86? ( veil_wine_setup_x86 )'