diff --git a/dev-crystal/selenium/selenium-0.12.1-r1.ebuild b/dev-crystal/selenium/selenium-0.12.1-r1.ebuild index f9edf2eb84..e2d0baf6d5 100644 --- a/dev-crystal/selenium/selenium-0.12.1-r1.ebuild +++ b/dev-crystal/selenium/selenium-0.12.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2022-2025 Gentoo Authors +# Copyright 2022-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -34,5 +34,5 @@ BDEPEND=" src_test() { local -x SELENIUM_BROWSER=firefox - ecrystal spec --tag "~firefox" + shards_src_test --tag "~firefox" }