diff options
author | Markus Meier <maekke@gentoo.org> | 2013-08-24 11:04:16 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2013-08-24 11:04:16 +0000 |
commit | 085eabcf74d3b9ae36957eaa8a7c0912ed47bbee (patch) | |
tree | 8ad00390df61744483092dff860ad88ca9a5ce39 /www-client/elinks | |
parent | Remove checks for CONFIG_MODULES and CONFIG_MODULE_UNLOAD and upgrade path fr... (diff) | |
download | historical-085eabcf74d3b9ae36957eaa8a7c0912ed47bbee.tar.gz historical-085eabcf74d3b9ae36957eaa8a7c0912ed47bbee.tar.bz2 historical-085eabcf74d3b9ae36957eaa8a7c0912ed47bbee.zip |
add ~arm, bug #477806
Package-Manager: portage-2.2.1/cvs/Linux x86_64
RepoMan-Options: --include-arches="arm"
Manifest-Sign-Key: 0x072AD062
Diffstat (limited to 'www-client/elinks')
-rw-r--r-- | www-client/elinks/ChangeLog | 5 | ||||
-rw-r--r-- | www-client/elinks/elinks-0.12_pre5-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/www-client/elinks/ChangeLog b/www-client/elinks/ChangeLog index 0321a674877b..a0dd5fafa531 100644 --- a/www-client/elinks/ChangeLog +++ b/www-client/elinks/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for www-client/elinks # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/elinks/ChangeLog,v 1.156 2013/08/09 13:47:57 axs Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/elinks/ChangeLog,v 1.157 2013/08/24 11:04:16 maekke Exp $ + + 24 Aug 2013; Markus Meier <maekke@gentoo.org> elinks-0.12_pre5-r2.ebuild: + add ~arm, bug #477806 09 Aug 2013; Ian Stakenvicius <axs@gentoo.org> elinks-0.12_pre5-r2.ebuild: Adjusted deps for dev-lang/spidermonkey to ensure SLOT=0 diff --git a/www-client/elinks/elinks-0.12_pre5-r2.ebuild b/www-client/elinks/elinks-0.12_pre5-r2.ebuild index ecf234ee351f..9ba8ae4b2862 100644 --- a/www-client/elinks/elinks-0.12_pre5-r2.ebuild +++ b/www-client/elinks/elinks-0.12_pre5-r2.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/www-client/elinks/elinks-0.12_pre5-r2.ebuild,v 1.14 2013/08/09 13:47:57 axs Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/elinks/elinks-0.12_pre5-r2.ebuild,v 1.15 2013/08/24 11:04:16 maekke Exp $ EAPI=4 inherit eutils autotools flag-o-matic @@ -14,7 +14,7 @@ SRC_URI="http://elinks.or.cz/download/${MY_P}.tar.bz2 LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="bittorrent bzip2 debug finger ftp gopher gpm guile idn ipv6 \ javascript lua +mouse nls nntp perl ruby samba ssl unicode X zlib" RESTRICT="test" |