diff options
author | Wulf Krueger <philantrop@gentoo.org> | 2008-02-10 13:01:40 +0000 |
---|---|---|
committer | Wulf Krueger <philantrop@gentoo.org> | 2008-02-10 13:01:40 +0000 |
commit | 0c2e86eff66f539d0143b9279fba55702ce541f2 (patch) | |
tree | 06d49fd0ef70aac93dd4812e3e45d172b84c3ab7 /app-pda/jpilot/jpilot-0.99.9.ebuild | |
parent | keyword ~x86-fbsd (diff) | |
download | historical-0c2e86eff66f539d0143b9279fba55702ce541f2.tar.gz historical-0c2e86eff66f539d0143b9279fba55702ce541f2.tar.bz2 historical-0c2e86eff66f539d0143b9279fba55702ce541f2.zip |
Added a dependency on pkg-config. Fixes bug 206007. Marked stable on amd64 as per bug 209068.
Package-Manager: portage-2.1.4.1
Diffstat (limited to 'app-pda/jpilot/jpilot-0.99.9.ebuild')
-rw-r--r-- | app-pda/jpilot/jpilot-0.99.9.ebuild | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/app-pda/jpilot/jpilot-0.99.9.ebuild b/app-pda/jpilot/jpilot-0.99.9.ebuild index 4982ec0b27c1..8efdb189714a 100644 --- a/app-pda/jpilot/jpilot-0.99.9.ebuild +++ b/app-pda/jpilot/jpilot-0.99.9.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/jpilot-0.99.9.ebuild,v 1.1 2007/09/17 05:38:36 philantrop Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/jpilot/jpilot-0.99.9.ebuild,v 1.2 2008/02/10 13:01:40 philantrop Exp $ inherit eutils multilib @@ -10,13 +10,14 @@ SRC_URI="http://jpilot.org/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86" +KEYWORDS="~alpha amd64 ~ia64 ~ppc ~sparc ~x86" IUSE="nls" DEPEND=">=app-pda/pilot-link-0.11.8 >=x11-libs/gtk+-2.6.10-r1 nls? ( sys-devel/gettext ) - >=dev-perl/XML-Parser-2.34" + >=dev-perl/XML-Parser-2.34 + >=dev-util/pkgconfig-0.22" RDEPEND="${DEPEND}" src_unpack() { @@ -42,7 +43,7 @@ src_install() { icondir=/usr/share/pixmaps \ desktopdir=/usr/share/applications || die "install failed" - dodoc ABOUT-NLS AUTHORS BUGS ChangeLog INSTALL NEWS README TODO || die "installing docs failed" + dodoc AUTHORS BUGS ChangeLog INSTALL NEWS README TODO || die "installing docs failed" doman docs/*.1 dodir /usr/share/${PN} |