diff options
Diffstat (limited to 'x11-plugins/gkwebmon')
-rw-r--r-- | x11-plugins/gkwebmon/gkwebmon-0.2-r2.ebuild | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/x11-plugins/gkwebmon/gkwebmon-0.2-r2.ebuild b/x11-plugins/gkwebmon/gkwebmon-0.2-r2.ebuild index ee1350023bac..92dd27bf91f4 100644 --- a/x11-plugins/gkwebmon/gkwebmon-0.2-r2.ebuild +++ b/x11-plugins/gkwebmon/gkwebmon-0.2-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -15,13 +15,12 @@ KEYWORDS="alpha ~amd64 ppc ~sparc x86" IUSE="" # The Makefile links with -lssl. -COMMON_DEPEND="app-admin/gkrellm[X] - dev-libs/openssl:0" +RDEPEND=" + app-admin/gkrellm:2[X] + dev-libs/openssl:0=" +DEPEND="${RDEPEND}" -DEPEND+=" ${COMMON_DEPEND}" -RDEPEND+=" ${COMMON_DEPEND}" - -PATCHES=( "${FILESDIR}/respect-cc-cflags-ldflags.patch" ) +PATCHES=( "${FILESDIR}"/respect-cc-cflags-ldflags.patch ) src_compile() { emake CC="$(tc-getCC)" |