diff options
author | Kevin McCarthy <signals@gentoo.org> | 2011-02-26 16:55:11 +0000 |
---|---|---|
committer | Kevin McCarthy <signals@gentoo.org> | 2011-02-26 16:55:11 +0000 |
commit | 2ee03d2f63c052c654c79898491dad4678426cd9 (patch) | |
tree | 85e64eed35242b9211b09ea6aef90c3cdf80e387 /games-util/atlas | |
parent | alpha/ia64/m68k/s390/sh/sparc stable wrt #355207 (diff) | |
download | gentoo-2-2ee03d2f63c052c654c79898491dad4678426cd9.tar.gz gentoo-2-2ee03d2f63c052c654c79898491dad4678426cd9.tar.bz2 gentoo-2-2ee03d2f63c052c654c79898491dad4678426cd9.zip |
depend virtual/jpeg
(Portage version: 2.2.0_alpha25/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 9e20cc2e2b60..b62734f6d770 100644 --- a/games-util/atlas/ChangeLog +++ b/games-util/atlas/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-util/atlas # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/atlas/ChangeLog,v 1.24 2011/02/26 13:35:50 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/atlas/ChangeLog,v 1.25 2011/02/26 16:55:11 signals Exp $ + + 26 Feb 2011; Kevin McCarthy <signals@gentoo.org> + atlas-0.3.1_p20100302.ebuild: + Updated depends from media-libs/jpeg to virtual/jpeg 26 Feb 2011; Raúl Porcel <armin76@gentoo.org> atlas-0.3.1_p20100302.ebuild, atlas-0.3.1_p20101101.ebuild: diff --git a/games-util/atlas/atlas-0.3.1_p20100302.ebuild b/games-util/atlas/atlas-0.3.1_p20100302.ebuild index e53bf981f510..12e919c77880 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-2011 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.7 2011/02/26 13:35:50 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/atlas/atlas-0.3.1_p20100302.ebuild,v 1.8 2011/02/26 16:55:11 signals Exp $ EAPI=2 inherit autotools flag-o-matic games @@ -17,7 +17,7 @@ IUSE="" # broken, 315409 DEPEND="=games-simulation/flightgear-1.9* media-libs/libpng - media-libs/jpeg:0 + virtual/jpeg x11-libs/libX11 x11-libs/libXext x11-libs/libXi |