commit: d54cf614f652e18f94c555e8c43fa3157d103563 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org> AuthorDate: Tue Feb 16 21:42:41 2016 +0000 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org> CommitDate: Tue Feb 16 21:45:00 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d54cf614
profiles: Remove pointless global sybase USE mask This should have been applied specifically to dev-lang/php but that doesn't even use sybase any more, it uses sybase-ct, which doesn't need to be masked. profiles/arch/x86/use.mask | 1 - profiles/base/use.mask | 1 - 2 files changed, 2 deletions(-) diff --git a/profiles/arch/x86/use.mask b/profiles/arch/x86/use.mask index 159d592..6b71e56 100644 --- a/profiles/arch/x86/use.mask +++ b/profiles/arch/x86/use.mask @@ -191,7 +191,6 @@ video_cards_newport # Diego Pettenò <[email protected]> (4 Jan 2007) # Unmask the flags for PHP that are available only on x86 --sybase -frontbase # Shared with amd64 -oci8 diff --git a/profiles/base/use.mask b/profiles/base/use.mask index 266f2f7..3127dad 100644 --- a/profiles/base/use.mask +++ b/profiles/base/use.mask @@ -272,7 +272,6 @@ coreaudio # Diego Pettenò <[email protected]> (4 Jan 2007) # Mask the flags for PHP that are available only on x86 -sybase frontbase # Shared with amd64 oci8
