summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris White <chriswhite@gentoo.org>2006-08-29 04:31:12 +0000
committerChris White <chriswhite@gentoo.org>2006-08-29 04:31:12 +0000
commit8675864e869096bb4ebc15499b28fa4d5fc66b4b (patch)
tree3bea52c3a1baebe5b0ba434c4a0b50d9fc41622e /app-pda/jpilot-backup
parentStable on amd64. (diff)
downloadhistorical-8675864e869096bb4ebc15499b28fa4d5fc66b4b.tar.gz
historical-8675864e869096bb4ebc15499b28fa4d5fc66b4b.tar.bz2
historical-8675864e869096bb4ebc15499b28fa4d5fc66b4b.zip
Missed the gtk2 pkgconfig use dep atom in RDEPEND
Package-Manager: portage-2.1.1_pre5-r3
Diffstat (limited to 'app-pda/jpilot-backup')
-rw-r--r--app-pda/jpilot-backup/ChangeLog6
-rw-r--r--app-pda/jpilot-backup/jpilot-backup-0.50.ebuild4
2 files changed, 7 insertions, 3 deletions
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 <chriswhite@gentoo.org>
+ jpilot-backup-0.50.ebuild:
+ Missed the gtk2 pkgconfig use dep atom in RDEPEND
29 Aug 2006; Chris White <chriswhite@gentoo.org>
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"