commit:     c6e142524a49cd72990790f724463e401e9dc02e
Author:     Anthony Ryan <anthonyryan1 <AT> gmail <DOT> com>
AuthorDate: Thu Dec  8 17:53:21 2016 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Dec 10 19:50:32 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6e14252

dev-util/colm: KEYWORD ~arm, correct HOMEPAGE and HTTPS SRC_URI

* ~arm tested on armv7a RK3288
* HOMEPAGE was out of date
* SRC_URI is available over HTTPS

Closes: https://github.com/gentoo/gentoo/pull/3059
Package-Manager: portage-2.3.0

 dev-util/colm/colm-0.13.0.4.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-util/colm/colm-0.13.0.4.ebuild 
b/dev-util/colm/colm-0.13.0.4.ebuild
index 083075e..f0a0f82 100644
--- a/dev-util/colm/colm-0.13.0.4.ebuild
+++ b/dev-util/colm/colm-0.13.0.4.ebuild
@@ -5,12 +5,12 @@
 EAPI=6
 
 DESCRIPTION="COmputer Language Manipulation"
-HOMEPAGE="http://www.complang.org/colm/";
-SRC_URI="http://www.colm.net/files/${PN}/${P}.tar.gz";
+HOMEPAGE="https://www.colm.net/open-source/colm/";
+SRC_URI="https://www.colm.net/files/${PN}/${P}.tar.gz";
 
 SLOT="0"
 LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm ~x86"
 IUSE=""
 
 DEPEND=""

Reply via email to