diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2019-05-05 23:29:22 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2019-05-05 23:29:22 +0300 |
commit | 38ae37d41b31ce69f5a79b8fef4ce449f4bddc24 (patch) | |
tree | 362335bff14b8b51525da2f400e476f9547f846e /sys-libs/tevent | |
parent | profiles: mask also git[highlight] on riscv (diff) | |
download | gentoo-38ae37d41b31ce69f5a79b8fef4ce449f4bddc24.tar.gz gentoo-38ae37d41b31ce69f5a79b8fef4ce449f4bddc24.tar.bz2 gentoo-38ae37d41b31ce69f5a79b8fef4ce449f4bddc24.zip |
sys-libs/tevent: Add ~riscv keyword
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
Diffstat (limited to 'sys-libs/tevent')
-rw-r--r-- | sys-libs/tevent/tevent-0.9.39.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/tevent/tevent-0.9.39.ebuild b/sys-libs/tevent/tevent-0.9.39.ebuild index cc643307f670..4934730d2d82 100644 --- a/sys-libs/tevent/tevent-0.9.39.ebuild +++ b/sys-libs/tevent/tevent-0.9.39.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://www.samba.org/ftp/tevent/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-linux" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-linux" IUSE="elibc_glibc python" RDEPEND="!elibc_FreeBSD? ( dev-libs/libbsd[${MULTILIB_USEDEP}] ) |