diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-12-17 20:13:06 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-12-17 20:13:06 +0000 |
commit | 890d141e1310be75778b0a23cd469ba838f9ca82 (patch) | |
tree | 19c627712b9a955655464e8be321bc84629120bc /app-text | |
parent | arm stable, bug #440872 (diff) | |
download | gentoo-2-890d141e1310be75778b0a23cd469ba838f9ca82.tar.gz gentoo-2-890d141e1310be75778b0a23cd469ba838f9ca82.tar.bz2 gentoo-2-890d141e1310be75778b0a23cd469ba838f9ca82.zip |
Add ~ppc64, wrt bug #428248
(Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/texlive/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/texlive/texlive-2012.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-text/texlive/ChangeLog b/app-text/texlive/ChangeLog index 9f1c31d1cee0..206be044341d 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.114 2012/12/08 12:28:54 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/texlive/ChangeLog,v 1.115 2012/12/17 20:13:06 ago Exp $ + + 17 Dec 2012; Agostino Sarubbo <ago@gentoo.org> texlive-2012.ebuild: + Add ~ppc64, wrt bug #428248 08 Dec 2012; Alexis Ballier <aballier@gentoo.org> texlive-2012.ebuild: no need to depend on pgf from here now that tl-pictures takes care of it diff --git a/app-text/texlive/texlive-2012.ebuild b/app-text/texlive/texlive-2012.ebuild index 8d591c488b81..ea1216ba5fa0 100644 --- a/app-text/texlive/texlive-2012.ebuild +++ b/app-text/texlive/texlive-2012.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-2012.ebuild,v 1.9 2012/12/08 12:28:54 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/texlive/texlive-2012.ebuild,v 1.10 2012/12/17 20:13:06 ago Exp $ EAPI="2" @@ -10,7 +10,7 @@ SRC_URI="" LICENSE="metapackage" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x64-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x64-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="cjk context detex doc dvi2tty dvipdfm extra epspdf games graphics humanities jadetex luatex music omega pdfannotextractor png pstricks publishers science tex4ht truetype xetex xindy xml X" |