diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-12-06 21:14:26 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-12-06 21:14:26 +0000 |
commit | 8a11c2e1b638b65bd265927d9757be24434b4122 (patch) | |
tree | 4cd57ff17f01626ebba649d15fb037d3f65b0eb8 /games-util | |
parent | Remove old virtual/x11 dependency. (diff) | |
download | gentoo-2-8a11c2e1b638b65bd265927d9757be24434b4122.tar.gz gentoo-2-8a11c2e1b638b65bd265927d9757be24434b4122.tar.bz2 gentoo-2-8a11c2e1b638b65bd265927d9757be24434b4122.zip |
Remove old virtual/x11 dependency.
(Portage version: 2.1.2_rc2-r2)
Diffstat (limited to 'games-util')
-rw-r--r-- | games-util/atlas/ChangeLog | 5 | ||||
-rw-r--r-- | games-util/atlas/atlas-0.3.0.ebuild | 11 |
2 files changed, 7 insertions, 9 deletions
diff --git a/games-util/atlas/ChangeLog b/games-util/atlas/ChangeLog index 92aff312adcf..e84f0457dc44 100644 --- a/games-util/atlas/ChangeLog +++ b/games-util/atlas/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-util/atlas # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/atlas/ChangeLog,v 1.10 2006/03/25 01:13:00 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/atlas/ChangeLog,v 1.11 2006/12/06 21:14:26 wolf31o2 Exp $ + + 06 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org> atlas-0.3.0.ebuild: + Remove old virtual/x11 dependency. 25 Mar 2006; <Tupone@gentoo.org> atlas-0.3.0.ebuild: New arch ~amd64, bug #126307 by Bernard Cafarelli diff --git a/games-util/atlas/atlas-0.3.0.ebuild b/games-util/atlas/atlas-0.3.0.ebuild index 711bc862210f..7ad30c63eea3 100644 --- a/games-util/atlas/atlas-0.3.0.ebuild +++ b/games-util/atlas/atlas-0.3.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/atlas/atlas-0.3.0.ebuild,v 1.2 2006/03/25 01:13:01 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/atlas/atlas-0.3.0.ebuild,v 1.3 2006/12/06 21:14:26 wolf31o2 Exp $ inherit eutils games @@ -17,13 +17,8 @@ IUSE="" DEPEND=">=games-simulation/flightgear-0.9.4 >=media-libs/libpng-1.2.5 media-libs/jpeg - || ( - ( - x11-libs/libXi - x11-libs/libXmu - ) - virtual/x11 - )" + x11-libs/libXi + x11-libs/libXmu" S=${WORKDIR}/${MY_P} |