summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2011-05-19 20:23:27 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2011-05-19 20:23:27 +0000
commit6187dce37b54996b832830fc2b44599022f9e4b3 (patch)
treed6c73cff9ff75f87f1173de2f876c63a8f840384 /xfce-extra/xfce4-gvfs-mount
parentEAPI4 (diff)
downloadgentoo-2-6187dce37b54996b832830fc2b44599022f9e4b3.tar.gz
gentoo-2-6187dce37b54996b832830fc2b44599022f9e4b3.tar.bz2
gentoo-2-6187dce37b54996b832830fc2b44599022f9e4b3.zip
EAPI4
(Portage version: 2.2.0_alpha33/cvs/Linux x86_64)
Diffstat (limited to 'xfce-extra/xfce4-gvfs-mount')
-rw-r--r--xfce-extra/xfce4-gvfs-mount/xfce4-gvfs-mount-0.0.4.ebuild22
1 files changed, 9 insertions, 13 deletions
diff --git a/xfce-extra/xfce4-gvfs-mount/xfce4-gvfs-mount-0.0.4.ebuild b/xfce-extra/xfce4-gvfs-mount/xfce4-gvfs-mount-0.0.4.ebuild
index cd5fb277883d..1fa81e48c7e8 100644
--- a/xfce-extra/xfce4-gvfs-mount/xfce4-gvfs-mount-0.0.4.ebuild
+++ b/xfce-extra/xfce4-gvfs-mount/xfce4-gvfs-mount-0.0.4.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-gvfs-mount/xfce4-gvfs-mount-0.0.4.ebuild,v 1.2 2010/12/18 19:40:14 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-gvfs-mount/xfce4-gvfs-mount-0.0.4.ebuild,v 1.3 2011/05/19 20:23:27 ssuominen Exp $
-EAPI=3
+EAPI=4
inherit xfconf
MY_REV=6d2684b
@@ -16,13 +16,13 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="debug"
-RDEPEND=">=dev-libs/dbus-glib-0.76
+RDEPEND=">=dev-libs/dbus-glib-0.88
>=dev-libs/glib-2.16:2
>=x11-libs/gtk+-2.12:2
>=gnome-base/libglade-2.6
- >=xfce-base/libxfce4util-4.4
- >=xfce-base/libxfcegui4-4.4
- >=xfce-base/xfce4-panel-4.4"
+ >=xfce-base/libxfce4util-4.8
+ >=xfce-base/libxfcegui4-4.8
+ >=xfce-base/xfce4-panel-4.8"
DEPEND="${RDEPEND}
dev-util/pkgconfig
dev-util/intltool"
@@ -30,10 +30,6 @@ DEPEND="${RDEPEND}
S=${WORKDIR}/${P}-${MY_REV}
pkg_setup() {
- XFCONF=(
- --disable-dependency-tracking
- $(xfconf_use_debug)
- )
-
- DOCS="AUTHORS NEWS README"
+ XFCONF=( $(xfconf_use_debug) )
+ DOCS=( AUTHORS NEWS README )
}