diff options
author | 2015-11-17 12:55:53 -0500 | |
---|---|---|
committer | 2015-11-17 12:56:25 -0500 | |
commit | a3757eaa7fe63b8f799758f2f8a83d01c36e07d5 (patch) | |
tree | 5628121fb876f7966af3b113dbac0d9398fdc46c /app-emulation/wine | |
parent | dev-python/coloredlogs: Version Bump (diff) | |
download | gentoo-a3757eaa7fe63b8f799758f2f8a83d01c36e07d5.tar.gz gentoo-a3757eaa7fe63b8f799758f2f8a83d01c36e07d5.tar.bz2 gentoo-a3757eaa7fe63b8f799758f2f8a83d01c36e07d5.zip |
app-emulation/wine: Resolve bug #566036
Package-Manager: portage-2.2.23
Diffstat (limited to 'app-emulation/wine')
-rw-r--r-- | app-emulation/wine/wine-1.7.55.ebuild | 2 | ||||
-rw-r--r-- | app-emulation/wine/wine-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/wine/wine-1.7.55.ebuild b/app-emulation/wine/wine-1.7.55.ebuild index e6a53ea16ee6..74bf02a2c61c 100644 --- a/app-emulation/wine/wine-1.7.55.ebuild +++ b/app-emulation/wine/wine-1.7.55.ebuild @@ -210,7 +210,7 @@ src_unpack() { fi else unpack ${P}.tar.bz2 - use staging || use pulseaudio && unpack "${STAGING_P}.tar.gz" + use staging && unpack "${STAGING_P}.tar.gz" fi unpack "${WINE_GENTOO}.tar.bz2" diff --git a/app-emulation/wine/wine-9999.ebuild b/app-emulation/wine/wine-9999.ebuild index e6a53ea16ee6..74bf02a2c61c 100644 --- a/app-emulation/wine/wine-9999.ebuild +++ b/app-emulation/wine/wine-9999.ebuild @@ -210,7 +210,7 @@ src_unpack() { fi else unpack ${P}.tar.bz2 - use staging || use pulseaudio && unpack "${STAGING_P}.tar.gz" + use staging && unpack "${STAGING_P}.tar.gz" fi unpack "${WINE_GENTOO}.tar.bz2" |