summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2008-03-22 11:45:05 +0000
committerAlexis Ballier <aballier@gentoo.org>2008-03-22 11:45:05 +0000
commita30116528204dc81a84aefb6e1b767e1300efc4e (patch)
tree439d8c9caf18d7f9301b1150c0508c6271c3651d /media-sound/lash
parentStable on ppc wrt bug 214130 (diff)
downloadgentoo-2-a30116528204dc81a84aefb6e1b767e1300efc4e.tar.gz
gentoo-2-a30116528204dc81a84aefb6e1b767e1300efc4e.tar.bz2
gentoo-2-a30116528204dc81a84aefb6e1b767e1300efc4e.zip
add missing swig dep when building pylash
(Portage version: 2.1.4.4)
Diffstat (limited to 'media-sound/lash')
-rw-r--r--media-sound/lash/ChangeLog5
-rw-r--r--media-sound/lash/lash-0.5.4.ebuild5
2 files changed, 7 insertions, 3 deletions
diff --git a/media-sound/lash/ChangeLog b/media-sound/lash/ChangeLog
index f3e7d5b9f80d..6723710bc18d 100644
--- a/media-sound/lash/ChangeLog
+++ b/media-sound/lash/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-sound/lash
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/lash/ChangeLog,v 1.17 2008/01/29 08:43:37 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/lash/ChangeLog,v 1.18 2008/03/22 11:45:05 aballier Exp $
+
+ 22 Mar 2008; Alexis Ballier <aballier@gentoo.org> lash-0.5.4.ebuild:
+ add missing swig dep when building pylash
29 Jan 2008; Markus Rothe <corsair@gentoo.org> lash-0.5.4.ebuild:
Stable on ppc64; bug #199751
diff --git a/media-sound/lash/lash-0.5.4.ebuild b/media-sound/lash/lash-0.5.4.ebuild
index 541ae818e671..ac4697e5338e 100644
--- a/media-sound/lash/lash-0.5.4.ebuild
+++ b/media-sound/lash/lash-0.5.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/lash/lash-0.5.4.ebuild,v 1.3 2008/01/29 08:43:37 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/lash/lash-0.5.4.ebuild,v 1.4 2008/03/22 11:45:05 aballier Exp $
inherit eutils libtool
@@ -20,7 +20,8 @@ RDEPEND="alsa? ( media-libs/alsa-lib )
python? ( dev-lang/python )
|| ( sys-libs/readline sys-libs/libedit )"
DEPEND="${RDEPEND}
- dev-util/pkgconfig"
+ dev-util/pkgconfig
+ python? ( >=dev-lang/swig-1.3.31 )"
pkg_setup() {
if use alsa && ! built_with_use --missing true media-libs/alsa-lib midi; then