summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>2018-04-30 21:58:57 +0200
committerMatt Turner <mattst88@gentoo.org>2018-04-30 13:50:14 -0700
commitb8a089284c84a508eb59ccd64c8267156fcc7ab3 (patch)
tree5c7155b8e625a817f0ec7375f759b2e3fd8f0f90 /media-gfx/gifsicle
parentdev-lang/*: Update dependencies (x11-proto/* -> x11-base/xorg-proto). (diff)
downloadgentoo-b8a089284c84a508eb59ccd64c8267156fcc7ab3.tar.gz
gentoo-b8a089284c84a508eb59ccd64c8267156fcc7ab3.tar.bz2
gentoo-b8a089284c84a508eb59ccd64c8267156fcc7ab3.zip
media-gfx/*: Update dependencies (x11-proto/* -> x11-base/xorg-proto).
Diffstat (limited to 'media-gfx/gifsicle')
-rw-r--r--media-gfx/gifsicle/gifsicle-1.86.ebuild4
-rw-r--r--media-gfx/gifsicle/gifsicle-1.90.ebuild2
2 files changed, 3 insertions, 3 deletions
diff --git a/media-gfx/gifsicle/gifsicle-1.86.ebuild b/media-gfx/gifsicle/gifsicle-1.86.ebuild
index 5d14f6a42a12..4ce9c26ea623 100644
--- a/media-gfx/gifsicle/gifsicle-1.86.ebuild
+++ b/media-gfx/gifsicle/gifsicle-1.86.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
@@ -14,7 +14,7 @@ IUSE="X"
RDEPEND="X? ( x11-libs/libX11 x11-libs/libXt )"
DEPEND="${RDEPEND}
- X? ( x11-proto/xproto )"
+ X? ( x11-base/xorg-proto )"
src_configure() {
local myconf
diff --git a/media-gfx/gifsicle/gifsicle-1.90.ebuild b/media-gfx/gifsicle/gifsicle-1.90.ebuild
index 1120482889a9..9cb9ee7fd17a 100644
--- a/media-gfx/gifsicle/gifsicle-1.90.ebuild
+++ b/media-gfx/gifsicle/gifsicle-1.90.ebuild
@@ -14,7 +14,7 @@ IUSE="X"
RDEPEND="X? ( x11-libs/libX11 x11-libs/libXt )"
DEPEND="${RDEPEND}
- X? ( x11-proto/xproto )"
+ X? ( x11-base/xorg-proto )"
src_configure() {
econf $(usex X "" "--disable-gifview")