diff options
author | Alexis Ballier <aballier@gentoo.org> | 2013-06-25 17:27:41 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2013-06-25 17:27:41 +0000 |
commit | 3d60caabf5a76f4e9f0941393369ed2da8483797 (patch) | |
tree | ab84bfedd168629b760d131feddeaa85958c1387 /x11-misc/xaos | |
parent | texlive-texinfo is merged into texlive-plainextra starting from texlive 2013 (diff) | |
download | gentoo-2-3d60caabf5a76f4e9f0941393369ed2da8483797.tar.gz gentoo-2-3d60caabf5a76f4e9f0941393369ed2da8483797.tar.bz2 gentoo-2-3d60caabf5a76f4e9f0941393369ed2da8483797.zip |
depend on virtual/texi2dvi with USE=doc as thats what we need here and texlive-texinfo is going away with texlive 2013
(Portage version: 2.2.0_alpha185/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'x11-misc/xaos')
-rw-r--r-- | x11-misc/xaos/ChangeLog | 9 | ||||
-rw-r--r-- | x11-misc/xaos/xaos-3.5-r1.ebuild | 8 | ||||
-rw-r--r-- | x11-misc/xaos/xaos-3.5-r2.ebuild | 8 |
3 files changed, 13 insertions, 12 deletions
diff --git a/x11-misc/xaos/ChangeLog b/x11-misc/xaos/ChangeLog index 31f89d2f761a..63df4b928e47 100644 --- a/x11-misc/xaos/ChangeLog +++ b/x11-misc/xaos/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-misc/xaos -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xaos/ChangeLog,v 1.43 2012/12/03 09:50:41 jlec Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xaos/ChangeLog,v 1.44 2013/06/25 17:27:41 aballier Exp $ + + 25 Jun 2013; Alexis Ballier <aballier@gentoo.org> xaos-3.5-r1.ebuild, + xaos-3.5-r2.ebuild: + depend on virtual/texi2dvi with USE=doc as thats what we need here and + texlive-texinfo is going away with texlive 2013 *xaos-3.5-r2 (03 Dec 2012) diff --git a/x11-misc/xaos/xaos-3.5-r1.ebuild b/x11-misc/xaos/xaos-3.5-r1.ebuild index 8d0942ae5743..ba20dec65420 100644 --- a/x11-misc/xaos/xaos-3.5-r1.ebuild +++ b/x11-misc/xaos/xaos-3.5-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xaos/xaos-3.5-r1.ebuild,v 1.9 2012/05/05 04:53:41 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xaos/xaos-3.5-r1.ebuild,v 1.10 2013/06/25 17:27:41 aballier Exp $ EAPI=4 @@ -29,9 +29,7 @@ RDEPEND=" DEPEND="${RDEPEND} virtual/pkgconfig - doc? ( - virtual/latex-base - dev-texlive/texlive-texinfo ) + doc? ( virtual/texi2dvi ) X? ( x11-proto/xf86vidmodeproto x11-proto/xextproto diff --git a/x11-misc/xaos/xaos-3.5-r2.ebuild b/x11-misc/xaos/xaos-3.5-r2.ebuild index b0e664a5faa7..295d1ba16cc4 100644 --- a/x11-misc/xaos/xaos-3.5-r2.ebuild +++ b/x11-misc/xaos/xaos-3.5-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xaos/xaos-3.5-r2.ebuild,v 1.1 2012/12/03 09:50:41 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xaos/xaos-3.5-r2.ebuild,v 1.2 2013/06/25 17:27:41 aballier Exp $ EAPI=4 @@ -29,9 +29,7 @@ RDEPEND=" DEPEND="${RDEPEND} virtual/pkgconfig - doc? ( - virtual/latex-base - dev-texlive/texlive-texinfo ) + doc? ( virtual/texi2dvi ) X? ( x11-proto/xf86vidmodeproto x11-proto/xextproto |