diff options
author | Zac Medico <zmedico@gentoo.org> | 2013-02-22 20:57:49 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2013-02-22 20:57:49 +0000 |
commit | 03aa318df0bfc68e87024f0cf48ed34013efd440 (patch) | |
tree | 653e070f959ce863e8445e485dc962c72cbb07ce /app-editors | |
parent | Add ~arm-linux keyword. (diff) | |
download | gentoo-2-03aa318df0bfc68e87024f0cf48ed34013efd440.tar.gz gentoo-2-03aa318df0bfc68e87024f0cf48ed34013efd440.tar.bz2 gentoo-2-03aa318df0bfc68e87024f0cf48ed34013efd440.zip |
Add ~arm-linux keyword.
(Portage version: 2.2.0_alpha163_p9/cvs/Linux i686, signed Manifest commit with key 0xFDE8EF85AE5719A3)
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/scite/ChangeLog | 5 | ||||
-rw-r--r-- | app-editors/scite/scite-3.2.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-editors/scite/ChangeLog b/app-editors/scite/ChangeLog index 12c9f3644c3c..8600852a4f03 100644 --- a/app-editors/scite/ChangeLog +++ b/app-editors/scite/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/scite # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/scite/ChangeLog,v 1.151 2013/02/21 21:52:08 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/scite/ChangeLog,v 1.152 2013/02/22 20:57:49 zmedico Exp $ + + 22 Feb 2013; Zac Medico <zmedico@gentoo.org> scite-3.2.4.ebuild: + Add ~arm-linux keyword. 21 Feb 2013; Ulrich Müller <ulm@gentoo.org> scite-3.2.3.ebuild, scite-3.2.4.ebuild: diff --git a/app-editors/scite/scite-3.2.4.ebuild b/app-editors/scite/scite-3.2.4.ebuild index 5b0cbb8841eb..8a7049e336e7 100644 --- a/app-editors/scite/scite-3.2.4.ebuild +++ b/app-editors/scite/scite-3.2.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/scite/scite-3.2.4.ebuild,v 1.2 2013/02/21 21:52:08 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/scite/scite-3.2.4.ebuild,v 1.3 2013/02/22 20:57:49 zmedico Exp $ EAPI="4" @@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/scintilla/${PN}${MY_PV}.tgz" LICENSE="HPND lua? ( MIT )" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux" IUSE="lua" RDEPEND="dev-libs/glib |