diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2009-06-10 14:26:15 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2009-06-10 14:26:15 +0000 |
commit | 1bebacc8a9db196bacc8f14e86247afc58495cd4 (patch) | |
tree | 6f85335fef7d22044a4e3940a414cb14475f7339 /app-text/texlive | |
parent | [dev-texlive/texlive-xetex] add ~mips keywords (diff) | |
download | gentoo-2-1bebacc8a9db196bacc8f14e86247afc58495cd4.tar.gz gentoo-2-1bebacc8a9db196bacc8f14e86247afc58495cd4.tar.bz2 gentoo-2-1bebacc8a9db196bacc8f14e86247afc58495cd4.zip |
[app-text/texlive] add ~mips keywords
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'app-text/texlive')
-rw-r--r-- | app-text/texlive/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/texlive/texlive-2008.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-text/texlive/ChangeLog b/app-text/texlive/ChangeLog index 31c755d1aca5..e7601460ce59 100644 --- a/app-text/texlive/ChangeLog +++ b/app-text/texlive/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/texlive # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/texlive/ChangeLog,v 1.56 2009/05/16 10:50:31 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/texlive/ChangeLog,v 1.57 2009/06/10 14:26:15 alexxy Exp $ + + 10 Jun 2009; Alexey Shvetsov <alexxy@gentoo.org> texlive-2008.ebuild: + Add ~mips love 16 May 2009; Alexis Ballier <aballier@gentoo.org> texlive-2008.ebuild, metadata.xml: diff --git a/app-text/texlive/texlive-2008.ebuild b/app-text/texlive/texlive-2008.ebuild index 1a0b9c60708b..586627481a30 100644 --- a/app-text/texlive/texlive-2008.ebuild +++ b/app-text/texlive/texlive-2008.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/texlive/texlive-2008.ebuild,v 1.14 2009/05/16 10:50:31 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/texlive/texlive-2008.ebuild,v 1.15 2009/06/10 14:26:15 alexxy Exp $ EAPI="2" @@ -10,7 +10,7 @@ SRC_URI="" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" IUSE="cjk context cyrillic detex doc dvi2tty dvipdfm extra games graphics humanities jadetex latex3 music omega png pstricks publishers science tex4ht truetype xetex xindy xml X" |