diff options
author | Alexis Ballier <aballier@gentoo.org> | 2011-08-20 08:10:27 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2011-08-20 08:10:27 +0000 |
commit | 19001c0ec27807ebcc12c9ffacf073c3814e5e90 (patch) | |
tree | f6821e88c22f3d2cdb25b1ebdd4a12711239e538 | |
parent | virtual/latex-base provides pdftex, drop useless pdftex dep (diff) | |
download | gentoo-2-19001c0ec27807ebcc12c9ffacf073c3814e5e90.tar.gz gentoo-2-19001c0ec27807ebcc12c9ffacf073c3814e5e90.tar.bz2 gentoo-2-19001c0ec27807ebcc12c9ffacf073c3814e5e90.zip |
virtual/latex-base provides pdftex and thats what should be used as the dev-tex/pdftex package alone wont work
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
-rw-r--r-- | x11-libs/libvdpau/ChangeLog | 7 | ||||
-rw-r--r-- | x11-libs/libvdpau/libvdpau-0.4.1.ebuild | 4 | ||||
-rw-r--r-- | x11-libs/libvdpau/libvdpau-0.4.ebuild | 6 |
3 files changed, 11 insertions, 6 deletions
diff --git a/x11-libs/libvdpau/ChangeLog b/x11-libs/libvdpau/ChangeLog index 9b4ec3d3fdff..508efc866d57 100644 --- a/x11-libs/libvdpau/ChangeLog +++ b/x11-libs/libvdpau/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-libs/libvdpau # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libvdpau/ChangeLog,v 1.16 2011/02/11 18:47:53 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libvdpau/ChangeLog,v 1.17 2011/08/20 08:10:27 aballier Exp $ + + 20 Aug 2011; Alexis Ballier <aballier@gentoo.org> libvdpau-0.4.ebuild, + libvdpau-0.4.1.ebuild: + virtual/latex-base provides pdftex and thats what should be used as the + dev-tex/pdftex package alone wont work 11 Feb 2011; Markos Chandras <hwoarang@gentoo.org> libvdpau-0.4.1.ebuild: Stable on amd64 wrt bug #354161 diff --git a/x11-libs/libvdpau/libvdpau-0.4.1.ebuild b/x11-libs/libvdpau/libvdpau-0.4.1.ebuild index ab95b0455039..2db58e5b94ba 100644 --- a/x11-libs/libvdpau/libvdpau-0.4.1.ebuild +++ b/x11-libs/libvdpau/libvdpau-0.4.1.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/x11-libs/libvdpau/libvdpau-0.4.1.ebuild,v 1.4 2011/02/11 18:47:53 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libvdpau/libvdpau-0.4.1.ebuild,v 1.5 2011/08/20 08:10:27 aballier Exp $ EAPI=2 inherit multilib @@ -29,7 +29,7 @@ DEPEND="${RDEPEND} >=x11-proto/dri2proto-2.2 doc? ( app-doc/doxygen media-gfx/graphviz - dev-tex/pdftex )" + virtual/latex-base )" src_configure() { econf \ diff --git a/x11-libs/libvdpau/libvdpau-0.4.ebuild b/x11-libs/libvdpau/libvdpau-0.4.ebuild index 8fb4ba52c3bf..931665a09143 100644 --- a/x11-libs/libvdpau/libvdpau-0.4.ebuild +++ b/x11-libs/libvdpau/libvdpau-0.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libvdpau/libvdpau-0.4.ebuild,v 1.3 2010/07/07 12:24:27 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libvdpau/libvdpau-0.4.ebuild,v 1.4 2011/08/20 08:10:27 aballier Exp $ EAPI=2 inherit multilib @@ -32,7 +32,7 @@ DEPEND="${RDEPEND} x11-proto/xproto doc? ( app-doc/doxygen media-gfx/graphviz - dev-tex/pdftex )" + virtual/latex-base )" src_configure() { econf \ |