diff options
author | Raúl Porcel <armin76@gentoo.org> | 2007-10-26 20:19:38 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2007-10-26 20:19:38 +0000 |
commit | ffb8ace70917f548dccce3c09044ba3107f1c538 (patch) | |
tree | 05f5b4e3a7c177e102522066f21807a72310d604 /app-office/lyx | |
parent | Add ~ia64 (diff) | |
download | gentoo-2-ffb8ace70917f548dccce3c09044ba3107f1c538.tar.gz gentoo-2-ffb8ace70917f548dccce3c09044ba3107f1c538.tar.bz2 gentoo-2-ffb8ace70917f548dccce3c09044ba3107f1c538.zip |
Add ~alpha/~ia64 wrt #195815
(Portage version: 2.1.3.9)
Diffstat (limited to 'app-office/lyx')
-rw-r--r-- | app-office/lyx/ChangeLog | 5 | ||||
-rw-r--r-- | app-office/lyx/lyx-1.5.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-office/lyx/ChangeLog b/app-office/lyx/ChangeLog index 14b152fe00f9..004b8c89328a 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.102 2007/09/22 17:34:16 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/lyx/ChangeLog,v 1.103 2007/10/26 20:19:38 armin76 Exp $ + + 26 Oct 2007; Raúl Porcel <armin76@gentoo.org> lyx-1.5.1.ebuild: + Add ~alpha/~ia64 wrt #195815 22 Sep 2007; nixnut <nixnut@gentoo.org> lyx-1.5.1.ebuild: Added ~ppc wrt bug 168799 diff --git a/app-office/lyx/lyx-1.5.1.ebuild b/app-office/lyx/lyx-1.5.1.ebuild index c6d5b0b35b28..4f2a9df68f78 100644 --- a/app-office/lyx/lyx-1.5.1.ebuild +++ b/app-office/lyx/lyx-1.5.1.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.1.ebuild,v 1.2 2007/09/22 17:34:16 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/lyx/lyx-1.5.1.ebuild,v 1.3 2007/10/26 20:19:38 armin76 Exp $ inherit qt4 eutils flag-o-matic font @@ -20,7 +20,7 @@ SRC_URI="ftp://ftp.lyx.org/pub/lyx/stable/${P}.tar.bz2 LICENSE="GPL-2" SLOT="0" #KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" # dev-tex/ivritex +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86" # dev-tex/ivritex IUSE="cups debug nls linguas_he tetex" RESTRICT="test" |