diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2011-08-09 21:38:09 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2011-08-09 21:38:09 +0000 |
commit | 7d1523ff013072470554ae0bcfa2719ba3771f5e (patch) | |
tree | 9153487ca92d16379414d9250414c7474134fd3f /dev-tex/dot2texi | |
parent | Stable on amd64 wrt bug #355085 (diff) | |
download | gentoo-2-7d1523ff013072470554ae0bcfa2719ba3771f5e.tar.gz gentoo-2-7d1523ff013072470554ae0bcfa2719ba3771f5e.tar.bz2 gentoo-2-7d1523ff013072470554ae0bcfa2719ba3771f5e.zip |
Stable on amd64 wrt bug #355085
(Portage version: 2.2.0_alpha46/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 af580ec6bb17..489530ff41fa 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.10 2011/06/14 05:42:46 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tex/dot2texi/ChangeLog,v 1.11 2011/08/09 21:38:09 hwoarang Exp $ + + 09 Aug 2011; Markos Chandras <hwoarang@gentoo.org> dot2texi-3.0.ebuild: + Stable on amd64 wrt bug #355085 14 Jun 2011; Matt Turner <mattst88@gentoo.org> dot2texi-3.0.ebuild: Added ~mips, bug 352300 diff --git a/dev-tex/dot2texi/dot2texi-3.0.ebuild b/dev-tex/dot2texi/dot2texi-3.0.ebuild index b87a19c6f689..ba39014aa09e 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.9 2011/06/14 05:42:46 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tex/dot2texi/dot2texi-3.0.ebuild,v 1.10 2011/08/09 21:38:09 hwoarang 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" IUSE="pgf pstricks examples" DEPEND="app-arch/unzip" |