summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2015-01-21 04:59:24 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2015-01-21 04:59:24 +0000
commit160fbbe2e4de89b1115b5873c38f438311cf6872 (patch)
tree47d7290bf3f036b8fc3e6e7b0edda6351dbb857c /games-engines
parentbump, unrestrict test phase, rm old (diff)
downloadgentoo-2-160fbbe2e4de89b1115b5873c38f438311cf6872.tar.gz
gentoo-2-160fbbe2e4de89b1115b5873c38f438311cf6872.tar.bz2
gentoo-2-160fbbe2e4de89b1115b5873c38f438311cf6872.zip
improve sdl-mixer use deps per Azamat H. Hackimov
(Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-engines')
-rw-r--r--games-engines/openxcom/ChangeLog7
-rw-r--r--games-engines/openxcom/openxcom-1.0.0.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/games-engines/openxcom/ChangeLog b/games-engines/openxcom/ChangeLog
index 44794eca66ca..7e6d8a2c60be 100644
--- a/games-engines/openxcom/ChangeLog
+++ b/games-engines/openxcom/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-engines/openxcom
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-engines/openxcom/ChangeLog,v 1.2 2014/06/15 04:12:47 mr_bones_ Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-engines/openxcom/ChangeLog,v 1.3 2015/01/21 04:59:24 mr_bones_ Exp $
+
+ 21 Jan 2015; Michael Sterrett <mr_bones_@gentoo.org> openxcom-1.0.0.ebuild:
+ improve sdl-mixer use deps per Azamat H. Hackimov
15 Jun 2014; Michael Sterrett <mr_bones_@gentoo.org> openxcom-1.0.0.ebuild:
use the github archive instead
diff --git a/games-engines/openxcom/openxcom-1.0.0.ebuild b/games-engines/openxcom/openxcom-1.0.0.ebuild
index 7b40d4d03a10..11c3411d5883 100644
--- a/games-engines/openxcom/openxcom-1.0.0.ebuild
+++ b/games-engines/openxcom/openxcom-1.0.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-engines/openxcom/openxcom-1.0.0.ebuild,v 1.2 2014/06/15 04:12:47 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-engines/openxcom/openxcom-1.0.0.ebuild,v 1.3 2015/01/21 04:59:24 mr_bones_ Exp $
EAPI=5
inherit eutils cmake-utils gnome2-utils games
@@ -18,7 +18,7 @@ RDEPEND=">=dev-cpp/yaml-cpp-0.5.1
media-libs/libsdl[opengl,video]
media-libs/sdl-gfx
media-libs/sdl-image[png]
- media-libs/sdl-mixer"
+ media-libs/sdl-mixer[flac,mikmod,vorbis]"
DEPEND="${RDEPEND}
doc? ( app-doc/doxygen )"