mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 12:38:09 -07:00
x11-plugins/gkwebmon: new revision to fix missing USE dependency.
This package requires app-admin/gkrellm to be built with "X" support. Now it will be. Gentoo-Bug: 613670 Package-Manager: Portage-2.3.3, Repoman-2.3.1
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
@@ -15,7 +15,8 @@ KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
|
||||
IUSE=""
|
||||
|
||||
# The Makefile links with -lssl.
|
||||
COMMON_DEPEND="dev-libs/openssl:0"
|
||||
COMMON_DEPEND="app-admin/gkrellm[X]
|
||||
dev-libs/openssl:0"
|
||||
|
||||
DEPEND+=" ${COMMON_DEPEND}"
|
||||
RDEPEND+=" ${COMMON_DEPEND}"
|
||||
Reference in New Issue
Block a user