diff options
author | Matti Bickel <mabi@gentoo.org> | 2008-10-04 18:42:08 +0000 |
---|---|---|
committer | Matti Bickel <mabi@gentoo.org> | 2008-10-04 18:42:08 +0000 |
commit | 8732b857f134dcee447cec2e93df155dd77d3036 (patch) | |
tree | 8d27a0a1cf4ba7695816772c78f853bf1e7c336d /app-pda/jpilot-plucker | |
parent | Fix multiple integer overflows (bug #222819), remove mips stable keyword. (diff) | |
download | gentoo-2-8732b857f134dcee447cec2e93df155dd77d3036.tar.gz gentoo-2-8732b857f134dcee447cec2e93df155dd77d3036.tar.bz2 gentoo-2-8732b857f134dcee447cec2e93df155dd77d3036.zip |
fix bug #216431
(Portage version: 2.2_rc11/cvs/Linux 2.6.23-gentoo-r3-20080120 ppc)
Diffstat (limited to 'app-pda/jpilot-plucker')
-rw-r--r-- | app-pda/jpilot-plucker/ChangeLog | 7 | ||||
-rw-r--r-- | app-pda/jpilot-plucker/jpilot-plucker-0.01-r1.ebuild | 9 |
2 files changed, 10 insertions, 6 deletions
diff --git a/app-pda/jpilot-plucker/ChangeLog b/app-pda/jpilot-plucker/ChangeLog index cfd0f9b7e7af..d9321e53669d 100644 --- a/app-pda/jpilot-plucker/ChangeLog +++ b/app-pda/jpilot-plucker/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-pda/jpilot-plucker -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/jpilot-plucker/ChangeLog,v 1.8 2007/09/21 21:36:34 philantrop Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-pda/jpilot-plucker/ChangeLog,v 1.9 2008/10/04 18:42:08 mabi Exp $ + + 04 Oct 2008; Matti Bickel <mabi@gentoo.org> jpilot-plucker-0.01-r1.ebuild: + fix bug #216431 *jpilot-plucker-0.01-r1 (21 Sep 2007) diff --git a/app-pda/jpilot-plucker/jpilot-plucker-0.01-r1.ebuild b/app-pda/jpilot-plucker/jpilot-plucker-0.01-r1.ebuild index 979364655c7c..6e9f15387380 100644 --- a/app-pda/jpilot-plucker/jpilot-plucker-0.01-r1.ebuild +++ b/app-pda/jpilot-plucker/jpilot-plucker-0.01-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/jpilot-plucker/jpilot-plucker-0.01-r1.ebuild,v 1.1 2007/09/21 21:36:34 philantrop Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/jpilot-plucker/jpilot-plucker-0.01-r1.ebuild,v 1.2 2008/10/04 18:42:08 mabi Exp $ inherit eutils multilib @@ -13,10 +13,11 @@ LICENSE="GPL-2" KEYWORDS="~alpha ~amd64 ~ppc ~x86" IUSE="" -DEPEND=">=x11-libs/gtk+-2.6.10-r1 +RDEPEND=">=x11-libs/gtk+-2.6.10-r1 >=app-pda/pilot-link-0.11.8 >=app-pda/jpilot-0.99.7-r1" -RDEPEND="${DEPEND}" +DEPEND="${RDEPEND} + dev-util/pkgconfig" src_unpack() { unpack ${A} |