diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-12-18 19:56:14 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-12-18 19:56:14 +0000 |
commit | e4384a0de91a8e4464aeeabd4de12f954042b429 (patch) | |
tree | f4987444e8cfe910df5b16d8651b73a528216b12 /xfce-extra | |
parent | Delete older ebuild. (diff) | |
download | gentoo-2-e4384a0de91a8e4464aeeabd4de12f954042b429.tar.gz gentoo-2-e4384a0de91a8e4464aeeabd4de12f954042b429.tar.bz2 gentoo-2-e4384a0de91a8e4464aeeabd4de12f954042b429.zip |
tidy
(Portage version: 2.2.0_alpha9/cvs/Linux x86_64)
Diffstat (limited to 'xfce-extra')
-rw-r--r-- | xfce-extra/xfce4-dict/xfce4-dict-0.6.0.ebuild | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/xfce-extra/xfce4-dict/xfce4-dict-0.6.0.ebuild b/xfce-extra/xfce4-dict/xfce4-dict-0.6.0.ebuild index 1616299511f9..1e7b9fe4a1e0 100644 --- a/xfce-extra/xfce4-dict/xfce4-dict-0.6.0.ebuild +++ b/xfce-extra/xfce4-dict/xfce4-dict-0.6.0.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-dict/xfce4-dict-0.6.0.ebuild,v 1.7 2010/04/14 17:44:42 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-dict/xfce4-dict-0.6.0.ebuild,v 1.8 2010/12/18 19:56:14 ssuominen Exp $ -EAPI=2 +EAPI=3 inherit xfconf DESCRIPTION="plugin and stand-alone application to query dict.org" -HOMEPAGE="http://goodies.xfce.org/projects/applications/xfce4-dict " +HOMEPAGE="http://goodies.xfce.org/projects/applications/xfce4-dict" SRC_URI="mirror://xfce/src/apps/${PN}/0.6/${P}.tar.bz2" LICENSE="GPL-2" @@ -24,7 +24,10 @@ DEPEND="${RDEPEND} dev-util/pkgconfig" pkg_setup() { + XFCONF=( + --disable-dependency-tracking + $(xfconf_use_debug) + ) + DOCS="AUTHORS ChangeLog README" - XFCONF="--disable-dependency-tracking - $(use_enable debug)" } |