Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 494926 - media-libs/waffle - add support for multiple ABIs
Summary: media-libs/waffle - add support for multiple ABIs
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Matt Turner
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2013-12-21 06:16 UTC by Kenneth Graunke
Modified: 2013-12-31 23:26 UTC (History)
2 users (show)

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


Attachments
waffle ebuild with multilib support (waffle-1.3.0-r1.ebuild,1.15 KB, text/plain)
2013-12-21 06:16 UTC, Kenneth Graunke
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Kenneth Graunke 2013-12-21 06:16:11 UTC
Created attachment 365808 [details]
waffle ebuild with multilib support

The attached ebuild adds multiarch support to Waffle, which is useful if you want to run IA32 waffle-based programs.
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2013-12-22 17:40:26 UTC
Comment on attachment 365808 [details]
waffle ebuild with multilib support

--- waffle-1.3.0.ebuild 2013-10-12 08:12:29.000000000 +0200
+++ -   2013-12-22 18:40:06.723596572 +0100
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-inherit cmake-utils
+inherit cmake-utils cmake-multilib
 
 DESCRIPTION="Library that allows selection of GL API and of window system at runtime"
 HOMEPAGE="http://people.freedesktop.org/~chadversary/waffle/"
@@ -40,10 +40,5 @@
                $(cmake-utils_use wayland waffle_has_wayland)
        )
 
-       cmake-utils_src_configure
-}
-
-src_test() {
-       cd "${WORKDIR}/${P}_build"
-       emake check
+       cmake-multilib_src_configure
 }
Comment 2 Matt Turner gentoo-dev 2013-12-31 23:10:33 UTC
Thanks, committed as waffle-1.3.0-r1 with some fixes.