diff options
author | Christoph Mende <angelos@gentoo.org> | 2011-03-29 12:44:01 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2011-03-29 12:44:01 +0000 |
commit | 6fd0699154ceb4fb0ecef6738bdc81313fcadc69 (patch) | |
tree | 2de2084b577010675404395d81a09503f10cfb3e /media-sound/snd | |
parent | Fix compability with uClibc wrt #336123 by Erasmo Zubillaga. (diff) | |
download | historical-6fd0699154ceb4fb0ecef6738bdc81313fcadc69.tar.gz historical-6fd0699154ceb4fb0ecef6738bdc81313fcadc69.tar.bz2 historical-6fd0699154ceb4fb0ecef6738bdc81313fcadc69.zip |
Fix gtk+ slot deps
Package-Manager: portage-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 ) |