Skip to content

Commit

Permalink
dev-util/colm: KEYWORD ~arm, correct HOMEPAGE and HTTPS SRC_URI
Browse files Browse the repository at this point in the history
* ~arm tested on armv7a RK3288
* HOMEPAGE was out of date
* SRC_URI is available over HTTPS

Closes: gentoo#3059
Package-Manager: portage-2.3.0
  • Loading branch information
anthonyryan1 authored and mgorny committed Dec 10, 2016
1 parent 3e832fa commit c6e1425
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dev-util/colm/colm-0.13.0.4.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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=""
Expand Down

0 comments on commit c6e1425

Please sign in to comment.