diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2012-10-11 15:51:56 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2012-10-11 15:51:56 +0000 |
commit | a4f99e99bdd9fcfec42f8e08beae1ec40d90aac9 (patch) | |
tree | ef47f805872c14fd28973a018cdb0922ec766842 /media-libs/allegro/allegro-5.0.7.ebuild | |
parent | stable ppc64, bug #437602 (diff) | |
download | gentoo-2-a4f99e99bdd9fcfec42f8e08beae1ec40d90aac9.tar.gz gentoo-2-a4f99e99bdd9fcfec42f8e08beae1ec40d90aac9.tar.bz2 gentoo-2-a4f99e99bdd9fcfec42f8e08beae1ec40d90aac9.zip |
add missing virtual/glu dep (bug #437990)
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/allegro/allegro-5.0.7.ebuild')
-rw-r--r-- | media-libs/allegro/allegro-5.0.7.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/media-libs/allegro/allegro-5.0.7.ebuild b/media-libs/allegro/allegro-5.0.7.ebuild index 01238bd13f38..45b796ba3287 100644 --- a/media-libs/allegro/allegro-5.0.7.ebuild +++ b/media-libs/allegro/allegro-5.0.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/allegro/allegro-5.0.7.ebuild,v 1.5 2012/10/11 07:27:44 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/allegro/allegro-5.0.7.ebuild,v 1.6 2012/10/11 15:51:56 mr_bones_ Exp $ EAPI=4 inherit cmake-utils @@ -30,6 +30,7 @@ RDEPEND="alsa? ( media-libs/alsa-lib ) x11-libs/libX11 gtk? ( x11-libs/gtk+:2 ) virtual/opengl + virtual/glu xinerama? ( x11-libs/libXinerama )" DEPEND="${RDEPEND} |