diff options
author | Johannes Huber <johu@gentoo.org> | 2018-06-10 14:32:06 +0200 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2018-06-10 14:32:06 +0200 |
commit | 57c7ac2be21a1db5f8281643dd2e38c050c0e5a0 (patch) | |
tree | a9b9980fdf4957bbbfc8696800e1fc0d7847e022 | |
parent | .travis.yml: Drop external repoman (diff) | |
download | johu-57c7ac2be21a1db5f8281643dd2e38c050c0e5a0.tar.gz johu-57c7ac2be21a1db5f8281643dd2e38c050c0e5a0.tar.bz2 johu-57c7ac2be21a1db5f8281643dd2e38c050c0e5a0.zip |
app-editors/atom-bin: Restrict to amd64
Package-Manager: Portage-2.3.40, Repoman-2.3.9
-rw-r--r-- | app-editors/atom-bin/atom-bin-1.16.0.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/app-editors/atom-bin/atom-bin-1.16.0.ebuild b/app-editors/atom-bin/atom-bin-1.16.0.ebuild index 02da987..dd20de4 100644 --- a/app-editors/atom-bin/atom-bin-1.16.0.ebuild +++ b/app-editors/atom-bin/atom-bin-1.16.0.ebuild @@ -10,12 +10,11 @@ DESCRIPTION="A hackable text editor for the 21st Century. - Binary package" HOMEPAGE="https://atom.io" MY_PN="atom" SRC_URI=" - amd64? ( https://github.com/${MY_PN}/${MY_PN}/releases/download/v${PV}/${MY_PN}-amd64.tar.gz -> ${MY_PN}-amd64-${PV}.tar.gz ) -" + https://github.com/${MY_PN}/${MY_PN}/releases/download/v${PV}/${MY_PN}-amd64.tar.gz -> ${MY_PN}-amd64-${PV}.tar.gz" RESTRICT="mirror" -KEYWORDS="~amd64" +KEYWORDS="~amd64 -*" SLOT="0" LICENSE="MIT" |