diff options
-rw-r--r-- | dev-go/golicense/golicense-0.2.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-go/golicense/golicense-0.2.0.ebuild b/dev-go/golicense/golicense-0.2.0.ebuild index ec9aebf49c6e..be4d653376fe 100644 --- a/dev-go/golicense/golicense-0.2.0.ebuild +++ b/dev-go/golicense/golicense-0.2.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2019 Gentoo Authors +# Copyright 2019-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -74,7 +74,7 @@ SRC_URI="https://github.com/mitchellh/golicense/archive/v${PV}.tar.gz -> ${P}.ta LICENSE="Apache-2.0 BSD ISC MIT MPL-2.0" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~ppc64" src_compile() { go build || die |