summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2010-10-10 19:09:30 +0000
committerUlrich Müller <ulm@gentoo.org>2010-10-10 19:09:30 +0000
commit33135effaab6099efe5db0364f0ca219e0fc042a (patch)
treec3d75d8de81332ca7c25bc323542e50bfa62a491 /media-sound/snd
parentRe-add ~alpha/~ia64/~sparc wrt #340269 (diff)
downloadgentoo-2-33135effaab6099efe5db0364f0ca219e0fc042a.tar.gz
gentoo-2-33135effaab6099efe5db0364f0ca219e0fc042a.tar.bz2
gentoo-2-33135effaab6099efe5db0364f0ca219e0fc042a.zip
Fix openmotif dependency. Change EAPI to 1.
(Portage version: 2.1.9.14/cvs/Linux x86_64)
Diffstat (limited to 'media-sound/snd')
-rw-r--r--media-sound/snd/ChangeLog5
-rw-r--r--media-sound/snd/snd-9.11.ebuild6
2 files changed, 8 insertions, 3 deletions
diff --git a/media-sound/snd/ChangeLog b/media-sound/snd/ChangeLog
index 5d4e1beae8c4..c59a8dd4a7d1 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.48 2010/07/31 10:41:14 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/snd/ChangeLog,v 1.49 2010/10/10 19:09:30 ulm Exp $
+
+ 10 Oct 2010; Ulrich Mueller <ulm@gentoo.org> snd-9.11.ebuild:
+ Fix openmotif dependency. Change EAPI to 1.
31 Jul 2010; Samuli Suominen <ssuominen@gentoo.org> snd-9.11.ebuild:
Change virtual/ruby to dev-lang/ruby wrt #265054.
diff --git a/media-sound/snd/snd-9.11.ebuild b/media-sound/snd/snd-9.11.ebuild
index b89016928844..98361b597f2f 100644
--- a/media-sound/snd/snd-9.11.ebuild
+++ b/media-sound/snd/snd-9.11.ebuild
@@ -1,6 +1,8 @@
# Copyright 1999-2010 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.5 2010/07/31 10:41:14 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/snd/snd-9.11.ebuild,v 1.6 2010/10/10 19:09:30 ulm Exp $
+
+EAPI=1
inherit multilib eutils versionator
@@ -14,7 +16,7 @@ KEYWORDS="amd64 ppc x86 ~x86-interix ~amd64-linux ~x86-linux"
IUSE="alsa cairo esd fam fftw gsl gtk guile jack ladspa motif nls opengl oss ruby xpm"
RDEPEND="media-libs/audiofile
- motif? ( x11-libs/openmotif )
+ motif? ( >=x11-libs/openmotif-2.3:0 )
alsa? ( media-libs/alsa-lib )
esd? ( media-sound/esound )
fam? ( virtual/fam )