diff options
author | 2013-01-06 18:14:45 +0000 | |
---|---|---|
committer | 2013-01-06 18:14:45 +0000 | |
commit | b1d3a0975a9964443b882e480d418c9c16d9c70b (patch) | |
tree | 50722d1091add4c55828e3ca322389d6122ba608 /app-text | |
parent | Add ~ppc, wrt bug #449322 (diff) | |
download | gentoo-2-b1d3a0975a9964443b882e480d418c9c16d9c70b.tar.gz gentoo-2-b1d3a0975a9964443b882e480d418c9c16d9c70b.tar.bz2 gentoo-2-b1d3a0975a9964443b882e480d418c9c16d9c70b.zip |
fix argparse dep
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/keepnote/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/keepnote/keepnote-0.7.9-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-text/keepnote/ChangeLog b/app-text/keepnote/ChangeLog index 2d63fd99ae59..462722928b72 100644 --- a/app-text/keepnote/ChangeLog +++ b/app-text/keepnote/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/keepnote # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/keepnote/ChangeLog,v 1.4 2013/01/06 00:16:45 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/keepnote/ChangeLog,v 1.5 2013/01/06 18:14:45 hasufell Exp $ + + 06 Jan 2013; Julian Ospald <hasufell@gentoo.org> keepnote-0.7.9-r2.ebuild: + fix argparse dep *keepnote-0.7.9-r2 (06 Jan 2013) diff --git a/app-text/keepnote/keepnote-0.7.9-r2.ebuild b/app-text/keepnote/keepnote-0.7.9-r2.ebuild index 615fb193411c..3088fd501f41 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-2013 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.1 2013/01/06 00:16:45 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/keepnote/keepnote-0.7.9-r2.ebuild,v 1.2 2013/01/06 18:14:45 hasufell Exp $ EAPI=5 @@ -21,7 +21,7 @@ IUSE="" RDEPEND="dev-python/pygobject:2 dev-python/pygtk:2 x11-misc/xdg-utils - virtual/python-argparse" + virtual/python-argparse[${PYTHON_USEDEP}]" PATCHES=( "${FILESDIR}"/${PN}-0.7.8-desktopfile.patch ) DOCS=( CHANGES ) |