summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Crête <tester@gentoo.org>2008-01-12 17:48:13 +0000
committerOlivier Crête <tester@gentoo.org>2008-01-12 17:48:13 +0000
commite716f4f10a56cf561441ef8d14735b1f00cc153a (patch)
tree10f5a6296399555ca6a9a3796009713eee295bc5 /net-im/gnomeicu/gnomeicu-0.99.12.ebuild
parentInitial import, big thanks to Jouni Rinne <jouni.rinne@pp1.inet.fi>, bug #205444 (diff)
downloadhistorical-e716f4f10a56cf561441ef8d14735b1f00cc153a.tar.gz
historical-e716f4f10a56cf561441ef8d14735b1f00cc153a.tar.bz2
historical-e716f4f10a56cf561441ef8d14735b1f00cc153a.zip
Fix deps, bug #205501
Package-Manager: portage-2.1.3.19
Diffstat (limited to 'net-im/gnomeicu/gnomeicu-0.99.12.ebuild')
-rw-r--r--net-im/gnomeicu/gnomeicu-0.99.12.ebuild15
1 files changed, 9 insertions, 6 deletions
diff --git a/net-im/gnomeicu/gnomeicu-0.99.12.ebuild b/net-im/gnomeicu/gnomeicu-0.99.12.ebuild
index 9b3ff0faf2ea..c470a156cfa3 100644
--- a/net-im/gnomeicu/gnomeicu-0.99.12.ebuild
+++ b/net-im/gnomeicu/gnomeicu-0.99.12.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/net-im/gnomeicu/gnomeicu-0.99.12.ebuild,v 1.7 2007/09/01 12:58:53 yoswink Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/gnomeicu/gnomeicu-0.99.12.ebuild,v 1.8 2008/01/12 17:48:13 tester Exp $
inherit gnome2
@@ -12,25 +12,28 @@ SLOT="0"
LICENSE="GPL-2"
KEYWORDS="alpha amd64 ppc sparc x86"
-DEPEND=">=x11-libs/gtk+-2.10.0
+RDEPEND=">=x11-libs/gtk+-2.10.0
>=dev-libs/libxml2-2.4.23
>=gnome-base/libgnome-2.0.0
>=gnome-base/libgnomeui-2.0.0
>=sys-libs/gdbm-1.8.0
>=gnome-base/libglade-2.0.0
>=app-text/scrollkeeper-0.3.5
- >=dev-util/pkgconfig-0.12.0
- >=dev-util/intltool-0.22
>=gnome-base/gconf-2.0
sys-devel/gettext
spell? ( >=app-text/gtkspell-2.0.4 )
x11-libs/libXScrnSaver"
+DEPEND="${RDEPEND}
+ >=dev-util/pkgconfig-0.12.0
+ >=dev-util/intltool-0.22
+ x11-proto/scrnsaverproto"
+
IUSE="spell"
src_unpack () {
unpack ${A}
- gnome2_omf_fix ${S}/doc/C/Makefile.in ${S}/doc/omf.make ${S}/doc/uk/Makefile.in
+ gnome2_omf_fix "${S}/doc/C/Makefile.in" "${S}/doc/omf.make" "${S}/doc/uk/Makefile.in"
}
src_configure() {