diff options
author | Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> | 2018-05-12 01:23:39 +0200 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2018-05-11 17:32:35 -0700 |
commit | f6e5e53ed96a8fc4f4fc6887170d2f66e9ceeb31 (patch) | |
tree | 86dd52cc761becba4cde49a88f8cccf76571e410 /media-sound/synaesthesia | |
parent | media-plugins/*: Update dependencies (x11-proto/* -> x11-base/xorg-proto). (diff) | |
download | gentoo-f6e5e53ed96a8fc4f4fc6887170d2f66e9ceeb31.tar.gz gentoo-f6e5e53ed96a8fc4f4fc6887170d2f66e9ceeb31.tar.bz2 gentoo-f6e5e53ed96a8fc4f4fc6887170d2f66e9ceeb31.zip |
media-sound/*: Update dependencies (x11-proto/* -> x11-base/xorg-proto).
Diffstat (limited to 'media-sound/synaesthesia')
-rw-r--r-- | media-sound/synaesthesia/synaesthesia-2.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/synaesthesia/synaesthesia-2.4.ebuild b/media-sound/synaesthesia/synaesthesia-2.4.ebuild index d5c52c114d11..ade33b06d5b9 100644 --- a/media-sound/synaesthesia/synaesthesia-2.4.ebuild +++ b/media-sound/synaesthesia/synaesthesia-2.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=2 @@ -17,7 +17,7 @@ RDEPEND="x11-libs/libXext sdl? ( >=media-libs/libsdl-1.2 ) svga? ( >=media-libs/svgalib-1.4.3 )" DEPEND="${RDEPEND} - x11-proto/xextproto" + x11-base/xorg-proto" src_prepare() { sed -e '/CFLAGS=/s:-O4:${CFLAGS}:' \ |