summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2011-10-08 11:43:44 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2011-10-08 11:43:44 +0000
commit18d527f3b78d5c5645cbeee20370f810d00b53d8 (patch)
tree57c633510fe648a21ae2cbb356f75d3f0e5d0260 /media-sound
parentAdd a patch to revert to a 3-number versioning system. Fixes pre-1.0 32-bit l... (diff)
downloadgentoo-2-18d527f3b78d5c5645cbeee20370f810d00b53d8.tar.gz
gentoo-2-18d527f3b78d5c5645cbeee20370f810d00b53d8.tar.bz2
gentoo-2-18d527f3b78d5c5645cbeee20370f810d00b53d8.zip
Missing USE="opengl" depend for x11-libs/fltk:1 wrt #385499 by Eric F. GARIOUD
(Portage version: 2.2.0_alpha61/cvs/Linux x86_64)
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/yoshimi/ChangeLog6
-rw-r--r--media-sound/yoshimi/yoshimi-0.060.10.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/media-sound/yoshimi/ChangeLog b/media-sound/yoshimi/ChangeLog
index e082fadb7b90..de95f9aaa4a8 100644
--- a/media-sound/yoshimi/ChangeLog
+++ b/media-sound/yoshimi/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-sound/yoshimi
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/yoshimi/ChangeLog,v 1.5 2011/09/30 08:14:15 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/yoshimi/ChangeLog,v 1.6 2011/10/08 11:43:44 ssuominen Exp $
+
+ 08 Oct 2011; Samuli Suominen <ssuominen@gentoo.org> yoshimi-0.060.10.ebuild:
+ Missing USE="opengl" depend for x11-libs/fltk:1 wrt #385499 by Eric F.
+ GARIOUD
*yoshimi-0.060.10 (30 Sep 2011)
diff --git a/media-sound/yoshimi/yoshimi-0.060.10.ebuild b/media-sound/yoshimi/yoshimi-0.060.10.ebuild
index 14777de3c9c9..0b27f7d8848b 100644
--- a/media-sound/yoshimi/yoshimi-0.060.10.ebuild
+++ b/media-sound/yoshimi/yoshimi-0.060.10.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/yoshimi/yoshimi-0.060.10.ebuild,v 1.1 2011/09/30 08:14:15 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/yoshimi/yoshimi-0.060.10.ebuild,v 1.2 2011/10/08 11:43:44 ssuominen Exp $
EAPI=4
inherit cmake-utils eutils
@@ -17,7 +17,7 @@ IUSE=""
RDEPEND="
sys-libs/zlib
media-libs/fontconfig
- x11-libs/fltk:1
+ x11-libs/fltk:1[opengl]
sci-libs/fftw:3.0
>=dev-libs/mini-xml-2.5
>=media-libs/alsa-lib-1.0.17