diff options
author | Matt Turner <mattst88@gentoo.org> | 2011-06-14 05:42:46 +0000 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2011-06-14 05:42:46 +0000 |
commit | 8cc36158c142937fa40ec0b1ea0ec7ba184aefc6 (patch) | |
tree | 5aa0716ed2115a22c60594982a60db988372700f /dev-tex/dot2texi | |
parent | Remove old versions. (diff) | |
download | gentoo-2-8cc36158c142937fa40ec0b1ea0ec7ba184aefc6.tar.gz gentoo-2-8cc36158c142937fa40ec0b1ea0ec7ba184aefc6.tar.bz2 gentoo-2-8cc36158c142937fa40ec0b1ea0ec7ba184aefc6.zip |
Added ~mips, bug 352300
(Portage version: 2.1.9.42/cvs/Linux x86_64)
Diffstat (limited to 'dev-tex/dot2texi')
-rw-r--r-- | dev-tex/dot2texi/ChangeLog | 5 | ||||
-rw-r--r-- | dev-tex/dot2texi/dot2texi-3.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-tex/dot2texi/ChangeLog b/dev-tex/dot2texi/ChangeLog index 5b2f2980f4de..af580ec6bb17 100644 --- a/dev-tex/dot2texi/ChangeLog +++ b/dev-tex/dot2texi/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-tex/dot2texi # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/dot2texi/ChangeLog,v 1.9 2011/02/27 16:39:16 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tex/dot2texi/ChangeLog,v 1.10 2011/06/14 05:42:46 mattst88 Exp $ + + 14 Jun 2011; Matt Turner <mattst88@gentoo.org> dot2texi-3.0.ebuild: + Added ~mips, bug 352300 27 Feb 2011; Raúl Porcel <armin76@gentoo.org> dot2texi-3.0.ebuild: Add ~alpha/~ia64/~s390/~sh/~sparc wrt #342513 diff --git a/dev-tex/dot2texi/dot2texi-3.0.ebuild b/dev-tex/dot2texi/dot2texi-3.0.ebuild index 26fd5b2550ac..b87a19c6f689 100644 --- a/dev-tex/dot2texi/dot2texi-3.0.ebuild +++ b/dev-tex/dot2texi/dot2texi-3.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/dot2texi/dot2texi-3.0.ebuild,v 1.8 2011/02/27 16:39:16 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tex/dot2texi/dot2texi-3.0.ebuild,v 1.9 2011/06/14 05:42:46 mattst88 Exp $ inherit latex-package @@ -11,7 +11,7 @@ SRC_URI="mirror://gentoo/${P}.zip" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-macos" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-macos" IUSE="pgf pstricks examples" DEPEND="app-arch/unzip" |