diff options
author | Alexis Ballier <aballier@gentoo.org> | 2012-05-07 01:03:41 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2012-05-07 01:03:41 +0000 |
commit | 13dfdd2393378d63c641eba5d63573d3d3398637 (patch) | |
tree | 7e2116cdb4e91265742373995093075b9a0965fa /app-text/texlive | |
parent | Fix compilation with newest iproute2 / libnetlink, bug 413993 (diff) | |
download | gentoo-2-13dfdd2393378d63c641eba5d63573d3d3398637.tar.gz gentoo-2-13dfdd2393378d63c641eba5d63573d3d3398637.tar.bz2 gentoo-2-13dfdd2393378d63c641eba5d63573d3d3398637.zip |
mark ppc and ppc64 stable, it seems the meta package has been forgotten while all the deps are stable
(Portage version: 2.2.0_alpha101/cvs/Linux x86_64)
Diffstat (limited to 'app-text/texlive')
-rw-r--r-- | app-text/texlive/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/texlive/texlive-2011.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-text/texlive/ChangeLog b/app-text/texlive/ChangeLog index 53fcf947ecf2..864ea2f25a16 100644 --- a/app-text/texlive/ChangeLog +++ b/app-text/texlive/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/texlive # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/texlive/ChangeLog,v 1.99 2012/05/06 18:17:34 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/texlive/ChangeLog,v 1.100 2012/05/07 01:03:41 aballier Exp $ + + 07 May 2012; Alexis Ballier <aballier@gentoo.org> texlive-2011.ebuild: + mark ppc and ppc64 stable, it seems the meta package has been forgotten while + all the deps are stable 06 May 2012; Raúl Porcel <armin76@gentoo.org> texlive-2011.ebuild: ia64/s390/sh/sparc stable wrt #395735 diff --git a/app-text/texlive/texlive-2011.ebuild b/app-text/texlive/texlive-2011.ebuild index 62483702b3d6..65e57649135d 100644 --- a/app-text/texlive/texlive-2011.ebuild +++ b/app-text/texlive/texlive-2011.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/texlive/texlive-2011.ebuild,v 1.10 2012/05/06 18:17:34 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/texlive/texlive-2011.ebuild,v 1.11 2012/05/07 01:03:41 aballier Exp $ EAPI="2" @@ -10,7 +10,7 @@ SRC_URI="" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ~ppc ~ppc64 s390 sh sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="cjk context detex doc dvi2tty dvipdfm extra games graphics humanities jadetex luatex music omega pdfannotextractor png pstricks publishers science tex4ht truetype xetex xindy xml X" |