diff options
author | 2008-06-03 02:19:01 +0000 | |
---|---|---|
committer | 2008-06-03 02:19:01 +0000 | |
commit | 16742a136f544dc2dd1466df3918fbec60d61b57 (patch) | |
tree | 9cd7b3f81cae3f22599b37f15d191a1de04a2e6f /media-sound/lash | |
parent | remove reference to app-admin/eselect-compiler which has been removed (diff) | |
download | gentoo-2-16742a136f544dc2dd1466df3918fbec60d61b57.tar.gz gentoo-2-16742a136f544dc2dd1466df3918fbec60d61b57.tar.bz2 gentoo-2-16742a136f544dc2dd1466df3918fbec60d61b57.zip |
fix libedit typo
(Portage version: 2.1.4.4)
Diffstat (limited to 'media-sound/lash')
-rw-r--r-- | media-sound/lash/ChangeLog | 5 | ||||
-rw-r--r-- | media-sound/lash/lash-0.5.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-sound/lash/ChangeLog b/media-sound/lash/ChangeLog index 6723710bc18d..cc78568a4836 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.18 2008/03/22 11:45:05 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/lash/ChangeLog,v 1.19 2008/06/03 02:19:01 mr_bones_ Exp $ + + 03 Jun 2008; Michael Sterrett <mr_bones_@gentoo.org> lash-0.5.4.ebuild: + fix libedit typo 22 Mar 2008; Alexis Ballier <aballier@gentoo.org> lash-0.5.4.ebuild: add missing swig dep when building pylash diff --git a/media-sound/lash/lash-0.5.4.ebuild b/media-sound/lash/lash-0.5.4.ebuild index ac4697e5338e..5c614c08f34e 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.4 2008/03/22 11:45:05 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/lash/lash-0.5.4.ebuild,v 1.5 2008/06/03 02:19:01 mr_bones_ Exp $ inherit eutils libtool @@ -18,7 +18,7 @@ RDEPEND="alsa? ( media-libs/alsa-lib ) dev-libs/libxml2 gtk? ( >=x11-libs/gtk+-2.0 ) python? ( dev-lang/python ) - || ( sys-libs/readline sys-libs/libedit )" + || ( sys-libs/readline dev-libs/libedit )" DEPEND="${RDEPEND} dev-util/pkgconfig python? ( >=dev-lang/swig-1.3.31 )" |