diff options
-rw-r--r-- | app-editors/sxemacs/ChangeLog | 8 | ||||
-rw-r--r-- | app-editors/sxemacs/sxemacs-22.1.15.ebuild | 4 |
2 files changed, 9 insertions, 3 deletions
diff --git a/app-editors/sxemacs/ChangeLog b/app-editors/sxemacs/ChangeLog index 232aeb4..370f53d 100644 --- a/app-editors/sxemacs/ChangeLog +++ b/app-editors/sxemacs/ChangeLog @@ -1,7 +1,13 @@ # ChangeLog for app-editors/sxemacs -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 09 Aug 2013; Ulrich Müller <ulm@gentoo.org> sxemacs-22.1.15.ebuild: + Non-maintainer commit: Drop dependency on media-sound/alsa-headers because + that package has been masked for removal; also it is not clear why it was + needed as a dependency, in the first place. Depend on media-libs/alsa-lib, + otherwise the configure phase will fail with USE=alsa. + 24 Oct 2012; Ulrich Müller <ulm@gentoo.org> sxemacs-22.1.15.ebuild: Update dependency after package move from x11-libs/openmotif to x11-libs/motif. diff --git a/app-editors/sxemacs/sxemacs-22.1.15.ebuild b/app-editors/sxemacs/sxemacs-22.1.15.ebuild index 9e932f1..f4c7a2f 100644 --- a/app-editors/sxemacs/sxemacs-22.1.15.ebuild +++ b/app-editors/sxemacs/sxemacs-22.1.15.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ @@ -32,7 +32,7 @@ DEPEND="virtual/libc sys-libs/zlib >=media-libs/audiofile-0.2.3 X? ( $X_DEPEND !neXt? ( x11-libs/libXaw ) ) - alsa? ( media-sound/alsa-headers ) + alsa? ( media-libs/alsa-lib ) jack? ( media-sound/jack ) pulseaudio? ( media-sound/pulseaudio ) nas? ( media-libs/nas ) |