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/freeglut | |
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/freeglut')
-rw-r--r-- | media-libs/freeglut/freeglut-2.8.1-r1.ebuild | 5 | ||||
-rw-r--r-- | media-libs/freeglut/freeglut-3.0.0.ebuild | 5 |
2 files changed, 4 insertions, 6 deletions
diff --git a/media-libs/freeglut/freeglut-2.8.1-r1.ebuild b/media-libs/freeglut/freeglut-2.8.1-r1.ebuild index 5999aa059199..e82008028a8d 100644 --- a/media-libs/freeglut/freeglut-2.8.1-r1.ebuild +++ b/media-libs/freeglut/freeglut-2.8.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -22,8 +22,7 @@ RDEPEND=">=virtual/glu-9.0-r1[${MULTILIB_USEDEP}] >=x11-libs/libXxf86vm-1.1.3[${MULTILIB_USEDEP}]" DEPEND="${RDEPEND} virtual/pkgconfig - >=x11-proto/inputproto-2.3[${MULTILIB_USEDEP}] - >=x11-proto/xproto-7.0.24[${MULTILIB_USEDEP}]" + x11-base/xorg-proto" PATCHES=( # Please read the comments in the patch before thinking about dropping it diff --git a/media-libs/freeglut/freeglut-3.0.0.ebuild b/media-libs/freeglut/freeglut-3.0.0.ebuild index e1adbfa5560e..c3ee6fb9dd2b 100644 --- a/media-libs/freeglut/freeglut-3.0.0.ebuild +++ b/media-libs/freeglut/freeglut-3.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -24,8 +24,7 @@ RDEPEND=">=virtual/glu-9.0-r1[${MULTILIB_USEDEP}] # gles? ( media-libs/mesa[gles1,${MULTILIB_USEDEP}] ) DEPEND="${RDEPEND} virtual/pkgconfig - >=x11-proto/inputproto-2.3[${MULTILIB_USEDEP}] - >=x11-proto/xproto-7.0.24[${MULTILIB_USEDEP}]" + x11-base/xorg-proto" HTML_DOCS=( doc/. ) |