summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2011-02-04 17:57:00 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2011-02-04 17:57:00 +0000
commit26d0f472eeacb5160cb29c47c2763eced5977d61 (patch)
tree064b6b4aa141b41ba8bf19f35dd955bde350c312 /xfce-extra
parentEAPI3 plus cleanup (diff)
downloadgentoo-2-26d0f472eeacb5160cb29c47c2763eced5977d61.tar.gz
gentoo-2-26d0f472eeacb5160cb29c47c2763eced5977d61.tar.bz2
gentoo-2-26d0f472eeacb5160cb29c47c2763eced5977d61.zip
EAPI3 plus cleanup
(Portage version: 2.2.0_alpha19/cvs/Linux x86_64)
Diffstat (limited to 'xfce-extra')
-rw-r--r--xfce-extra/xfce4-mailwatch-plugin/xfce4-mailwatch-plugin-1.1.0.ebuild14
1 files changed, 9 insertions, 5 deletions
diff --git a/xfce-extra/xfce4-mailwatch-plugin/xfce4-mailwatch-plugin-1.1.0.ebuild b/xfce-extra/xfce4-mailwatch-plugin/xfce4-mailwatch-plugin-1.1.0.ebuild
index 43ae78fb794f..f36c595e91ee 100644
--- a/xfce-extra/xfce4-mailwatch-plugin/xfce4-mailwatch-plugin-1.1.0.ebuild
+++ b/xfce-extra/xfce4-mailwatch-plugin/xfce4-mailwatch-plugin-1.1.0.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-mailwatch-plugin/xfce4-mailwatch-plugin-1.1.0.ebuild,v 1.3 2010/08/07 12:33:44 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-mailwatch-plugin/xfce4-mailwatch-plugin-1.1.0.ebuild,v 1.4 2011/02/04 17:57:00 ssuominen Exp $
-EAPI=2
+EAPI=3
EAUTORECONF=yes
inherit xfconf
@@ -28,9 +28,13 @@ pkg_setup() {
"${FILESDIR}"/${P}-no-ssl.patch
"${FILESDIR}"/${P}-link_to_libxfcegui4.patch
)
- XFCONF="--disable-dependency-tracking
+
+ XFCONF=(
+ --disable-dependency-tracking
$(use_enable ssl)
$(use_enable ipv6)
- $(xfconf_use_debug)"
+ $(xfconf_use_debug)
+ )
+
DOCS="AUTHORS ChangeLog NEWS README TODO"
}