summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2011-02-04 17:57:38 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2011-02-04 17:57:38 +0000
commit2adbe3a0cd5c8fe1a86c75297732ecfdae54d6fd (patch)
tree8ab2be10a8cfd4bee24fdf5e61ee6e1151e76033 /xfce-extra/xfce4-notes-plugin
parentEAPI3 plus cleanup (diff)
downloadgentoo-2-2adbe3a0cd5c8fe1a86c75297732ecfdae54d6fd.tar.gz
gentoo-2-2adbe3a0cd5c8fe1a86c75297732ecfdae54d6fd.tar.bz2
gentoo-2-2adbe3a0cd5c8fe1a86c75297732ecfdae54d6fd.zip
EAPI3 plus cleanup
(Portage version: 2.2.0_alpha19/cvs/Linux x86_64)
Diffstat (limited to 'xfce-extra/xfce4-notes-plugin')
-rw-r--r--xfce-extra/xfce4-notes-plugin/xfce4-notes-plugin-1.7.6.ebuild13
1 files changed, 8 insertions, 5 deletions
diff --git a/xfce-extra/xfce4-notes-plugin/xfce4-notes-plugin-1.7.6.ebuild b/xfce-extra/xfce4-notes-plugin/xfce4-notes-plugin-1.7.6.ebuild
index d1ba09ec9c86..6cc25934b776 100644
--- a/xfce-extra/xfce4-notes-plugin/xfce4-notes-plugin-1.7.6.ebuild
+++ b/xfce-extra/xfce4-notes-plugin/xfce4-notes-plugin-1.7.6.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-notes-plugin/xfce4-notes-plugin-1.7.6.ebuild,v 1.8 2010/08/29 18:05:05 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-notes-plugin/xfce4-notes-plugin-1.7.6.ebuild,v 1.9 2011/02/04 17:57:38 ssuominen Exp $
-EAPI=2
+EAPI=3
inherit xfconf
DESCRIPTION="Xfce4 panel sticky notes plugin"
@@ -27,7 +27,10 @@ DEPEND="${RDEPEND}
pkg_setup() {
DOCS="AUTHORS ChangeLog NEWS README"
- XFCONF="--disable-dependency-tracking
+
+ XFCONF=(
+ --disable-dependency-tracking
--disable-static
- $(xfconf_use_debug)"
+ $(xfconf_use_debug)
+ )
}