diff options
author | Sam James <sam@gentoo.org> | 2022-12-18 03:22:45 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-12-18 04:01:24 +0000 |
commit | 1c966dd085695591ff6bb65cfc5acd421a45ad54 (patch) | |
tree | 28a4a5d2b9deee508664efd9d4ade13751c3bafa /sys-apps | |
parent | net-mail/fdm: add 2.1 (diff) | |
download | gentoo-1c966dd085695591ff6bb65cfc5acd421a45ad54.tar.gz gentoo-1c966dd085695591ff6bb65cfc5acd421a45ad54.tar.bz2 gentoo-1c966dd085695591ff6bb65cfc5acd421a45ad54.zip |
sys-apps/gsmartcontrol: depend on dev-libs/libpcre[cxx]
Closes: https://bugs.gentoo.org/832152
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/gsmartcontrol/gsmartcontrol-1.1.4-r1.ebuild (renamed from sys-apps/gsmartcontrol/gsmartcontrol-1.1.4.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/gsmartcontrol/gsmartcontrol-1.1.4.ebuild b/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" |