Skip to content

Instantly share code, notes, and snippets.

@tochiz
Created August 18, 2011 00:37
Show Gist options
  • Save tochiz/1153018 to your computer and use it in GitHub Desktop.
Save tochiz/1153018 to your computer and use it in GitHub Desktop.
util-linux want_libuuid ebuild diff (for macosx gentoo prefix testing)
--- util-linux-2.18-r1.ebuild.bak 2011-01-08 23:01:34.000000000 +0900
+++ util-linux-2.18-r1.ebuild 2011-08-18 09:22:46.000000000 +0900
@@ -85,8 +85,8 @@
}
want_libuuid() {
- # bug #350841, currently only not on OS X Snow Leopard
- [[ ${CHOST} != *-darwin10 ]]
+ # bug #350841, currently only not on OS X Snow Leopard & Lion
+ [[ ${CHOST} != *-darwin10 && ${CHOST} != *-darwin11 ]]
}
src_configure() {
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment