diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2012-03-04 15:36:49 +0000 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2012-03-04 15:36:49 +0000 |
commit | 6c0e5cbcacf1978d1ffe04b3a898e29bbdd39f0e (patch) | |
tree | 4fbad63a22af8c029cffcf7b3367c285294e1632 /app-text | |
parent | Stabilize on alpha (bug 358749), fix thirdpartymirror QA error. (diff) | |
download | gentoo-2-6c0e5cbcacf1978d1ffe04b3a898e29bbdd39f0e.tar.gz gentoo-2-6c0e5cbcacf1978d1ffe04b3a898e29bbdd39f0e.tar.bz2 gentoo-2-6c0e5cbcacf1978d1ffe04b3a898e29bbdd39f0e.zip |
Stable on alpha, bug #395735
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/texlive/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/texlive/texlive-2011.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-text/texlive/ChangeLog b/app-text/texlive/ChangeLog index edd05c7bdbc5..ebade2e271e9 100644 --- a/app-text/texlive/ChangeLog +++ b/app-text/texlive/ChangeLog @@ -1,6 +1,9 @@ # 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.92 2012/01/29 21:40:47 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/texlive/ChangeLog,v 1.93 2012/03/04 15:36:49 klausman Exp $ + + 04 Mar 2012; Tobias Klausmann <klausman@gentoo.org> texlive-2011.ebuild: + Stable on alpha, bug #395735 29 Jan 2012; Markus Meier <maekke@gentoo.org> texlive-2011.ebuild: arm stable, bug #395735 diff --git a/app-text/texlive/texlive-2011.ebuild b/app-text/texlive/texlive-2011.ebuild index 057bc4321c0c..4d4c0962ef33 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.8 2012/01/29 21:40:47 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/texlive/texlive-2011.ebuild,v 1.9 2012/03/04 15:36:49 klausman 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" |