diff options
author | James Le Cuirot <chewi@gentoo.org> | 2016-02-16 21:42:41 +0000 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2016-02-16 21:45:00 +0000 |
commit | d54cf614f652e18f94c555e8c43fa3157d103563 (patch) | |
tree | 36798b2a5450eb9d3e7e06230cc7b4b6427a4f72 | |
parent | dev-ruby/rails: keyword ~x86, bug 569038 (diff) | |
download | gentoo-d54cf614f652e18f94c555e8c43fa3157d103563.tar.gz gentoo-d54cf614f652e18f94c555e8c43fa3157d103563.tar.bz2 gentoo-d54cf614f652e18f94c555e8c43fa3157d103563.zip |
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.
-rw-r--r-- | profiles/arch/x86/use.mask | 1 | ||||
-rw-r--r-- | profiles/base/use.mask | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/profiles/arch/x86/use.mask b/profiles/arch/x86/use.mask index 159d592cf63c..6b71e56ea27a 100644 --- a/profiles/arch/x86/use.mask +++ b/profiles/arch/x86/use.mask @@ -191,7 +191,6 @@ video_cards_newport # Diego Pettenò <flameeyes@gentoo.org> (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 266f2f717ab3..3127dad1461b 100644 --- a/profiles/base/use.mask +++ b/profiles/base/use.mask @@ -272,7 +272,6 @@ coreaudio # Diego Pettenò <flameeyes@gentoo.org> (4 Jan 2007) # Mask the flags for PHP that are available only on x86 -sybase frontbase # Shared with amd64 oci8 |