diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2019-05-04 21:28:55 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2019-05-04 21:32:09 +0200 |
commit | 8f610528daa01598f0f4b6e00e2f3b2ccc80d7e4 (patch) | |
tree | 0518cf89adc172359763f43df3567e9bca20f525 /dev-util/pkgconf | |
parent | dev-util/intltool: keyword ~riscv (diff) | |
download | gentoo-8f610528daa01598f0f4b6e00e2f3b2ccc80d7e4.tar.gz gentoo-8f610528daa01598f0f4b6e00e2f3b2ccc80d7e4.tar.bz2 gentoo-8f610528daa01598f0f4b6e00e2f3b2ccc80d7e4.zip |
dev-util/pkgconf: keyword ~riscv
Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-util/pkgconf')
-rw-r--r-- | dev-util/pkgconf/pkgconf-1.5.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/pkgconf/pkgconf-1.5.4.ebuild b/dev-util/pkgconf/pkgconf-1.5.4.ebuild index e6192248fe13..32d82df1413d 100644 --- a/dev-util/pkgconf/pkgconf-1.5.4.ebuild +++ b/dev-util/pkgconf/pkgconf-1.5.4.ebuild @@ -8,7 +8,7 @@ if [[ ${PV} == "9999" ]] ; then inherit autotools git-r3 else SRC_URI="http://distfiles.dereferenced.org/${PN}/${P}.tar.xz" - KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc x86" + KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~riscv s390 ~sh sparc x86" fi inherit multilib-minimal |