diff options
author | Markus Meier <maekke@gentoo.org> | 2013-05-10 15:57:02 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2013-05-10 15:57:02 +0000 |
commit | 147e65084ff80a5d38ae1c9d757ae65269db3feb (patch) | |
tree | a13e2a5a35c9aee456a496850d3f2475b723462f /app-editors | |
parent | Version bump. (diff) | |
download | gentoo-2-147e65084ff80a5d38ae1c9d757ae65269db3feb.tar.gz gentoo-2-147e65084ff80a5d38ae1c9d757ae65269db3feb.tar.bz2 gentoo-2-147e65084ff80a5d38ae1c9d757ae65269db3feb.zip |
add ~arm, bug #466712
(Portage version: 2.1.11.63/cvs/Linux x86_64, signed Manifest commit with key 072AD062)
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/jed/ChangeLog | 7 | ||||
-rw-r--r-- | app-editors/jed/jed-0.99.19.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-editors/jed/ChangeLog b/app-editors/jed/ChangeLog index 86bc7f4d3ef5..9a44a0745c9e 100644 --- a/app-editors/jed/ChangeLog +++ b/app-editors/jed/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/jed -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/jed/ChangeLog,v 1.63 2012/05/20 15:49:03 ssuominen Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-editors/jed/ChangeLog,v 1.64 2013/05/10 15:57:02 maekke Exp $ + + 10 May 2013; Markus Meier <maekke@gentoo.org> jed-0.99.19.ebuild: + add ~arm, bug #466712 20 May 2012; Samuli Suominen <ssuominen@gentoo.org> jed-0.99.19.ebuild: Missing build dependencies x11-libs/libXt (for X11/Intrinsic.h) and diff --git a/app-editors/jed/jed-0.99.19.ebuild b/app-editors/jed/jed-0.99.19.ebuild index 679a8e2d11a1..4278d961c321 100644 --- a/app-editors/jed/jed-0.99.19.ebuild +++ b/app-editors/jed/jed-0.99.19.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-editors/jed/jed-0.99.19.ebuild,v 1.8 2012/05/20 15:44:55 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/jed/jed-0.99.19.ebuild,v 1.9 2013/05/10 15:57:02 maekke Exp $ EAPI=4 inherit versionator @@ -13,7 +13,7 @@ SRC_URI="ftp://space.mit.edu/pub/davis/jed/v${PV%.*}/${MY_P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~x86-macos" +KEYWORDS="~alpha amd64 ~arm ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~x86-macos" IUSE="X gpm xft" RDEPEND=">=sys-libs/slang-2 |