diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2008-08-26 20:53:25 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2008-08-26 20:53:25 +0000 |
commit | 59bb9367831169dd6f9625e8643a7968437b3741 (patch) | |
tree | 0747fdc09f752ceccfd4397d3f0307e843d9e67b /dev-games | |
parent | remove basiliskII-jit from p.mask, version was removed from portage. bug #232039 (diff) | |
download | gentoo-2-59bb9367831169dd6f9625e8643a7968437b3741.tar.gz gentoo-2-59bb9367831169dd6f9625e8643a7968437b3741.tar.bz2 gentoo-2-59bb9367831169dd6f9625e8643a7968437b3741.zip |
Add missing media-libs/alsa-lib dependency, bug #227509
(Portage version: 2.2_rc8/cvs/Linux 2.6.26.3 x86_64)
Diffstat (limited to 'dev-games')
-rw-r--r-- | dev-games/clanlib/ChangeLog | 5 | ||||
-rw-r--r-- | dev-games/clanlib/clanlib-0.8.1.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/dev-games/clanlib/ChangeLog b/dev-games/clanlib/ChangeLog index 4a3100220dd0..28329eb178c7 100644 --- a/dev-games/clanlib/ChangeLog +++ b/dev-games/clanlib/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-games/clanlib # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-games/clanlib/ChangeLog,v 1.43 2008/06/20 16:07:24 gentoofan23 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-games/clanlib/ChangeLog,v 1.44 2008/08/26 20:53:25 nyhm Exp $ + + 26 Aug 2008; Tristan Heaven <nyhm@gentoo.org> clanlib-0.8.1.ebuild: + Add missing media-libs/alsa-lib dependency, bug #227509 20 Jun 2008; Thomas Anderson (gentoofan23) <gentoofan23@gentoo.org> clanlib-0.7.8-r2.ebuild, clanlib-0.8.1.ebuild: diff --git a/dev-games/clanlib/clanlib-0.8.1.ebuild b/dev-games/clanlib/clanlib-0.8.1.ebuild index 8b88023090da..1aa60b1a66b0 100644 --- a/dev-games/clanlib/clanlib-0.8.1.ebuild +++ b/dev-games/clanlib/clanlib-0.8.1.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/dev-games/clanlib/clanlib-0.8.1.ebuild,v 1.3 2008/06/20 16:07:24 gentoofan23 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-games/clanlib/clanlib-0.8.1.ebuild,v 1.4 2008/08/26 20:53:25 nyhm Exp $ inherit flag-o-matic eutils @@ -26,6 +26,7 @@ RDEPEND="media-libs/libpng x11-libs/libXt x11-libs/libXmu x11-libs/libXxf86vm + media-libs/alsa-lib mikmod? ( media-libs/libmikmod ) vorbis? ( media-libs/libvorbis )" DEPEND="${RDEPEND} |