diff options
author | Ferris McCormick <fmccor@gentoo.org> | 2007-07-27 12:55:05 +0000 |
---|---|---|
committer | Ferris McCormick <fmccor@gentoo.org> | 2007-07-27 12:55:05 +0000 |
commit | 5ed92cfb3644841fe70da5419aebc11599bb6f1e (patch) | |
tree | 45cc364ae8bf6e6d3fba9dd2b84b8fc45bcb7663 /app-office | |
parent | Prune unused version. (diff) | |
download | gentoo-2-5ed92cfb3644841fe70da5419aebc11599bb6f1e.tar.gz gentoo-2-5ed92cfb3644841fe70da5419aebc11599bb6f1e.tar.bz2 gentoo-2-5ed92cfb3644841fe70da5419aebc11599bb6f1e.zip |
Add ~sparc keyword --- Bug #168799 --- builds and appears to work.
(Portage version: 2.1.3_rc9)
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/lyx/ChangeLog | 5 | ||||
-rw-r--r-- | app-office/lyx/lyx-1.5.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-office/lyx/ChangeLog b/app-office/lyx/ChangeLog index 731e81dfa92a..30b5cb46971c 100644 --- a/app-office/lyx/ChangeLog +++ b/app-office/lyx/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-office/lyx # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/lyx/ChangeLog,v 1.99 2007/07/27 00:26:48 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/lyx/ChangeLog,v 1.100 2007/07/27 12:55:05 fmccor Exp $ + + 27 Jul 2007; Ferris McCormick <fmccor@gentoo.org> lyx-1.5.0.ebuild: + Add ~sparc keyword --- Bug #168799 --- builds and appears to work. *lyx-1.5.0 (27 Jul 2007) diff --git a/app-office/lyx/lyx-1.5.0.ebuild b/app-office/lyx/lyx-1.5.0.ebuild index eceda9dbfbf0..417835cb8346 100644 --- a/app-office/lyx/lyx-1.5.0.ebuild +++ b/app-office/lyx/lyx-1.5.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/lyx/lyx-1.5.0.ebuild,v 1.1 2007/07/27 00:26:48 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/lyx/lyx-1.5.0.ebuild,v 1.2 2007/07/27 12:55:05 fmccor Exp $ inherit qt4 eutils flag-o-matic font @@ -20,7 +20,7 @@ SRC_URI="ftp://ftp.devel.lyx.org/pub/lyx/stable/${MY_P}.tar.bz2 LICENSE="GPL-2" SLOT="0" #KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" -KEYWORDS="~amd64 ~x86" # dev-tex/ivritex +KEYWORDS="~amd64 ~sparc ~x86" # dev-tex/ivritex IUSE="cups debug nls linguas_he tetex" RESTRICT="test" |