summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris White <chriswhite@gentoo.org>2006-08-29 04:29:48 +0000
committerChris White <chriswhite@gentoo.org>2006-08-29 04:29:48 +0000
commit9ccd327a956f812c7db499d9b60a1b895115e4e6 (patch)
treef627f8adf875eeac80c268721c31614f3665a1b8 /app-pda
parentStable on amd64. (diff)
downloadgentoo-2-9ccd327a956f812c7db499d9b60a1b895115e4e6.tar.gz
gentoo-2-9ccd327a956f812c7db499d9b60a1b895115e4e6.tar.bz2
gentoo-2-9ccd327a956f812c7db499d9b60a1b895115e4e6.zip
Missed the gtk2 pkgconfig use dep atom in RDEPEND
(Portage version: 2.1.1_pre5-r3)
Diffstat (limited to 'app-pda')
-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"