Skip to content

Commit

Permalink
kde-apps/akonadi-search: Pin IUSE=test to =kde-apps/akonadi-20.08*
Browse files Browse the repository at this point in the history
Avoids pointless missing MissingUseDepDefault in >=20.12.1.

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <[email protected]>
  • Loading branch information
a17r committed Jan 7, 2021
1 parent 70431ee commit a38e6ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kde-apps/akonadi-search/akonadi-search-20.08.3.ebuild
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -45,5 +45,5 @@ RDEPEND="
"
DEPEND="${RDEPEND}
dev-libs/boost
test? ( >=kde-apps/akonadi-${PVCUT}:5[mysql,postgres,sqlite] )
test? ( =kde-apps/akonadi-${PVCUT}*:5[mysql,postgres,sqlite] )
"

0 comments on commit a38e6ee

Please sign in to comment.