diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2012-11-29 07:50:32 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2012-11-29 07:50:32 +0000 |
commit | b52b316f4b9ece302322bd5d8aec4349fe485355 (patch) | |
tree | cbdee329aeee36316a74d18c6821a93c09cab53f /games-action/violetland | |
parent | Bump (diff) | |
download | gentoo-2-b52b316f4b9ece302322bd5d8aec4349fe485355.tar.gz gentoo-2-b52b316f4b9ece302322bd5d8aec4349fe485355.tar.bz2 gentoo-2-b52b316f4b9ece302322bd5d8aec4349fe485355.zip |
add threads use dep for boost (bug #444252)
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-action/violetland')
-rw-r--r-- | games-action/violetland/ChangeLog | 5 | ||||
-rw-r--r-- | games-action/violetland/violetland-0.4.3.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/games-action/violetland/ChangeLog b/games-action/violetland/ChangeLog index ce25a9c35394..380501dc2fc2 100644 --- a/games-action/violetland/ChangeLog +++ b/games-action/violetland/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-action/violetland # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/violetland/ChangeLog,v 1.27 2012/11/26 22:50:54 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/violetland/ChangeLog,v 1.28 2012/11/29 07:50:32 mr_bones_ Exp $ + + 29 Nov 2012; Michael Sterrett <mr_bones_@gentoo.org> violetland-0.4.3.ebuild: + add threads use dep for boost (bug #444252) 26 Nov 2012; Michael Sterrett <mr_bones_@gentoo.org> violetland-0.4.3.ebuild: fix the data install location (bug #444600) diff --git a/games-action/violetland/violetland-0.4.3.ebuild b/games-action/violetland/violetland-0.4.3.ebuild index b0f71ebdffe9..421d1a250990 100644 --- a/games-action/violetland/violetland-0.4.3.ebuild +++ b/games-action/violetland/violetland-0.4.3.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/violetland/violetland-0.4.3.ebuild,v 1.7 2012/11/26 22:50:54 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/violetland/violetland-0.4.3.ebuild,v 1.8 2012/11/29 07:50:32 mr_bones_ Exp $ -EAPI=2 +EAPI=5 inherit eutils multilib toolchain-funcs flag-o-matic cmake-utils games DESCRIPTION="Help a girl by name of Violet to struggle with hordes of monsters." @@ -18,7 +18,7 @@ RDEPEND="media-libs/libsdl[audio,video] media-libs/sdl-image[png] media-libs/sdl-mixer[vorbis] media-libs/sdl-ttf - dev-libs/boost + dev-libs/boost[threads(+)] virtual/opengl virtual/glu" DEPEND="${RDEPEND} |