diff options
author | Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> | 2018-05-12 01:01:45 +0200 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2018-05-11 17:32:33 -0700 |
commit | 6aa1810b8c733ba05d3e1427a4e904881a05d738 (patch) | |
tree | 9c185aebf119be49beade977b814815c66a9eb92 /media-libs/libsdl | |
parent | gnome-extra/*: Update dependencies (x11-proto/* -> x11-base/xorg-proto). (diff) | |
download | gentoo-6aa1810b8c733ba05d3e1427a4e904881a05d738.tar.gz gentoo-6aa1810b8c733ba05d3e1427a4e904881a05d738.tar.bz2 gentoo-6aa1810b8c733ba05d3e1427a4e904881a05d738.zip |
media-libs/*: Update dependencies (x11-proto/* -> x11-base/xorg-proto).
Diffstat (limited to 'media-libs/libsdl')
-rw-r--r-- | media-libs/libsdl/libsdl-1.2.15-r9.ebuild | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/media-libs/libsdl/libsdl-1.2.15-r9.ebuild b/media-libs/libsdl/libsdl-1.2.15-r9.ebuild index 9adcccf9a4b9..f5679f595b96 100644 --- a/media-libs/libsdl/libsdl-1.2.15-r9.ebuild +++ b/media-libs/libsdl/libsdl-1.2.15-r9.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -39,14 +39,8 @@ RDEPEND=" tslib? ( >=x11-libs/tslib-1.0-r3[${MULTILIB_USEDEP}] ) pulseaudio? ( >=media-sound/pulseaudio-2.1-r1[${MULTILIB_USEDEP}] )" DEPEND="${RDEPEND} - nas? ( - >=x11-proto/xextproto-7.2.1-r1[${MULTILIB_USEDEP}] - >=x11-proto/xproto-7.0.24[${MULTILIB_USEDEP}] - ) - X? ( - >=x11-proto/xextproto-7.2.1-r1[${MULTILIB_USEDEP}] - >=x11-proto/xproto-7.0.24[${MULTILIB_USEDEP}] - ) + nas? ( x11-base/xorg-proto ) + X? ( x11-base/xorg-proto ) x86? ( || ( >=dev-lang/yasm-0.6.0 >=dev-lang/nasm-0.98.39-r3 ) )" S=${WORKDIR}/SDL-${PV} |