diff options
author | 2023-01-27 01:27:54 +0000 | |
---|---|---|
committer | 2023-01-27 01:27:54 +0000 | |
commit | 11f9733fab372182d785b31f63022472324921cb (patch) | |
tree | ab8fb1b4859dfc5ce8a9b13ade11e0f197ddfa92 /dev-libs | |
parent | media-libs/lilv: add comment re dep versions (diff) | |
download | gentoo-11f9733fab372182d785b31f63022472324921cb.tar.gz gentoo-11f9733fab372182d785b31f63022472324921cb.tar.bz2 gentoo-11f9733fab372182d785b31f63022472324921cb.zip |
dev-libs/sord: sync live
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/sord/sord-9999.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-libs/sord/sord-9999.ebuild b/dev-libs/sord/sord-9999.ebuild index 6b5bf1e2b1e9..1de41eff15c6 100644 --- a/dev-libs/sord/sord-9999.ebuild +++ b/dev-libs/sord/sord-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -10,7 +10,7 @@ if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="https://github.com/drobilla/sord.git" else SRC_URI="https://download.drobilla.net/${P}.tar.xz" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86" fi DESCRIPTION="Library for storing RDF data in memory" @@ -27,7 +27,7 @@ BDEPEND=" " RDEPEND=" dev-libs/libpcre - dev-libs/serd + >=dev-libs/serd-0.30.10 " DEPEND="${RDEPEND}" |