diff options
author | 2009-06-20 09:08:08 +0000 | |
---|---|---|
committer | 2009-06-20 09:08:08 +0000 | |
commit | 4bf3f1bdcd3486c1d4b957862bc9869b4d947475 (patch) | |
tree | c37a6c4b3a748bb3a0cf89e4895adb88861f027f /dev-tex/luatex | |
parent | Fix typo in $EPATCH_SOURCE (diff) | |
download | gentoo-2-4bf3f1bdcd3486c1d4b957862bc9869b4d947475.tar.gz gentoo-2-4bf3f1bdcd3486c1d4b957862bc9869b4d947475.tar.bz2 gentoo-2-4bf3f1bdcd3486c1d4b957862bc9869b4d947475.zip |
[dev-tex/luatex] Add ~mips keyword that i forget to add last time =)
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'dev-tex/luatex')
-rw-r--r-- | dev-tex/luatex/ChangeLog | 5 | ||||
-rw-r--r-- | dev-tex/luatex/luatex-0.40.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-tex/luatex/ChangeLog b/dev-tex/luatex/ChangeLog index 233c4c58c70c..6b62edcf7399 100644 --- a/dev-tex/luatex/ChangeLog +++ b/dev-tex/luatex/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-tex/luatex # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/luatex/ChangeLog,v 1.29 2009/06/19 21:50:03 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tex/luatex/ChangeLog,v 1.30 2009/06/20 09:08:08 alexxy Exp $ + + 20 Jun 2009; Alexey Shvetsov <alexxy@gentoo.org> luatex-0.40.5.ebuild: + Add ~mips keyword *luatex-0.40.5 (19 Jun 2009) diff --git a/dev-tex/luatex/luatex-0.40.5.ebuild b/dev-tex/luatex/luatex-0.40.5.ebuild index fc7dc1f2bd46..da5b34020caf 100644 --- a/dev-tex/luatex/luatex-0.40.5.ebuild +++ b/dev-tex/luatex/luatex-0.40.5.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/dev-tex/luatex/luatex-0.40.5.ebuild,v 1.1 2009/06/19 21:50:03 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tex/luatex/luatex-0.40.5.ebuild,v 1.2 2009/06/20 09:08:08 alexxy Exp $ EAPI="2" @@ -15,7 +15,7 @@ SRC_URI="http://foundry.supelec.fr/gf/download/frsrelease/345/1287/${PN}-beta-${ 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="doc" RDEPEND="dev-libs/zziplib |