diff options
author | Hanno Böck <hanno@gentoo.org> | 2011-10-02 20:44:52 +0000 |
---|---|---|
committer | Hanno Böck <hanno@gentoo.org> | 2011-10-02 20:44:52 +0000 |
commit | 860aad5b1ed7de9df4bf65c88766cf23f43ef072 (patch) | |
tree | af4122d71e78ff8dc2d0de5cca5f109dbad53394 /app-laptop | |
parent | Drop DEPRECATED flags, bug #384807; remove old. (diff) | |
download | gentoo-2-860aad5b1ed7de9df4bf65c88766cf23f43ef072.tar.gz gentoo-2-860aad5b1ed7de9df4bf65c88766cf23f43ef072.tar.bz2 gentoo-2-860aad5b1ed7de9df4bf65c88766cf23f43ef072.zip |
hdaps-gl: add freeglut dep.
(Portage version: 2.1.10.20/cvs/Linux x86_64)
Diffstat (limited to 'app-laptop')
-rw-r--r-- | app-laptop/hdaps-gl/ChangeLog | 7 | ||||
-rw-r--r-- | app-laptop/hdaps-gl/hdaps-gl-0.0.5.ebuild | 8 |
2 files changed, 10 insertions, 5 deletions
diff --git a/app-laptop/hdaps-gl/ChangeLog b/app-laptop/hdaps-gl/ChangeLog index 2a40dc561bf1..5ea3e660ca77 100644 --- a/app-laptop/hdaps-gl/ChangeLog +++ b/app-laptop/hdaps-gl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-laptop/hdaps-gl -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-laptop/hdaps-gl/ChangeLog,v 1.2 2010/09/16 18:06:17 scarabeus Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-laptop/hdaps-gl/ChangeLog,v 1.3 2011/10/02 20:44:52 hanno Exp $ + + 02 Oct 2011; Hanno Boeck <hanno@gentoo.org> hdaps-gl-0.0.5.ebuild: + Add freeglut dependency (fix #318539). 16 Sep 2010; Tomáš Chvátal <scarabeus@gentoo.org> hdaps-gl-0.0.5.ebuild: diff --git a/app-laptop/hdaps-gl/hdaps-gl-0.0.5.ebuild b/app-laptop/hdaps-gl/hdaps-gl-0.0.5.ebuild index dd6eb24c13aa..cbb00de3b22e 100644 --- a/app-laptop/hdaps-gl/hdaps-gl-0.0.5.ebuild +++ b/app-laptop/hdaps-gl/hdaps-gl-0.0.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-laptop/hdaps-gl/hdaps-gl-0.0.5.ebuild,v 1.2 2010/09/16 18:06:17 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-laptop/hdaps-gl/hdaps-gl-0.0.5.ebuild,v 1.3 2011/10/02 20:44:52 hanno Exp $ inherit eutils @@ -13,7 +13,9 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -DEPEND="virtual/opengl" +DEPEND="virtual/opengl + media-libs/freeglut" +RDEPEND="${DEPEND}" src_unpack() { unpack ${A} |