diff options
author | Zac Medico <zmedico@gentoo.org> | 2013-02-17 20:09:14 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2013-02-17 20:09:14 +0000 |
commit | a94f1519a37496a8846ff954b499a82b0f13c194 (patch) | |
tree | 30115fc5166decfa44910586dbfb9b770ecca8a3 /app-misc | |
parent | Add ~arm-linux keyword. (diff) | |
download | gentoo-2-a94f1519a37496a8846ff954b499a82b0f13c194.tar.gz gentoo-2-a94f1519a37496a8846ff954b499a82b0f13c194.tar.bz2 gentoo-2-a94f1519a37496a8846ff954b499a82b0f13c194.zip |
Add ~arm-linux keyword.
(Portage version: 2.2.0_alpha163/cvs/Linux i686, signed Manifest commit with key 0xFDE8EF85AE5719A3)
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/editor-wrapper/ChangeLog | 7 | ||||
-rw-r--r-- | app-misc/editor-wrapper/editor-wrapper-4.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-misc/editor-wrapper/ChangeLog b/app-misc/editor-wrapper/ChangeLog index 1d9edd6dfb35..aff693c2aa72 100644 --- a/app-misc/editor-wrapper/ChangeLog +++ b/app-misc/editor-wrapper/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-misc/editor-wrapper -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/editor-wrapper/ChangeLog,v 1.19 2012/08/05 12:10:36 grobian Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-misc/editor-wrapper/ChangeLog,v 1.20 2013/02/17 20:09:14 zmedico Exp $ + + 17 Feb 2013; Zac Medico <zmedico@gentoo.org> editor-wrapper-4.ebuild: + Add ~arm-linux keyword. 05 Aug 2012; Fabian Groffen <grobian@gentoo.org> editor-wrapper-4.ebuild: Marked ~x86-freebsd diff --git a/app-misc/editor-wrapper/editor-wrapper-4.ebuild b/app-misc/editor-wrapper/editor-wrapper-4.ebuild index 4565702f11a0..ef3437cafa52 100644 --- a/app-misc/editor-wrapper/editor-wrapper-4.ebuild +++ b/app-misc/editor-wrapper/editor-wrapper-4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/editor-wrapper/editor-wrapper-4.ebuild,v 1.14 2012/08/05 12:10:36 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/editor-wrapper/editor-wrapper-4.ebuild,v 1.15 2013/02/17 20:09:14 zmedico Exp $ EAPI=4 @@ -10,7 +10,7 @@ SRC_URI="" LICENSE="MIT" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" S="${WORKDIR}" |