diff options
author | 2021-05-27 21:35:29 +0800 | |
---|---|---|
committer | 2021-05-27 22:32:53 +0800 | |
commit | 861197c2555a2186bf091b7cd455b1a8e032345c (patch) | |
tree | be0bcc1742bcca39096fa0db45bbbfc304b00e06 | |
parent | sys-libs/libblockdev: add riscv keyword (diff) | |
download | gentoo-861197c2555a2186bf091b7cd455b1a8e032345c.tar.gz gentoo-861197c2555a2186bf091b7cd455b1a8e032345c.tar.bz2 gentoo-861197c2555a2186bf091b7cd455b1a8e032345c.zip |
dev-libs/libatasmart: add riscv keyword
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Yixun Lan <dlan@gentoo.org>
-rw-r--r-- | dev-libs/libatasmart/libatasmart-0.19_p5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/libatasmart/libatasmart-0.19_p5.ebuild b/dev-libs/libatasmart/libatasmart-0.19_p5.ebuild index ca77a0f760aa..b25a58b51f21 100644 --- a/dev-libs/libatasmart/libatasmart-0.19_p5.ebuild +++ b/dev-libs/libatasmart/libatasmart-0.19_p5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,7 +12,7 @@ SRC_URI="mirror://debian/pool/main/liba/${PN}/${PN}_${PV/_p*}.orig.tar.xz LICENSE="LGPL-2.1" SLOT="0/4" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86" IUSE="static-libs" RDEPEND="virtual/libudev:=" |