diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-02-04 17:58:22 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-02-04 17:58:22 +0000 |
commit | 8cf88fb4743c266c4289fa79d419f82b3115a4f6 (patch) | |
tree | 5d45640a9e18030151dc29b9d6246faa509c5208 /xfce-extra/xfce4-clipman-plugin | |
parent | EAPI3 plus cleanup (diff) | |
download | gentoo-2-8cf88fb4743c266c4289fa79d419f82b3115a4f6.tar.gz gentoo-2-8cf88fb4743c266c4289fa79d419f82b3115a4f6.tar.bz2 gentoo-2-8cf88fb4743c266c4289fa79d419f82b3115a4f6.zip |
EAPI3 plus cleanup
(Portage version: 2.2.0_alpha19/cvs/Linux x86_64)
Diffstat (limited to 'xfce-extra/xfce4-clipman-plugin')
-rw-r--r-- | xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.1.3.ebuild | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.1.3.ebuild b/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.1.3.ebuild index 9dd6386a76ed..bf35f6e34a7e 100644 --- a/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.1.3.ebuild +++ b/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.1.3.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-clipman-plugin/xfce4-clipman-plugin-1.1.3.ebuild,v 1.7 2010/04/14 17:44:21 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.1.3.ebuild,v 1.8 2011/02/04 17:58:22 ssuominen Exp $ -EAPI=2 +EAPI=3 EAUTORECONF=yes inherit xfconf @@ -31,7 +31,9 @@ DEPEND="${RDEPEND} pkg_setup() { DOCS="AUTHORS ChangeLog NEWS README TODO" - XFCONF="--disable-dependency-tracking - $(use_enable debug)" + XFCONF=( + --disable-dependency-tracking + $(use_enable debug) + ) PATCHES=( "${FILESDIR}/${PN}-1.1.1-exo.patch" ) } |