Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 510646 - app-emulation/wine should make use of recently added native multilib cups and gnutls
Summary: app-emulation/wine should make use of recently added native multilib cups and...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Wine Maintainers
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks: gx86-multilib
  Show dependency tree
 
Reported: 2014-05-18 11:46 UTC by Andreas Sturmlechner
Modified: 2014-05-21 19:40 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
wine-1.7.19-r1.ebuid.diff (wine-1.7.19.ebuild.diff,916 bytes, patch)
2014-05-18 11:46 UTC, Andreas Sturmlechner
Details | Diff
wine-1.7.19-r1.ebuild.diff (wine-1.7.19.ebuild.diff,911 bytes, patch)
2014-05-18 11:48 UTC, Andreas Sturmlechner
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Sturmlechner gentoo-dev 2014-05-18 11:46:48 UTC
Created attachment 377188 [details, diff]
wine-1.7.19-r1.ebuid.diff

see attachment
Comment 1 Andreas Sturmlechner gentoo-dev 2014-05-18 11:48:34 UTC
Created attachment 377190 [details, diff]
wine-1.7.19-r1.ebuild.diff
Comment 2 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2014-05-18 17:19:21 UTC
I'd prefer if we waited till all baselibs parts involved are unmasked, and then replaced the deps with || ( emul-linux[-abi_x86_32] ( foo[abi_x86_32] ... ) ).

The key point is the [-abi_x86_32] on emul-linux that will help portage switch deps once we want to remove emul-linux.
Comment 3 Andreas Sturmlechner gentoo-dev 2014-05-19 16:57:39 UTC
Well, there are plenty of 

bar? ( || (
    app-emulation/emul-...
    foo/bar[abi_x86_32]
) )

deps in wine ebuild at this point, so those above would simply be two more... ;)
Comment 4 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2014-05-21 19:40:48 UTC
+  21 May 2014; Michał Górny <mgorny@gentoo.org> wine-1.7.19-r1.ebuild:
+  Support new multilib-enabled packages as dependencies. Partially bug #510646.

Added gphoto2 & sane-backends as well. This means that -gstplugins and -db are the only emul- packages left unconverted there.