From 9ccd327a956f812c7db499d9b60a1b895115e4e6 Mon Sep 17 00:00:00 2001 From: Chris White Date: Tue, 29 Aug 2006 04:29:48 +0000 Subject: Missed the gtk2 pkgconfig use dep atom in RDEPEND (Portage version: 2.1.1_pre5-r3) --- app-pda/jpilot-backup/ChangeLog | 6 +++++- app-pda/jpilot-backup/jpilot-backup-0.50.ebuild | 4 ++-- 2 files changed, 7 insertions(+), 3 deletions(-) (limited to 'app-pda') diff --git a/app-pda/jpilot-backup/ChangeLog b/app-pda/jpilot-backup/ChangeLog index 49e5e8ec9697..861ce270e3bc 100644 --- a/app-pda/jpilot-backup/ChangeLog +++ b/app-pda/jpilot-backup/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-pda/jpilot-backup # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/jpilot-backup/ChangeLog,v 1.7 2006/08/29 04:19:53 chriswhite Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/jpilot-backup/ChangeLog,v 1.8 2006/08/29 04:29:48 chriswhite Exp $ + + 29 Aug 2006; Chris White + jpilot-backup-0.50.ebuild: + Missed the gtk2 pkgconfig use dep atom in RDEPEND 29 Aug 2006; Chris White jpilot-backup-0.50.ebuild: diff --git a/app-pda/jpilot-backup/jpilot-backup-0.50.ebuild b/app-pda/jpilot-backup/jpilot-backup-0.50.ebuild index fd80551b55d7..412aef7061a0 100644 --- a/app-pda/jpilot-backup/jpilot-backup-0.50.ebuild +++ b/app-pda/jpilot-backup/jpilot-backup-0.50.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/jpilot-backup/jpilot-backup-0.50.ebuild,v 1.9 2006/08/29 04:19:53 chriswhite Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/jpilot-backup/jpilot-backup-0.50.ebuild,v 1.10 2006/08/29 04:29:48 chriswhite Exp $ DESCRIPTION="Backup plugin for jpilot" SRC_URI="http://jasonday.home.att.net/code/backup/${P}.tar.gz" @@ -15,7 +15,7 @@ RDEPEND="gtk? ( >=x11-libs/gtk+-2 ) app-pda/jpilot sys-libs/gdbm" DEPEND="${RDEPEND} - gtk2? ( dev-util/pkgconfig )" + gtk? ( dev-util/pkgconfig )" src_compile() { econf $(use_enable gtk gtk2) || die "configure failed" -- cgit v1.2.3-65-gdbad