summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2014-07-12 13:24:33 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2014-07-12 13:24:33 +0000
commit87e867f80e560000aaa3f20ae45c3406852dc5fb (patch)
tree4a4a343696580290f25810cc948a7efdd8818fe9 /app-misc/screenfetch/screenfetch-9999.ebuild
parentOld. (diff)
downloadgentoo-2-87e867f80e560000aaa3f20ae45c3406852dc5fb.tar.gz
gentoo-2-87e867f80e560000aaa3f20ae45c3406852dc5fb.tar.bz2
gentoo-2-87e867f80e560000aaa3f20ae45c3406852dc5fb.zip
Use the X flag to pull the media-gfx/scrot package for screenshots. Bug #515538. Drop old packages
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 09BF4F54C2BA7F3C!)
Diffstat (limited to 'app-misc/screenfetch/screenfetch-9999.ebuild')
-rw-r--r--app-misc/screenfetch/screenfetch-9999.ebuild9
1 files changed, 5 insertions, 4 deletions
diff --git a/app-misc/screenfetch/screenfetch-9999.ebuild b/app-misc/screenfetch/screenfetch-9999.ebuild
index faf30611c9ec..8cd78c29c218 100644
--- a/app-misc/screenfetch/screenfetch-9999.ebuild
+++ b/app-misc/screenfetch/screenfetch-9999.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/screenfetch/screenfetch-9999.ebuild,v 1.2 2013/11/23 13:22:07 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/screenfetch/screenfetch-9999.ebuild,v 1.3 2014/07/12 13:24:33 hwoarang Exp $
EAPI=4
@@ -20,9 +20,10 @@ fi
LICENSE="GPL-3"
SLOT="0"
-IUSE=""
+IUSE="X"
-RDEPEND="media-gfx/scrot
+DEPEND=""
+RDEPEND="X? ( media-gfx/scrot )
x11-apps/xdpyinfo"
src_install() {