diff options
author | Jim Ramsay <lack@gentoo.org> | 2012-04-24 20:12:46 +0000 |
---|---|---|
committer | Jim Ramsay <lack@gentoo.org> | 2012-04-24 20:12:46 +0000 |
commit | d73e990717c19f5f70e251857ce8da20b1593c6e (patch) | |
tree | 68667e6d09b72c008d8d453302b1884955791d73 /www-plugins/adobe-flash/metadata.xml | |
parent | Version bump to Thunderbird 12. (diff) | |
download | gentoo-2-d73e990717c19f5f70e251857ce8da20b1593c6e.tar.gz gentoo-2-d73e990717c19f5f70e251857ce8da20b1593c6e.tar.bz2 gentoo-2-d73e990717c19f5f70e251857ce8da20b1593c6e.zip |
On darkside's suggestion, providing a USE flag (IUSE=+sse2check) that can be turned off to allow binpkg users to override this check (or at least reduce its fatality)
(Portage version: 2.1.10.57/cvs/Linux x86_64)
Diffstat (limited to 'www-plugins/adobe-flash/metadata.xml')
-rw-r--r-- | www-plugins/adobe-flash/metadata.xml | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/www-plugins/adobe-flash/metadata.xml b/www-plugins/adobe-flash/metadata.xml index 36a43e10bea0..b6c2d857e1f6 100644 --- a/www-plugins/adobe-flash/metadata.xml +++ b/www-plugins/adobe-flash/metadata.xml @@ -15,8 +15,14 @@ <flag name='vdpau'>Enables VDPAU support to offload video processing (32-bit flash player only)</flag> - <!-- www-plugins/adobe-flash-10.3 has a KDE KCM thingy --> + <!-- www-plugins/adobe-flash-10.3 and later has a KDE KCM thingy --> <flag name='kde'>Enables a KCM plugin for configuring flash player - preferences (32-bit KDE4 only)</flag> + preferences</flag> + + <!-- www-plugins/adobe-flash-11.2 requries SSE2 instructions (Bug #410547) --> + <flag name='sse2check'>This flag, enabled by default, will check for sse2 + support on your cpu and die if not found. If you are remote-building + this package, you can disable this flag but you have been + warned</flag> </use> </pkgmetadata> |