diff options
author | Sam James <sam@gentoo.org> | 2023-01-22 08:04:04 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-01-22 08:06:20 +0000 |
commit | 7df5d431cabb11678b73abcfbc942eeaea4a4a91 (patch) | |
tree | 0cbc0d1628313a2bcc093536c7937414b921d61c /dev-libs | |
parent | media-libs/sratom: add github upstream metadata (diff) | |
download | gentoo-7df5d431cabb11678b73abcfbc942eeaea4a4a91.tar.gz gentoo-7df5d431cabb11678b73abcfbc942eeaea4a4a91.tar.bz2 gentoo-7df5d431cabb11678b73abcfbc942eeaea4a4a91.zip |
dev-libs/sord: fix minimum dep versions
Bug: https://bugs.gentoo.org/888105
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/sord/sord-0.16.14-r1.ebuild (renamed from dev-libs/sord/sord-0.16.14.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/sord/sord-0.16.14.ebuild b/dev-libs/sord/sord-0.16.14-r1.ebuild index b5209ac05354..cc25549376cd 100644 --- a/dev-libs/sord/sord-0.16.14.ebuild +++ b/dev-libs/sord/sord-0.16.14-r1.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 @@ -27,7 +27,7 @@ BDEPEND=" " RDEPEND=" dev-libs/libpcre - dev-libs/serd + >=dev-libs/serd-0.30.10 " DEPEND="${RDEPEND}" |