diff options
author | 2010-09-16 17:05:37 +0000 | |
---|---|---|
committer | 2010-09-16 17:05:37 +0000 | |
commit | f38cdc905e03219c4b231492bce972eed4cfa732 (patch) | |
tree | 372f491525227fd709a6daa63fce8083530a411f /games-util/atlas | |
parent | virtual/glut -> media-libs/glut (diff) | |
download | gentoo-2-f38cdc905e03219c4b231492bce972eed4cfa732.tar.gz gentoo-2-f38cdc905e03219c4b231492bce972eed4cfa732.tar.bz2 gentoo-2-f38cdc905e03219c4b231492bce972eed4cfa732.zip |
virtual/glut -> media-libs/glut
(Portage version: 2.2_rc83/cvs/Linux x86_64)
Diffstat (limited to 'games-util/atlas')
-rw-r--r-- | games-util/atlas/ChangeLog | 6 | ||||
-rw-r--r-- | games-util/atlas/atlas-0.3.1_p20100302.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/games-util/atlas/ChangeLog b/games-util/atlas/ChangeLog index 71de9dbca772..bdc4dd18b5ac 100644 --- a/games-util/atlas/ChangeLog +++ b/games-util/atlas/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-util/atlas # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/atlas/ChangeLog,v 1.20 2010/04/13 14:22:26 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/atlas/ChangeLog,v 1.21 2010/09/16 17:05:37 scarabeus Exp $ + + 16 Sep 2010; Tomáš Chvátal <scarabeus@gentoo.org> + atlas-0.3.1_p20100302.ebuild: + virtual/glut -> media-libs/glut 13 Apr 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> atlas-0.3.1_p20100302.ebuild: diff --git a/games-util/atlas/atlas-0.3.1_p20100302.ebuild b/games-util/atlas/atlas-0.3.1_p20100302.ebuild index 7454e2334233..a0ba7812bd89 100644 --- a/games-util/atlas/atlas-0.3.1_p20100302.ebuild +++ b/games-util/atlas/atlas-0.3.1_p20100302.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/atlas/atlas-0.3.1_p20100302.ebuild,v 1.4 2010/05/10 19:10:42 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/atlas/atlas-0.3.1_p20100302.ebuild,v 1.5 2010/09/16 17:05:37 scarabeus Exp $ EAPI=2 inherit autotools flag-o-matic games @@ -26,7 +26,7 @@ DEPEND="=games-simulation/flightgear-1.9* x11-libs/libXt x11-libs/libXmu virtual/opengl - virtual/glut + media-libs/freeglut net-misc/curl" src_prepare() { |