Skip to content

Commit

Permalink
dev-util/apitrace: Cleanup, sort, fix DEPENDs
Browse files Browse the repository at this point in the history
- Add sys-libs/zlib slot op
- Drop useless sys-devel/gcc DEPEND, old versions are masked

Package-Manager: Portage-2.3.47, Repoman-2.3.10
  • Loading branch information
a17r committed Aug 18, 2018
1 parent 1a295b8 commit 752e208
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions dev-util/apitrace/apitrace-7.1-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,9 @@ IUSE="+cli egl qt5 system-snappy"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"

RDEPEND="${PYTHON_DEPS}
>=sys-devel/gcc-4.7:*
system-snappy? ( >=app-arch/snappy-1.1.1[${MULTILIB_USEDEP}] )
>=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}]
>=media-libs/mesa-9.1.6[egl?,${MULTILIB_USEDEP}]
media-libs/libpng:0=
media-libs/mesa[egl?,${MULTILIB_USEDEP}]
sys-libs/zlib:=[${MULTILIB_USEDEP}]
sys-process/procps
x11-libs/libX11
egl? (
Expand All @@ -35,7 +33,9 @@ RDEPEND="${PYTHON_DEPS}
dev-qt/qtnetwork:5
dev-qt/qtwebkit:5
dev-qt/qtwidgets:5[-gles2]
)"
)
system-snappy? ( >=app-arch/snappy-1.1.1[${MULTILIB_USEDEP}] )
"
DEPEND="${RDEPEND}"

PATCHES=(
Expand Down

0 comments on commit 752e208

Please sign in to comment.