commit: 1c966dd085695591ff6bb65cfc5acd421a45ad54 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Dec 18 03:22:45 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Dec 18 04:01:24 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c966dd0
sys-apps/gsmartcontrol: depend on dev-libs/libpcre[cxx] Closes: https://bugs.gentoo.org/832152 Signed-off-by: Sam James <sam <AT> gentoo.org> .../{gsmartcontrol-1.1.4.ebuild => gsmartcontrol-1.1.4-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/gsmartcontrol/gsmartcontrol-1.1.4.ebuild b/sys-apps/gsmartcontrol/gsmartcontrol-1.1.4-r1.ebuild similarity index 96% rename from sys-apps/gsmartcontrol/gsmartcontrol-1.1.4.ebuild rename to sys-apps/gsmartcontrol/gsmartcontrol-1.1.4-r1.ebuild index 472ebfc3afaf..2abd71879045 100644 --- a/sys-apps/gsmartcontrol/gsmartcontrol-1.1.4.ebuild +++ b/sys-apps/gsmartcontrol/gsmartcontrol-1.1.4-r1.ebuild @@ -16,7 +16,7 @@ IUSE="test" RESTRICT="!test? ( test )" DEPEND="dev-cpp/gtkmm:3.0 - dev-libs/libpcre:3 + dev-libs/libpcre:3[cxx] sys-apps/smartmontools" RDEPEND="${DEPEND} x11-apps/xmessage"
