summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2018-01-03 23:34:32 +0100
committerDavid Seifert <soap@gentoo.org>2018-01-04 10:15:18 +0100
commit9585f1457b0e62369a1927fc168c4cdcf161c6a5 (patch)
tree10a0266ee61c1f1b95a00e650918dc52955091c7 /x11-plugins/gkrellshoot/gkrellshoot-0.4.4-r2.ebuild
parentx11-plugins/gkrellm-xkb: Eclass update (diff)
downloadgentoo-9585f1457b0e62369a1927fc168c4cdcf161c6a5.tar.gz
gentoo-9585f1457b0e62369a1927fc168c4cdcf161c6a5.tar.bz2
gentoo-9585f1457b0e62369a1927fc168c4cdcf161c6a5.zip
x11-plugins/gkrellshoot: Eclass update
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'x11-plugins/gkrellshoot/gkrellshoot-0.4.4-r2.ebuild')
-rw-r--r--x11-plugins/gkrellshoot/gkrellshoot-0.4.4-r2.ebuild12
1 files changed, 7 insertions, 5 deletions
diff --git a/x11-plugins/gkrellshoot/gkrellshoot-0.4.4-r2.ebuild b/x11-plugins/gkrellshoot/gkrellshoot-0.4.4-r2.ebuild
index c423ab7a64c3..0f25feb62d4f 100644
--- a/x11-plugins/gkrellshoot/gkrellshoot-0.4.4-r2.ebuild
+++ b/x11-plugins/gkrellshoot/gkrellshoot-0.4.4-r2.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
+
inherit gkrellm-plugin
-S=${WORKDIR}/${P/s/S}
DESCRIPTION="GKrellm2 plugin to take screen shots and lock screen"
HOMEPAGE="http://gkrellshoot.sourceforge.net/"
SRC_URI="mirror://sourceforge/gkrellshoot/${P}.tar.gz"
@@ -14,7 +14,9 @@ SLOT="2"
KEYWORDS="alpha amd64 ppc sparc x86"
IUSE=""
+DEPEND="app-admin/gkrellm:2[X]"
RDEPEND="
- app-admin/gkrellm[X]
- virtual/imagemagick-tools
-"
+ ${DEPEND}
+ virtual/imagemagick-tools"
+
+S=${WORKDIR}/${P/s/S}