diff options
author | Ulrich Müller <ulm@gentoo.org> | 2013-08-09 16:39:39 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2013-08-09 16:39:39 +0200 |
commit | b475d75fc6d3519705812f031e7322d39698c619 (patch) | |
tree | 21ee689241860406de2441e40053c9fbfd05da39 /app-editors/sxemacs | |
parent | Update HOMEPAGE. Merge changes from Portage tree. (diff) | |
download | emacs-b475d75fc6d3519705812f031e7322d39698c619.tar.gz emacs-b475d75fc6d3519705812f031e7322d39698c619.tar.bz2 emacs-b475d75fc6d3519705812f031e7322d39698c619.zip |
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.
Package-Manager: portage-2.1.13.7
Diffstat (limited to 'app-editors/sxemacs')
-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 ) |