diff options
author | Christoph Mende <angelos@gentoo.org> | 2011-03-29 12:42:02 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2011-03-29 12:42:02 +0000 |
commit | fe4a186d744ff3be765e760e9fedcdeb1b383384 (patch) | |
tree | dc56a7b4eb9dd13446855008be063e0413362a19 /media-sound/snd | |
parent | "ios" is now global USE flag. (diff) | |
download | gentoo-2-fe4a186d744ff3be765e760e9fedcdeb1b383384.tar.gz gentoo-2-fe4a186d744ff3be765e760e9fedcdeb1b383384.tar.bz2 gentoo-2-fe4a186d744ff3be765e760e9fedcdeb1b383384.zip |
Fix gtk+ slot deps
(Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
Diffstat (limited to 'media-sound/snd')
-rw-r--r-- | media-sound/snd/ChangeLog | 7 | ||||
-rw-r--r-- | media-sound/snd/snd-9.11.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/media-sound/snd/ChangeLog b/media-sound/snd/ChangeLog index c59a8dd4a7d1..552879ee1113 100644 --- a/media-sound/snd/ChangeLog +++ b/media-sound/snd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/snd -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/snd/ChangeLog,v 1.49 2010/10/10 19:09:30 ulm Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/snd/ChangeLog,v 1.50 2011/03/29 12:42:02 angelos Exp $ + + 29 Mar 2011; Christoph Mende <angelos@gentoo.org> snd-9.11.ebuild: + Fix gtk+ slot deps 10 Oct 2010; Ulrich Mueller <ulm@gentoo.org> snd-9.11.ebuild: Fix openmotif dependency. Change EAPI to 1. diff --git a/media-sound/snd/snd-9.11.ebuild b/media-sound/snd/snd-9.11.ebuild index 98361b597f2f..4760b386b793 100644 --- a/media-sound/snd/snd-9.11.ebuild +++ b/media-sound/snd/snd-9.11.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/snd/snd-9.11.ebuild,v 1.6 2010/10/10 19:09:30 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/snd/snd-9.11.ebuild,v 1.7 2011/03/29 12:42:02 angelos Exp $ EAPI=1 @@ -22,7 +22,7 @@ RDEPEND="media-libs/audiofile fam? ( virtual/fam ) fftw? ( sci-libs/fftw ) gsl? ( >=sci-libs/gsl-0.8 ) - gtk? ( >=x11-libs/gtk+-2 + gtk? ( x11-libs/gtk+:2 opengl? ( x11-libs/gtkglext ) cairo? ( x11-libs/cairo ) ) guile? ( >=dev-scheme/guile-1.3.4 ) |