diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-04-07 19:04:30 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-04-07 19:04:30 +0000 |
commit | d3ee491887d4c4d01a9d2affe66e5b91b76b2d6e (patch) | |
tree | f814dfc55b6e5e4626ea83aa6c0a7f38fb5f46f5 /app-pda/gnome-pilot-conduits | |
parent | use eutils for epatch (diff) | |
download | gentoo-2-d3ee491887d4c4d01a9d2affe66e5b91b76b2d6e.tar.gz gentoo-2-d3ee491887d4c4d01a9d2affe66e5b91b76b2d6e.tar.bz2 gentoo-2-d3ee491887d4c4d01a9d2affe66e5b91b76b2d6e.zip |
add inherit eutils
Diffstat (limited to 'app-pda/gnome-pilot-conduits')
-rw-r--r-- | app-pda/gnome-pilot-conduits/gnome-pilot-conduits-2.0.10-r1.ebuild | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/app-pda/gnome-pilot-conduits/gnome-pilot-conduits-2.0.10-r1.ebuild b/app-pda/gnome-pilot-conduits/gnome-pilot-conduits-2.0.10-r1.ebuild index aff3c4fd4000..167c7c71e19d 100644 --- a/app-pda/gnome-pilot-conduits/gnome-pilot-conduits-2.0.10-r1.ebuild +++ b/app-pda/gnome-pilot-conduits/gnome-pilot-conduits-2.0.10-r1.ebuild @@ -1,21 +1,19 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/gnome-pilot-conduits/gnome-pilot-conduits-2.0.10-r1.ebuild,v 1.5 2003/12/14 01:09:20 pylon Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/gnome-pilot-conduits/gnome-pilot-conduits-2.0.10-r1.ebuild,v 1.6 2004/04/07 19:02:35 vapier Exp $ -inherit gnome2 +inherit gnome2 eutils DESCRIPTION="Gnome Pilot Conduits" HOMEPAGE="http://www.eskil.org/gnome-pilot/" -IUSE="" -SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 sparc amd64 ppc" +SLOT="0" +KEYWORDS="x86 ppc sparc amd64" RDEPEND=">=gnome-base/libgnome-2.0 >=app-pda/gnome-pilot-${PVR} >=dev-libs/libxml2-2.5" - DEPEND="sys-devel/gettext dev-util/pkgconfig ${RDEPEND}" |