diff options
author | Markus Meier <maekke@gentoo.org> | 2011-02-06 21:52:29 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2011-02-06 21:52:29 +0000 |
commit | a66cda41a4d03500387f2f25eda63d256e084ff9 (patch) | |
tree | 3b87b16477af7d006281caa985bd4df970cf93c0 /dev-tex | |
parent | add ~arm, bug #352300 (diff) | |
download | historical-a66cda41a4d03500387f2f25eda63d256e084ff9.tar.gz historical-a66cda41a4d03500387f2f25eda63d256e084ff9.tar.bz2 historical-a66cda41a4d03500387f2f25eda63d256e084ff9.zip |
add ~arm, bug #352300
Package-Manager: portage-2.1.9.35/cvs/Linux i686
Diffstat (limited to 'dev-tex')
-rw-r--r-- | dev-tex/dot2tex/ChangeLog | 5 | ||||
-rw-r--r-- | dev-tex/dot2tex/dot2tex-2.8.7.ebuild | 4 | ||||
-rw-r--r-- | dev-tex/dot2texi/ChangeLog | 5 | ||||
-rw-r--r-- | dev-tex/dot2texi/dot2texi-3.0.ebuild | 4 |
4 files changed, 12 insertions, 6 deletions
diff --git a/dev-tex/dot2tex/ChangeLog b/dev-tex/dot2tex/ChangeLog index 3aaf48ed0010..f6c0dc43c6c9 100644 --- a/dev-tex/dot2tex/ChangeLog +++ b/dev-tex/dot2tex/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-tex/dot2tex # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/dot2tex/ChangeLog,v 1.16 2011/01/26 19:34:34 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tex/dot2tex/ChangeLog,v 1.17 2011/02/06 21:51:48 maekke Exp $ + + 06 Feb 2011; Markus Meier <maekke@gentoo.org> dot2tex-2.8.7.ebuild: + add ~arm, bug #352300 26 Jan 2011; Fabian Groffen <grobian@gentoo.org> dot2tex-2.8.7.ebuild: Marked ~ppc-macos for bug #352300 diff --git a/dev-tex/dot2tex/dot2tex-2.8.7.ebuild b/dev-tex/dot2tex/dot2tex-2.8.7.ebuild index a0ff890e7075..61ba685c23ca 100644 --- a/dev-tex/dot2tex/dot2tex-2.8.7.ebuild +++ b/dev-tex/dot2tex/dot2tex-2.8.7.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/dot2tex/dot2tex-2.8.7.ebuild,v 1.6 2011/01/26 19:34:34 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tex/dot2tex/dot2tex-2.8.7.ebuild,v 1.7 2011/02/06 21:51:48 maekke Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -15,7 +15,7 @@ SRC_URI="http://dot2tex.googlecode.com/files/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~hppa ~ppc64 x86 ~ppc-macos" +KEYWORDS="amd64 ~arm ~hppa ~ppc64 x86 ~ppc-macos" IUSE="doc examples" DEPEND="" diff --git a/dev-tex/dot2texi/ChangeLog b/dev-tex/dot2texi/ChangeLog index ad537f112742..cbc5296cb7fa 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.6 2011/01/26 19:35:56 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tex/dot2texi/ChangeLog,v 1.7 2011/02/06 21:52:29 maekke Exp $ + + 06 Feb 2011; Markus Meier <maekke@gentoo.org> dot2texi-3.0.ebuild: + add ~arm, bug #352300 26 Jan 2011; Fabian Groffen <grobian@gentoo.org> dot2texi-3.0.ebuild: Marked ~ppc-macos for bug #352300 diff --git a/dev-tex/dot2texi/dot2texi-3.0.ebuild b/dev-tex/dot2texi/dot2texi-3.0.ebuild index e69e401279d0..6d2885e56541 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.5 2011/01/26 19:35:56 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tex/dot2texi/dot2texi-3.0.ebuild,v 1.6 2011/02/06 21:52:29 maekke Exp $ inherit latex-package @@ -11,7 +11,7 @@ SRC_URI="mirror://gentoo/${P}.zip" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~hppa ~x86 ~ppc-macos" +KEYWORDS="~amd64 ~arm ~hppa ~x86 ~ppc-macos" IUSE="pgf pstricks examples" DEPEND="app-arch/unzip" |