summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2014-06-25 18:18:51 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2014-06-25 18:18:51 +0000
commit1796f8bb99ff342167439b94674a45ec45eb95e1 (patch)
treedcdef2277f5e5f3c9c9677741661a1f754b7be83 /dev-games
parentAdd fix from upstream for json int parsing. (diff)
downloadgentoo-2-1796f8bb99ff342167439b94674a45ec45eb95e1.tar.gz
gentoo-2-1796f8bb99ff342167439b94674a45ec45eb95e1.tar.bz2
gentoo-2-1796f8bb99ff342167439b94674a45ec45eb95e1.zip
add boost dep (bug #514266)
(Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-games')
-rw-r--r--dev-games/vamos/ChangeLog7
-rw-r--r--dev-games/vamos/vamos-0.7.1.ebuild5
2 files changed, 8 insertions, 4 deletions
diff --git a/dev-games/vamos/ChangeLog b/dev-games/vamos/ChangeLog
index df4c09754f4b..2c3f315a3123 100644
--- a/dev-games/vamos/ChangeLog
+++ b/dev-games/vamos/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-games/vamos
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-games/vamos/ChangeLog,v 1.25 2013/03/11 08:55:40 tupone Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-games/vamos/ChangeLog,v 1.26 2014/06/25 18:18:51 mr_bones_ Exp $
+
+ 25 Jun 2014; Michael Sterrett <mr_bones_@gentoo.org> vamos-0.7.1.ebuild:
+ add boost dep (bug #514266)
11 Mar 2013; Alfredo Tupone <tupone@gentoo.org> -vamos-0.7.0.ebuild,
-files/vamos-0.7.0-as-needed.patch:
diff --git a/dev-games/vamos/vamos-0.7.1.ebuild b/dev-games/vamos/vamos-0.7.1.ebuild
index 028ab9da0e5a..2540187bdbc8 100644
--- a/dev-games/vamos/vamos-0.7.1.ebuild
+++ b/dev-games/vamos/vamos-0.7.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-games/vamos/vamos-0.7.1.ebuild,v 1.3 2013/03/10 16:29:40 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-games/vamos/vamos-0.7.1.ebuild,v 1.4 2014/06/25 18:18:51 mr_bones_ Exp $
EAPI=5
inherit eutils
@@ -20,6 +20,7 @@ RDEPEND="virtual/opengl
media-libs/libpng:0
media-libs/libsdl[joystick,video]
media-libs/openal
+ dev-libs/boost
media-libs/freealut"
DEPEND="${RDEPEND}
virtual/pkgconfig"