diff options
author | 2008-05-19 17:10:41 +0000 | |
---|---|---|
committer | 2008-05-19 17:10:41 +0000 | |
commit | 85cbbfff873c32f1c90afb5651cb36b2d73e71b2 (patch) | |
tree | 9c6293b000427ee377fc840b6da3d73e49802c25 /dev-python/python-bibtex/python-bibtex-1.2.4.ebuild | |
parent | Stable on ppc wrt bug 222771 (diff) | |
download | gentoo-2-85cbbfff873c32f1c90afb5651cb36b2d73e71b2.tar.gz gentoo-2-85cbbfff873c32f1c90afb5651cb36b2d73e71b2.tar.bz2 gentoo-2-85cbbfff873c32f1c90afb5651cb36b2d73e71b2.zip |
Move pkgconfig to DEPEND. Remove old, and mark 1.2.3 stable for amd64.
(Portage version: 2.1.5)
Diffstat (limited to 'dev-python/python-bibtex/python-bibtex-1.2.4.ebuild')
-rw-r--r-- | dev-python/python-bibtex/python-bibtex-1.2.4.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/python-bibtex/python-bibtex-1.2.4.ebuild b/dev-python/python-bibtex/python-bibtex-1.2.4.ebuild index bce2443cace7..be8722f396b6 100644 --- a/dev-python/python-bibtex/python-bibtex-1.2.4.ebuild +++ b/dev-python/python-bibtex/python-bibtex-1.2.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-bibtex/python-bibtex-1.2.4.ebuild,v 1.2 2008/01/15 22:19:58 lucass Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-bibtex/python-bibtex-1.2.4.ebuild,v 1.3 2008/05/19 17:10:41 drac Exp $ inherit distutils @@ -11,11 +11,11 @@ SRC_URI="mirror://sourceforge/pybliographer/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ia64 ~ppc ~x86" - IUSE="" -DEPEND=">=dev-libs/glib-2 - >=app-text/recode-3.6-r1 +RDEPEND=">=dev-libs/glib-2 + >=app-text/recode-3.6-r1" +DEPEND="${RDEPEND} dev-util/pkgconfig" src_test() { |