From 3847ffdb875e98c252e995cd56b394d5ba908129 Mon Sep 17 00:00:00 2001
From: Julian Ospald <hasufell@gentoo.org>
Date: Fri, 4 Jul 2014 22:18:11 +0000
Subject: add PYTHON_USEDEP

(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key BDEED020)
---
 app-text/keepnote/ChangeLog                | 6 +++++-
 app-text/keepnote/keepnote-0.7.8-r1.ebuild | 8 ++++----
 app-text/keepnote/keepnote-0.7.9-r2.ebuild | 6 +++---
 3 files changed, 12 insertions(+), 8 deletions(-)

(limited to 'app-text/keepnote')

diff --git a/app-text/keepnote/ChangeLog b/app-text/keepnote/ChangeLog
index d81427e40b3f..997b7760185e 100644
--- a/app-text/keepnote/ChangeLog
+++ b/app-text/keepnote/ChangeLog
@@ -1,6 +1,10 @@
 # ChangeLog for app-text/keepnote
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/keepnote/ChangeLog,v 1.12 2014/07/04 22:16:56 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/keepnote/ChangeLog,v 1.13 2014/07/04 22:18:11 hasufell Exp $
+
+  04 Jul 2014; Julian Ospald <hasufell@gentoo.org> keepnote-0.7.8-r1.ebuild,
+  keepnote-0.7.9-r2.ebuild:
+  add PYTHON_USEDEP
 
   04 Jul 2014; Julian Ospald <hasufell@gentoo.org> -keepnote-0.7.8.ebuild,
   -keepnote-0.7.9.ebuild:
diff --git a/app-text/keepnote/keepnote-0.7.8-r1.ebuild b/app-text/keepnote/keepnote-0.7.8-r1.ebuild
index caa83641166b..d7d1d9628b8d 100644
--- a/app-text/keepnote/keepnote-0.7.8-r1.ebuild
+++ b/app-text/keepnote/keepnote-0.7.8-r1.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-text/keepnote/keepnote-0.7.8-r1.ebuild,v 1.4 2013/12/03 19:56:55 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/keepnote/keepnote-0.7.8-r1.ebuild,v 1.5 2014/07/04 22:18:11 hasufell Exp $
 
 EAPI=5
 
@@ -18,8 +18,8 @@ KEYWORDS="amd64 x86"
 SLOT="0"
 IUSE=""
 
-RDEPEND="dev-python/pygobject:2
-	dev-python/pygtk:2
+RDEPEND="dev-python/pygobject:2[${PYTHON_USEDEP}]
+	dev-python/pygtk:2[${PYTHON_USEDEP}]
 	x11-misc/xdg-utils"
 
 PATCHES=( "${FILESDIR}"/${P}-desktopfile.patch )
diff --git a/app-text/keepnote/keepnote-0.7.9-r2.ebuild b/app-text/keepnote/keepnote-0.7.9-r2.ebuild
index 4e95b52777a3..5af6213f9192 100644
--- a/app-text/keepnote/keepnote-0.7.9-r2.ebuild
+++ b/app-text/keepnote/keepnote-0.7.9-r2.ebuild
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/keepnote/keepnote-0.7.9-r2.ebuild,v 1.5 2014/07/04 22:16:14 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/keepnote/keepnote-0.7.9-r2.ebuild,v 1.6 2014/07/04 22:18:11 hasufell Exp $
 
 EAPI=5
 
@@ -18,8 +18,8 @@ KEYWORDS="amd64 x86"
 SLOT="0"
 IUSE=""
 
-RDEPEND="dev-python/pygobject:2
-	dev-python/pygtk:2
+RDEPEND="dev-python/pygobject:2[${PYTHON_USEDEP}]
+	dev-python/pygtk:2[${PYTHON_USEDEP}]
 	x11-misc/xdg-utils"
 
 PATCHES=( "${FILESDIR}"/${PN}-0.7.8-desktopfile.patch )
-- 
cgit v1.2.3-65-gdbad