diff options
Diffstat (limited to 'x11-misc/3ddesktop')
-rw-r--r-- | x11-misc/3ddesktop/3ddesktop-0.2.8.ebuild | 4 | ||||
-rw-r--r-- | x11-misc/3ddesktop/3ddesktop-0.2.9.ebuild | 4 | ||||
-rw-r--r-- | x11-misc/3ddesktop/ChangeLog | 6 |
3 files changed, 9 insertions, 5 deletions
diff --git a/x11-misc/3ddesktop/3ddesktop-0.2.8.ebuild b/x11-misc/3ddesktop/3ddesktop-0.2.8.ebuild index e9c04f790c44..1e990a2d8e2a 100644 --- a/x11-misc/3ddesktop/3ddesktop-0.2.8.ebuild +++ b/x11-misc/3ddesktop/3ddesktop-0.2.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/3ddesktop/3ddesktop-0.2.8.ebuild,v 1.4 2005/07/11 22:53:55 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/3ddesktop/3ddesktop-0.2.8.ebuild,v 1.5 2005/09/03 22:48:07 eradicator Exp $ DESCRIPTION="OpenGL virtual desktop switching" HOMEPAGE="http://desk3d.sourceforge.net/" @@ -12,7 +12,7 @@ IUSE="" DEPEND="virtual/x11 media-libs/imlib2 - x11-base/opengl-update" + virtual/opengl" src_install () { make DESTDIR="${D}" install || die diff --git a/x11-misc/3ddesktop/3ddesktop-0.2.9.ebuild b/x11-misc/3ddesktop/3ddesktop-0.2.9.ebuild index 777e21b60667..d5acce560078 100644 --- a/x11-misc/3ddesktop/3ddesktop-0.2.9.ebuild +++ b/x11-misc/3ddesktop/3ddesktop-0.2.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/3ddesktop/3ddesktop-0.2.9.ebuild,v 1.3 2005/07/27 10:21:35 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/3ddesktop/3ddesktop-0.2.9.ebuild,v 1.4 2005/09/03 22:48:07 eradicator Exp $ DESCRIPTION="OpenGL virtual desktop switching" HOMEPAGE="http://desk3d.sourceforge.net/" @@ -12,7 +12,7 @@ IUSE="" DEPEND="virtual/x11 media-libs/imlib2 - x11-base/opengl-update" + virtual/opengl" src_install () { make DESTDIR="${D}" install || die diff --git a/x11-misc/3ddesktop/ChangeLog b/x11-misc/3ddesktop/ChangeLog index bdb161c9abc0..adc7041fd212 100644 --- a/x11-misc/3ddesktop/ChangeLog +++ b/x11-misc/3ddesktop/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/3ddesktop # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/3ddesktop/ChangeLog,v 1.29 2005/07/27 10:21:35 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/3ddesktop/ChangeLog,v 1.30 2005/09/03 22:48:07 eradicator Exp $ + + 03 Sep 2005; Jeremy Huddleston <eradicator@gentoo.org> + 3ddesktop-0.2.8.ebuild, 3ddesktop-0.2.9.ebuild: + Fixed DEPEND to be virtual/opengl and not opengl-update. 11 Jul 2005; Jonathan Smith <smithj@gentoo.org> -3ddesktop-0.2.7.ebuild: removed broken versions |