diff options
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/xdvipdfmx/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/xdvipdfmx/xdvipdfmx-0.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-text/xdvipdfmx/ChangeLog b/app-text/xdvipdfmx/ChangeLog index 043eb9752434..323ca919185a 100644 --- a/app-text/xdvipdfmx/ChangeLog +++ b/app-text/xdvipdfmx/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/xdvipdfmx # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/xdvipdfmx/ChangeLog,v 1.2 2006/10/28 13:28:01 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/xdvipdfmx/ChangeLog,v 1.3 2006/10/30 19:16:53 nixnut Exp $ + + 30 Oct 2006; nixnut <nixnut@gentoo.org> xdvipdfmx-0.3.ebuild: + Added ~ppc keyword wrt bug 153132 28 Oct 2006; Ferris McCormick <fmccor@gentoo.org> xdvipdfmx-0.3.ebuild: Add ~sparc keyword (Bug #153132). diff --git a/app-text/xdvipdfmx/xdvipdfmx-0.3.ebuild b/app-text/xdvipdfmx/xdvipdfmx-0.3.ebuild index 9b10db80de70..f99a036d9493 100644 --- a/app-text/xdvipdfmx/xdvipdfmx-0.3.ebuild +++ b/app-text/xdvipdfmx/xdvipdfmx-0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/xdvipdfmx/xdvipdfmx-0.3.ebuild,v 1.2 2006/10/28 13:28:01 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/xdvipdfmx/xdvipdfmx-0.3.ebuild,v 1.3 2006/10/30 19:16:53 nixnut Exp $ DESCRIPTION="Extended xdvi for use with XeTeX and other unicode TeXs." HOMEPAGE="somewhere" @@ -8,7 +8,7 @@ SRC_URI="http://scripts.sil.org/svn-view/xdvipdfmx/TAGS/${P}.tar.gz" LICENSE="GPL-2-with-linking-exception" SLOT="0" -KEYWORDS="~ppc64 ~sparc" +KEYWORDS="~ppc ~ppc64 ~sparc" IUSE="" DEPEND=">=media-libs/freetype-2.0" |