commit: 9ff0303f79a05939ead581c0674d0b3c57b057b4 Author: David Seifert <soap <AT> gentoo <DOT> org> AuthorDate: Thu Apr 20 16:31:13 2017 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Thu Apr 20 16:41:05 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ff0303f
sys-block/fio: [QA] Add missing python metadata variables Package-Manager: Portage-2.3.5, Repoman-2.3.2 sys-block/fio/fio-2.15.ebuild | 1 + sys-block/fio/fio-2.16.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/sys-block/fio/fio-2.15.ebuild b/sys-block/fio/fio-2.15.ebuild index 8080c1b7e60..a599db324b6 100644 --- a/sys-block/fio/fio-2.15.ebuild +++ b/sys-block/fio/fio-2.15.ebuild @@ -18,6 +18,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 arm ia64 ppc ppc64 x86" IUSE="aio glusterfs gnuplot gtk numa rbd rdma static zlib" +REQUIRED_USE="gnuplot? ( ${PYTHON_REQUIRED_USE} )" # GTK+:2 does not offer static libaries. LIB_DEPEND="aio? ( dev-libs/libaio[static-libs(+)] ) diff --git a/sys-block/fio/fio-2.16.ebuild b/sys-block/fio/fio-2.16.ebuild index 64a01dc145f..9512a0ba135 100644 --- a/sys-block/fio/fio-2.16.ebuild +++ b/sys-block/fio/fio-2.16.ebuild @@ -18,6 +18,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86" IUSE="aio glusterfs gnuplot gtk numa rbd rdma static zlib" +REQUIRED_USE="gnuplot? ( ${PYTHON_REQUIRED_USE} )" # GTK+:2 does not offer static libaries. LIB_DEPEND="aio? ( dev-libs/libaio[static-libs(+)] )