diff options
author | Pacho Ramos <pacho@gentoo.org> | 2017-07-26 12:53:49 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2017-07-26 13:34:24 +0200 |
commit | 38578441becce4dd26064ff7c07408c11a0423a4 (patch) | |
tree | c73a86a52532ccefe6f7843b90523e97d989f868 /x11-plugins | |
parent | x11-plugins/gkrellm-vaiobright: Fix dependency on gkrellm[X], it also works o... (diff) | |
download | gentoo-38578441becce4dd26064ff7c07408c11a0423a4.tar.gz gentoo-38578441becce4dd26064ff7c07408c11a0423a4.tar.bz2 gentoo-38578441becce4dd26064ff7c07408c11a0423a4.zip |
x11-plugins/gkrellmoon: Fix dependency on gkrellm[X]
Package-Manager: Portage-2.3.6, Repoman-2.3.2
RepoMan-Options: --force
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/gkrellmoon/gkrellmoon-0.6-r2.ebuild (renamed from x11-plugins/gkrellmoon/gkrellmoon-0.6-r1.ebuild) | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/x11-plugins/gkrellmoon/gkrellmoon-0.6-r1.ebuild b/x11-plugins/gkrellmoon/gkrellmoon-0.6-r2.ebuild index 945e5c98465a..43e7a619c6cc 100644 --- a/x11-plugins/gkrellmoon/gkrellmoon-0.6-r1.ebuild +++ b/x11-plugins/gkrellmoon/gkrellmoon-0.6-r2.ebuild @@ -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 @@ -10,11 +10,12 @@ SRC_URI="mirror://sourceforge/gkrellmoon/${P}.tar.gz" HOMEPAGE="http://gkrellmoon.sourceforge.net/" DEPEND="media-libs/imlib2" -RDEPEND="${DEPEND}" +RDEPEND="${DEPEND} + app-admin/gkrellm[X] +" SLOT="2" LICENSE="GPL-2" - KEYWORDS="alpha amd64 ppc sparc x86" PATCHES=( "${FILESDIR}"/${P}-makefile.patch ) |