summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Ryan <anthonyryan1@gmail.com>2016-12-08 12:53:21 -0500
committerMichał Górny <mgorny@gentoo.org>2016-12-10 20:50:32 +0100
commitc6e142524a49cd72990790f724463e401e9dc02e (patch)
tree0e4ca8880ba433a3a850bb0d959c830d49ef4361 /dev-util/colm
parentmedia-gfx/feh: stabilize for amd64/x86 (diff)
downloadgentoo-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/colm')
-rw-r--r--dev-util/colm/colm-0.13.0.4.ebuild6
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=""