diff options
author | Peter Weller <welp@gentoo.org> | 2007-01-23 16:46:19 +0000 |
---|---|---|
committer | Peter Weller <welp@gentoo.org> | 2007-01-23 16:46:19 +0000 |
commit | e67c4830a09723e8f18b76e9402ef90841b871db (patch) | |
tree | ce1eb0d77e5c9fb44e38c033588c98dbf4aa3f96 /xfce-base/orage/orage-4.4.0.ebuild | |
parent | Removing usage of virtual/x11, and hardcoding in depends. Minor clean ups. (diff) | |
download | gentoo-2-e67c4830a09723e8f18b76e9402ef90841b871db.tar.gz gentoo-2-e67c4830a09723e8f18b76e9402ef90841b871db.tar.bz2 gentoo-2-e67c4830a09723e8f18b76e9402ef90841b871db.zip |
Removing usage of virtual/x11, and hardcoding in depends. Minor clean ups.
(Portage version: 2.1.2-r1)
Diffstat (limited to 'xfce-base/orage/orage-4.4.0.ebuild')
-rw-r--r-- | xfce-base/orage/orage-4.4.0.ebuild | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/xfce-base/orage/orage-4.4.0.ebuild b/xfce-base/orage/orage-4.4.0.ebuild index 95bb29a9e622..b8ce9421efa4 100644 --- a/xfce-base/orage/orage-4.4.0.ebuild +++ b/xfce-base/orage/orage-4.4.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/orage/orage-4.4.0.ebuild,v 1.2 2007/01/23 13:39:28 nichoj Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/orage/orage-4.4.0.ebuild,v 1.3 2007/01/23 16:46:19 welp Exp $ inherit xfce44 @@ -10,14 +10,12 @@ DESCRIPTION="Calendar for Xfce4" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" IUSE="debug" -RDEPEND="|| ( x11-libs/libX11 - virtual/x11 ) - >=dev-libs/glib-2.2 +RDEPEND=">=dev-libs/glib-2.2 >=x11-libs/gtk+-2.2 - >=xfce-base/libxfce4mcs-${PV} - >=xfce-base/libxfce4util-${PV} - >=xfce-base/libxfcegui4-${PV} - >=xfce-base/xfce4-panel-${PV} + >=xfce-base/libxfce4mcs-${XFCE_MASTER_VERSION} + >=xfce-base/libxfce4util-${XFCE_MASTER_VERSION} + >=xfce-base/libxfcegui4-${XFCE_MASTER_VERSION} + >=xfce-base/xfce4-panel-${XFCE_MASTER_VERSION} dev-libs/atk media-libs/libpng sys-libs/zlib @@ -25,6 +23,6 @@ RDEPEND="|| ( x11-libs/libX11 x11-libs/pango !xfce-extra/xfcalendar" DEPEND="${RDEPEND} - >=xfce-base/xfce-mcs-manager-${PV}" + >=xfce-base/xfce-mcs-manager-${XFCE_MASTER_VERSION}" xfce44_core_package |