diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2011-01-27 15:11:22 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2011-01-27 15:11:22 +0000 |
commit | eca092b70856c45937b7fbc601255295c1ecaffd (patch) | |
tree | 292bfa90a5057e0dc6747e351234b47bdcc7bba8 /app-office/pybliographer/pybliographer-1.2.12-r1.ebuild | |
parent | Stable on amd64 wrt bug #352750 (diff) | |
download | historical-eca092b70856c45937b7fbc601255295c1ecaffd.tar.gz historical-eca092b70856c45937b7fbc601255295c1ecaffd.tar.bz2 historical-eca092b70856c45937b7fbc601255295c1ecaffd.zip |
Update dependencies (bug #352917).
Package-Manager: portage-2.2.0_alpha19_p6/cvs/Linux x86_64
Diffstat (limited to 'app-office/pybliographer/pybliographer-1.2.12-r1.ebuild')
-rw-r--r-- | app-office/pybliographer/pybliographer-1.2.12-r1.ebuild | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/app-office/pybliographer/pybliographer-1.2.12-r1.ebuild b/app-office/pybliographer/pybliographer-1.2.12-r1.ebuild index 22e64dbbcae8..1024d3c00cbf 100644 --- a/app-office/pybliographer/pybliographer-1.2.12-r1.ebuild +++ b/app-office/pybliographer/pybliographer-1.2.12-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/pybliographer/pybliographer-1.2.12-r1.ebuild,v 1.3 2010/06/13 12:30:38 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/pybliographer/pybliographer-1.2.12-r1.ebuild,v 1.4 2011/01/27 15:11:22 arfrever Exp $ EAPI="3" -PYTHON_DEPEND="2" +PYTHON_DEPEND="2:2.6" inherit autotools gnome2 python @@ -20,13 +20,18 @@ DOCS="AUTHORS ChangeLog* NEWS TODO README" DEPEND=">=app-text/recode-3.6-r1 app-text/scrollkeeper - >=dev-libs/glib-2 - >=dev-python/gnome-python-2 + dev-libs/glib:2 + dev-python/gconf-python:2 + dev-python/gnome-vfs-python:2 + dev-python/libgnome-python:2 + dev-python/pygobject:2 + dev-python/pygtk:2 >=dev-python/python-bibtex-1.2.4" RDEPEND="${DEPEND}" pkg_setup() { python_set_active_version 2 + python_pkg_setup } src_prepare() { |