diff options
author | Peter Weller <welp@gentoo.org> | 2007-01-23 21:08:57 +0000 |
---|---|---|
committer | Peter Weller <welp@gentoo.org> | 2007-01-23 21:08:57 +0000 |
commit | 759894af630bb681be1471467adc5e93c2cc3e96 (patch) | |
tree | 291941284e7267398fc0b9f222e75a9774d0f40e /xfce-extra | |
parent | Fix depends for bug 163244. Fix meta builds. (diff) | |
download | gentoo-2-759894af630bb681be1471467adc5e93c2cc3e96.tar.gz gentoo-2-759894af630bb681be1471467adc5e93c2cc3e96.tar.bz2 gentoo-2-759894af630bb681be1471467adc5e93c2cc3e96.zip |
Fix depends for bug 163244. Fix meta builds.
(Portage version: 2.1.2-r1)
Diffstat (limited to 'xfce-extra')
-rw-r--r-- | xfce-extra/exo/ChangeLog | 5 | ||||
-rw-r--r-- | xfce-extra/exo/exo-0.3.2.ebuild | 20 |
2 files changed, 12 insertions, 13 deletions
diff --git a/xfce-extra/exo/ChangeLog b/xfce-extra/exo/ChangeLog index db51a8a870a7..c7eab556fb01 100644 --- a/xfce-extra/exo/ChangeLog +++ b/xfce-extra/exo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for xfce-extra/exo # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/exo/ChangeLog,v 1.26 2007/01/22 02:12:39 nichoj Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/exo/ChangeLog,v 1.27 2007/01/23 21:08:57 welp Exp $ + + 23 Jan 2007; Peter Weller <welp@gentoo.org> exo-0.3.2.ebuild: + Fix depends for bug 163244. Fix meta builds. *exo-0.3.2 (22 Jan 2007) diff --git a/xfce-extra/exo/exo-0.3.2.ebuild b/xfce-extra/exo/exo-0.3.2.ebuild index 1d8a3960a708..46c023b6c176 100644 --- a/xfce-extra/exo/exo-0.3.2.ebuild +++ b/xfce-extra/exo/exo-0.3.2.ebuild @@ -1,36 +1,32 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/exo/exo-0.3.2.ebuild,v 1.1 2007/01/22 02:12:39 nichoj Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/exo/exo-0.3.2.ebuild,v 1.2 2007/01/23 21:08:57 welp Exp $ inherit xfce44 xfce44 xfce44_extra_package -DESCRIPTION="Libraries for Xfce 4 designed for application development" +DESCRIPTION="Libraries for Xfce4" LICENSE="LGPL-2" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" IUSE="debug doc hal libnotify python" -RDEPEND=" - >=dev-util/intltool-0.31 - >=dev-lang/perl-5.6 +RDEPEND=">=dev-lang/perl-5.6 dev-perl/URI >=dev-libs/glib-2.6.4 >=x11-libs/gtk+-2.6 + >=xfce-base/libxfce4util-${XFCE_MASTER_VERSION} >=xfce-base/xfce-mcs-manager-${XFCE_MASTER_VERSION} >=xfce-base/xfce-mcs-plugins-${XFCE_MASTER_VERSION} - doc? ( >=dev-util/gtk-doc-1.0 ) libnotify? ( >=x11-libs/libnotify-0.4 ) hal? ( >=sys-apps/hal-0.5 ) - python? ( - >=dev-lang/python-2.2 - >=dev-python/pygtk-2.4.0 - )" + python? ( >=dev-lang/python-2.2 + >=dev-python/pygtk-2.4.0 )" DEPEND="${RDEPEND} - dev-python/pygtk - >=xfce-base/xfce-mcs-manager-${XFCE_MASTER_VERSION}" + doc? ( >=dev-util/gtk-doc-1 ) + dev-util/intltool" XFCE_CONFIG="${XFCE_CONFIG} $(use_enable doc gtk-doc) \ $(use_enable python) $(use_enable libnotify notifications) \ |