diff options
author | Ulrich Müller <ulm@gentoo.org> | 2007-11-22 21:57:27 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2007-11-22 21:57:27 +0000 |
commit | 9e90df90e59fabda3c72fc30d0fb6128d2316e0f (patch) | |
tree | 5a06d047ed606081af74563b5e9608ecce42aa67 /app-editors | |
parent | useq -> use (Jakub Moc) (diff) | |
download | gentoo-2-9e90df90e59fabda3c72fc30d0fb6128d2316e0f.tar.gz gentoo-2-9e90df90e59fabda3c72fc30d0fb6128d2316e0f.tar.bz2 gentoo-2-9e90df90e59fabda3c72fc30d0fb6128d2316e0f.zip |
Fix alsa dependency, thanks Flameeyes for pointing this out.
(Portage version: 2.1.3.19)
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/emacs/ChangeLog | 5 | ||||
-rw-r--r-- | app-editors/emacs/emacs-22.1-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-editors/emacs/ChangeLog b/app-editors/emacs/ChangeLog index 5c8aba56cdf3..467a436b1913 100644 --- a/app-editors/emacs/ChangeLog +++ b/app-editors/emacs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/emacs # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/ChangeLog,v 1.207 2007/11/14 15:54:13 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/ChangeLog,v 1.208 2007/11/22 21:57:27 ulm Exp $ + + 22 Nov 2007; Ulrich Mueller <ulm@gentoo.org> emacs-22.1-r2.ebuild: + Fix alsa dependency, thanks Flameeyes for pointing this out. 14 Nov 2007; Brent Baude <ranger@gentoo.org> emacs-21.4-r13.ebuild: Marking emacs-21.4-r13 ppc64 stable for bug 197313 diff --git a/app-editors/emacs/emacs-22.1-r2.ebuild b/app-editors/emacs/emacs-22.1-r2.ebuild index 7201aa6e3134..6de51dd25d76 100644 --- a/app-editors/emacs/emacs-22.1-r2.ebuild +++ b/app-editors/emacs/emacs-22.1-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-22.1-r2.ebuild,v 1.6 2007/11/06 23:14:02 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-22.1-r2.ebuild,v 1.7 2007/11/22 21:57:27 ulm Exp $ WANT_AUTOCONF="2.5" WANT_AUTOMAKE="latest" @@ -25,7 +25,7 @@ RDEPEND="!<app-editors/emacs-cvs-22.1 sys-libs/zlib hesiod? ( net-dns/hesiod ) spell? ( || ( app-text/ispell app-text/aspell ) ) - alsa? ( media-sound/alsa-headers ) + alsa? ( media-libs/alsa-lib ) X? ( $X_DEPEND x11-misc/emacs-desktop |