diff options
-rw-r--r-- | app-laptop/hdaps-gl/ChangeLog | 8 | ||||
-rw-r--r-- | app-laptop/hdaps-gl/hdaps-gl-0.0.5.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/app-laptop/hdaps-gl/ChangeLog b/app-laptop/hdaps-gl/ChangeLog index 644875d396f7..2a40dc561bf1 100644 --- a/app-laptop/hdaps-gl/ChangeLog +++ b/app-laptop/hdaps-gl/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-laptop/hdaps-gl -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-laptop/hdaps-gl/ChangeLog,v 1.1 2008/09/22 21:08:18 hanno Exp $ +# 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 $ + + 16 Sep 2010; Tomáš Chvátal <scarabeus@gentoo.org> + hdaps-gl-0.0.5.ebuild: + virtual/glu -> virtual/opengl *hdaps-gl-0.0.5 (22 Sep 2008) 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 0e2186ed081b..dd6eb24c13aa 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-2008 Gentoo Foundation +# Copyright 1999-2010 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.1 2008/09/22 21:08:18 hanno Exp $ +# $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 $ inherit eutils @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -DEPEND="virtual/glu" +DEPEND="virtual/opengl" src_unpack() { unpack ${A} |