diff options
author | Trent Begin <trebegin@gmail.com> | 2020-01-30 12:22:53 -0700 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2020-02-04 14:13:44 -0500 |
commit | 17cf8d112e79748a8116d05077aaf84790fe2c0f (patch) | |
tree | 3d1e65909da6804af5885f9bcef6051184e99f55 /profiles | |
parent | games-arcade/orthorobot: replace http with https in SRC_URI and HOMEPAGE urls (diff) | |
download | gentoo-17cf8d112e79748a8116d05077aaf84790fe2c0f.tar.gz gentoo-17cf8d112e79748a8116d05077aaf84790fe2c0f.tar.bz2 gentoo-17cf8d112e79748a8116d05077aaf84790fe2c0f.zip |
sys-block/fio: add python USE flag
Closes: https://bugs.gentoo.org/705694
Signed-off-by: Trent Begin <trebegin@gmail.com>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/arch/amd64/package.use.mask | 2 | ||||
-rw-r--r-- | profiles/arch/base/package.use.mask | 2 | ||||
-rw-r--r-- | profiles/arch/x86/package.use.mask | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask index 301ed55a9fc0..1aa47f01a546 100644 --- a/profiles/arch/amd64/package.use.mask +++ b/profiles/arch/amd64/package.use.mask @@ -23,7 +23,7 @@ app-emulation/aranym -jit # Thomas Deutschmann <whissi@gentoo.org> (2019-11-11) # dev-python/pandas is keyworded for amd64 -sys-block/fio -gnuplot +sys-block/fio -python -gnuplot # Craig Andrews <candrews@gentoo.org> (2019-10-08) # net-misc/quiche is available on this arch diff --git a/profiles/arch/base/package.use.mask b/profiles/arch/base/package.use.mask index 884bf63c8e93..2fb2145ebad1 100644 --- a/profiles/arch/base/package.use.mask +++ b/profiles/arch/base/package.use.mask @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # dev-python/pandas is only keyworded for amd64 & x86 -sys-block/fio gnuplot +sys-block/fio python gnuplot # Craig Andrews <candrews@gentoo.org> (2019-10-08) # net-libs/quiche is not available on all arches diff --git a/profiles/arch/x86/package.use.mask b/profiles/arch/x86/package.use.mask index 01bd5c47796b..fcdb7cb7a8d8 100644 --- a/profiles/arch/x86/package.use.mask +++ b/profiles/arch/x86/package.use.mask @@ -23,7 +23,7 @@ media-video/vlc -libplacebo # Thomas Deutschmann <whissi@gentoo.org> (2019-11-11) # dev-python/pandas is keyworded for x86 -sys-block/fio -gnuplot +sys-block/fio -python -gnuplot # Luke Dashjr <luke-jr+gentoobugs@utopios.org> (2019-09-21) # iasl is stable on x86 |