diff options
author | Alexis Ballier <aballier@gentoo.org> | 2011-08-20 08:08:34 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2011-08-20 08:08:34 +0000 |
commit | e3a8b87e1d62ceb68c5cb8a75788f32e311af2fa (patch) | |
tree | 57ade1511971bae48a715d9a598ad9ab8f3e4dc5 /games-strategy/ufo-ai | |
parent | Version bump. (diff) | |
download | gentoo-2-e3a8b87e1d62ceb68c5cb8a75788f32e311af2fa.tar.gz gentoo-2-e3a8b87e1d62ceb68c5cb8a75788f32e311af2fa.tar.bz2 gentoo-2-e3a8b87e1d62ceb68c5cb8a75788f32e311af2fa.zip |
virtual/latex-base provides pdftex, drop useless pdftex dep
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
Diffstat (limited to 'games-strategy/ufo-ai')
-rw-r--r-- | games-strategy/ufo-ai/ChangeLog | 5 | ||||
-rw-r--r-- | games-strategy/ufo-ai/ufo-ai-2.3.1-r1.ebuild | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/games-strategy/ufo-ai/ChangeLog b/games-strategy/ufo-ai/ChangeLog index 645c594f712a..527edbd2dcef 100644 --- a/games-strategy/ufo-ai/ChangeLog +++ b/games-strategy/ufo-ai/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-strategy/ufo-ai # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/ufo-ai/ChangeLog,v 1.34 2011/04/02 17:45:50 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/ufo-ai/ChangeLog,v 1.35 2011/08/20 08:08:34 aballier Exp $ + + 20 Aug 2011; Alexis Ballier <aballier@gentoo.org> ufo-ai-2.3.1-r1.ebuild: + virtual/latex-base provides pdftex, drop useless pdftex dep 02 Apr 2011; Alfredo Tupone <tupone@gentoo.org> ufo-ai-2.3.1-r1.ebuild, +files/ufo-ai-2.3.1-libpng15.patch: diff --git a/games-strategy/ufo-ai/ufo-ai-2.3.1-r1.ebuild b/games-strategy/ufo-ai/ufo-ai-2.3.1-r1.ebuild index 6113bca5de9c..dbff64ada82d 100644 --- a/games-strategy/ufo-ai/ufo-ai-2.3.1-r1.ebuild +++ b/games-strategy/ufo-ai/ufo-ai-2.3.1-r1.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-strategy/ufo-ai/ufo-ai-2.3.1-r1.ebuild,v 1.5 2011/04/02 17:45:50 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/ufo-ai/ufo-ai-2.3.1-r1.ebuild,v 1.6 2011/08/20 08:08:34 aballier Exp $ EAPI=2 inherit eutils flag-o-matic games @@ -47,7 +47,6 @@ RDEPEND="!dedicated? ( DEPEND="${RDEPEND} doc? ( virtual/latex-base - dev-tex/pdftex dev-texlive/texlive-latexextra )" |