diff options
author | Julian Ospald <hasufell@gentoo.org> | 2014-07-04 22:18:11 +0000 |
---|---|---|
committer | Julian Ospald <hasufell@gentoo.org> | 2014-07-04 22:18:11 +0000 |
commit | 3847ffdb875e98c252e995cd56b394d5ba908129 (patch) | |
tree | ffa393fc522ca42b8e2746d37b723b9abc490a8a /app-text | |
parent | rm old (diff) | |
download | gentoo-2-3847ffdb875e98c252e995cd56b394d5ba908129.tar.gz gentoo-2-3847ffdb875e98c252e995cd56b394d5ba908129.tar.bz2 gentoo-2-3847ffdb875e98c252e995cd56b394d5ba908129.zip |
add PYTHON_USEDEP
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key BDEED020)
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/keepnote/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/keepnote/keepnote-0.7.8-r1.ebuild | 8 | ||||
-rw-r--r-- | app-text/keepnote/keepnote-0.7.9-r2.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
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 ) |