diff options
author | Ilya Tumaykin <itumaykin@gmail.com> | 2016-01-05 16:00:12 +0300 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2016-01-05 23:09:46 +0800 |
commit | 16e6c57315ee4438f2d858e2a8d26783288f0603 (patch) | |
tree | 6e8f1958ccf94f1d42a4b7d1b923309363aca508 /profiles/arch/alpha | |
parent | net-mail/lbdb: remove nis support (#570726) (diff) | |
download | gentoo-16e6c57315ee4438f2d858e2a8d26783288f0603.tar.gz gentoo-16e6c57315ee4438f2d858e2a8d26783288f0603.tar.bz2 gentoo-16e6c57315ee4438f2d858e2a8d26783288f0603.zip |
profiles: better luajit USE mask for mpv on alpha
Current USE mask:
- contradicts its own comment ('>=' vs '~'),
- refers to outdated set of luajit keywords,
- refers to outdated mpv version that is long gone from tree.
Thus replace it with a proper one.
Diffstat (limited to 'profiles/arch/alpha')
-rw-r--r-- | profiles/arch/alpha/package.use.mask | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/profiles/arch/alpha/package.use.mask b/profiles/arch/alpha/package.use.mask index 3e0de3650dcb..dd23048182a2 100644 --- a/profiles/arch/alpha/package.use.mask +++ b/profiles/arch/alpha/package.use.mask @@ -2,6 +2,11 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ +# Ian Delaney <idella4@gentoo.org> (05 Jan 2016) +# on behalf of Ilya Tumaykin <itumaykin+gentoo@gmail.com> +# dev-lang/luajit lacks alpha keyword. See bug #488318. +media-video/mpv luajit + # Ian Delaney <idella4@gentoo.org> (28 Dec 2015) # dep of testsuite dev-util/cmocka requires keywording for alpha # via Bug 569558, then this can be taken out @@ -186,10 +191,6 @@ net-im/telepathy-connection-managers sipe # template-haskell not yet available dev-haskell/dataenc test -# Tom Wijsman <TomWij@gentoo.org> (16 Oct 2013) -# Mask luajit on ~media-video/mpv-0.2.0 because it only has amd64 x86 keywords. See bug #488318. ->=media-video/mpv-0.2.0 luajit - # Pacho Ramos <pacho@gentoo.org> (20 Jul 2013) # Keywords pending, bug #476710 >=gnome-base/gnome-extra-apps-3.8 games |