diff options
author | Christian Faulhammer <opfer@gentoo.org> | 2006-10-31 11:23:51 +0000 |
---|---|---|
committer | Christian Faulhammer <opfer@gentoo.org> | 2006-10-31 11:23:51 +0000 |
commit | e770d46048c77ee0fd63a51a547b1933b967db53 (patch) | |
tree | 1189067e28400043fcdbc6d6c67be78f00779300 /app-text/xdvipdfmx/xdvipdfmx-0.3.ebuild | |
parent | added braces around used DEPEND variable, just a cosmetic change (diff) | |
download | gentoo-2-e770d46048c77ee0fd63a51a547b1933b967db53.tar.gz gentoo-2-e770d46048c77ee0fd63a51a547b1933b967db53.tar.bz2 gentoo-2-e770d46048c77ee0fd63a51a547b1933b967db53.zip |
marked ~x86 as requested in bug #153132
(Portage version: 2.1.1-r1)
Diffstat (limited to 'app-text/xdvipdfmx/xdvipdfmx-0.3.ebuild')
-rw-r--r-- | app-text/xdvipdfmx/xdvipdfmx-0.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/xdvipdfmx/xdvipdfmx-0.3.ebuild b/app-text/xdvipdfmx/xdvipdfmx-0.3.ebuild index 5ec5ac99a62a..5a8a75ff7872 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.4 2006/10/30 20:25:43 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/xdvipdfmx/xdvipdfmx-0.3.ebuild,v 1.5 2006/10/31 11:23:51 opfer 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="~hppa ~ppc ~ppc64 ~sparc" +KEYWORDS="~hppa ~ppc ~ppc64 ~sparc ~x86" IUSE="" DEPEND=">=media-libs/freetype-2.0" |