diff options
author | Fabian Groffen <grobian@gentoo.org> | 2011-08-28 17:36:12 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2011-08-28 17:36:12 +0000 |
commit | f2cd546f0010ef1b2470b4dc0459e9201f83f783 (patch) | |
tree | 7a0b4c071643900f33101642bf4a43dc4653a750 /dev-tex/dot2texi | |
parent | Fix for parallel build, #354495; Fix for forced as-needed with introspection,... (diff) | |
download | gentoo-2-f2cd546f0010ef1b2470b4dc0459e9201f83f783.tar.gz gentoo-2-f2cd546f0010ef1b2470b4dc0459e9201f83f783.tar.bz2 gentoo-2-f2cd546f0010ef1b2470b4dc0459e9201f83f783.zip |
Marked ~x64-macos
(Portage version: 2.2.01.19074-prefix/cvs/Darwin i386)
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 03c6b5e88154..635a4b3c2271 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.14 2011/08/14 18:33:46 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tex/dot2texi/ChangeLog,v 1.15 2011/08/28 17:36:12 grobian Exp $ + + 28 Aug 2011; Fabian Groffen <grobian@gentoo.org> dot2texi-3.0.ebuild: + Marked ~x64-macos 14 Aug 2011; Markus Meier <maekke@gentoo.org> dot2texi-3.0.ebuild: arm stable, bug #355085 diff --git a/dev-tex/dot2texi/dot2texi-3.0.ebuild b/dev-tex/dot2texi/dot2texi-3.0.ebuild index 2353a45be582..632fa28b9fee 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.13 2011/08/14 18:33:46 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tex/dot2texi/dot2texi-3.0.ebuild,v 1.14 2011/08/28 17:36:12 grobian 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 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~ppc-macos" +KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~ppc-macos ~x64-macos" IUSE="pgf pstricks examples" DEPEND="app-arch/unzip" |