diff options
author | Alexis Ballier <aballier@gentoo.org> | 2009-01-13 08:13:34 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2009-01-13 08:13:34 +0000 |
commit | 599cecbcdcf7ef4a42df92b4f3cc29f7800b0de9 (patch) | |
tree | 0d7a6f6fed8342a5102c2ee8b6a2a9094b6dca86 /dev-texlive | |
parent | fix build without jack, by Thomas 'gimpel' Kuther, bug #232302 (diff) | |
download | gentoo-2-599cecbcdcf7ef4a42df92b4f3cc29f7800b0de9.tar.gz gentoo-2-599cecbcdcf7ef4a42df92b4f3cc29f7800b0de9.tar.bz2 gentoo-2-599cecbcdcf7ef4a42df92b4f3cc29f7800b0de9.zip |
depend on texlive-genericrecommended for multido by Daniel Bick <dansku@gmail.com>, bug #254642
(Portage version: 2.2_rc21/cvs/Linux 2.6.28 x86_64)
Diffstat (limited to 'dev-texlive')
-rw-r--r-- | dev-texlive/texlive-pstricks/ChangeLog | 9 | ||||
-rw-r--r-- | dev-texlive/texlive-pstricks/texlive-pstricks-2007.ebuild | 5 |
2 files changed, 10 insertions, 4 deletions
diff --git a/dev-texlive/texlive-pstricks/ChangeLog b/dev-texlive/texlive-pstricks/ChangeLog index a0194d0b6cec..781dcd5c10d8 100644 --- a/dev-texlive/texlive-pstricks/ChangeLog +++ b/dev-texlive/texlive-pstricks/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-texlive/texlive-pstricks -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-pstricks/ChangeLog,v 1.19 2008/11/06 20:04:49 aballier Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-pstricks/ChangeLog,v 1.20 2009/01/13 08:13:34 aballier Exp $ + + 13 Jan 2009; Alexis Ballier <aballier@gentoo.org> + texlive-pstricks-2007.ebuild: + depend on texlive-genericrecommended for multido by Daniel Bick + <dansku@gmail.com>, bug #254642 *texlive-pstricks-2008-r1 (06 Nov 2008) diff --git a/dev-texlive/texlive-pstricks/texlive-pstricks-2007.ebuild b/dev-texlive/texlive-pstricks/texlive-pstricks-2007.ebuild index 1ee341ae7e5d..203a347f545a 100644 --- a/dev-texlive/texlive-pstricks/texlive-pstricks-2007.ebuild +++ b/dev-texlive/texlive-pstricks/texlive-pstricks-2007.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-pstricks/texlive-pstricks-2007.ebuild,v 1.16 2008/09/09 18:38:22 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-pstricks/texlive-pstricks-2007.ebuild,v 1.17 2009/01/13 08:13:34 aballier Exp $ TEXLIVE_MODULES_DEPS="dev-texlive/texlive-basic " @@ -13,3 +13,4 @@ LICENSE="GPL-2 LPPL-1.3c" SLOT="0" KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd" IUSE="" +RDEPEND="dev-texlive/texlive-genericrecommended" |