diff options
author | 2012-08-22 00:19:16 +0000 | |
---|---|---|
committer | 2012-08-22 00:19:16 +0000 | |
commit | 85e307d7212777d806d746b73fe23f675ec8a3ed (patch) | |
tree | 8f4b0bba8d8bdf4c9f4fda234fe1b48b0b333823 /app-editors | |
parent | Permit newer thor on railties 3.0/3.1. (diff) | |
download | gentoo-2-85e307d7212777d806d746b73fe23f675ec8a3ed.tar.gz gentoo-2-85e307d7212777d806d746b73fe23f675ec8a3ed.tar.bz2 gentoo-2-85e307d7212777d806d746b73fe23f675ec8a3ed.zip |
Keyword ~arm, bug #431922
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/shed/ChangeLog | 5 | ||||
-rw-r--r-- | app-editors/shed/shed-1.15.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-editors/shed/ChangeLog b/app-editors/shed/ChangeLog index b5ce9e0fb959..082e5c34f57b 100644 --- a/app-editors/shed/ChangeLog +++ b/app-editors/shed/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/shed # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/shed/ChangeLog,v 1.24 2012/08/18 03:43:33 ottxor Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/shed/ChangeLog,v 1.25 2012/08/22 00:19:16 blueness Exp $ + + 22 Aug 2012; Anthony G. Basile <blueness@gentoo.org> shed-1.15.ebuild: + Keyword ~arm, bug #431922 18 Aug 2012; Christoph Junghans <ottxor@gentoo.org> +files/shed-1.15-interix.patch, shed-1.15.ebuild: diff --git a/app-editors/shed/shed-1.15.ebuild b/app-editors/shed/shed-1.15.ebuild index e72ddfc21a63..a0f12ddc4a64 100644 --- a/app-editors/shed/shed-1.15.ebuild +++ b/app-editors/shed/shed-1.15.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/shed/shed-1.15.ebuild,v 1.2 2012/08/18 03:43:33 ottxor Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/shed/shed-1.15.ebuild,v 1.3 2012/08/22 00:19:16 blueness Exp $ EAPI="4" @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos" +KEYWORDS="~amd64 ~arm ~ppc ~x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos" IUSE="" RDEPEND="sys-libs/ncurses" |