diff options
author | Alex Fan <alexfanqi@yahoo.com> | 2021-07-25 16:52:16 +1000 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-09-22 19:41:23 +0200 |
commit | 5eff863746ce8496c92b20e385614008b5f448c8 (patch) | |
tree | db23519b2de66047231adc41404223d37c8c3cdd /dev-libs | |
parent | dev-util/lxqt-build-tools: keyword for ~riscv (diff) | |
download | qt-5eff863746ce8496c92b20e385614008b5f448c8.tar.gz qt-5eff863746ce8496c92b20e385614008b5f448c8.tar.bz2 qt-5eff863746ce8496c92b20e385614008b5f448c8.zip |
dev-libs/libqtxdg: keyword for ~riscv
Signed-off-by: Alex Fan <alexfanqi@yahoo.com>
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/libqtxdg/libqtxdg-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/libqtxdg/libqtxdg-9999.ebuild b/dev-libs/libqtxdg/libqtxdg-9999.ebuild index f37ccd88..0ac6201a 100644 --- a/dev-libs/libqtxdg/libqtxdg-9999.ebuild +++ b/dev-libs/libqtxdg/libqtxdg-9999.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == *9999 ]]; then EGIT_REPO_URI="https://github.com/lxqt/${PN}.git" else SRC_URI="https://downloads.lxqt.org/downloads/${PN}/${PV}/${P}.tar.xz" - KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86" fi LICENSE="LGPL-2.1+ Nokia-Qt-LGPL-Exception-1.1" |