diff options
author | Anthony Ryan <anthonyryan1@gmail.com> | 2016-12-08 12:53:21 -0500 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2016-12-10 20:50:32 +0100 |
commit | c6e142524a49cd72990790f724463e401e9dc02e (patch) | |
tree | 0e4ca8880ba433a3a850bb0d959c830d49ef4361 /dev-util | |
parent | media-gfx/feh: stabilize for amd64/x86 (diff) | |
download | gentoo-c6e142524a49cd72990790f724463e401e9dc02e.tar.gz gentoo-c6e142524a49cd72990790f724463e401e9dc02e.tar.bz2 gentoo-c6e142524a49cd72990790f724463e401e9dc02e.zip |
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
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/colm/colm-0.13.0.4.ebuild | 6 |
1 files 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 083075e5117d..f0a0f82b2e24 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="" |