diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-12-18 19:42:21 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-12-18 19:42:21 +0000 |
commit | 3e037e9d08b0181f529fdaf905baf6b2ef0e307d (patch) | |
tree | 6b4ad35e8f840fbf45fe1e7f89a0fc5cf4328a04 /xfce-extra/xfce4-hdaps | |
parent | Do not duplicate docsdir (diff) | |
download | gentoo-2-3e037e9d08b0181f529fdaf905baf6b2ef0e307d.tar.gz gentoo-2-3e037e9d08b0181f529fdaf905baf6b2ef0e307d.tar.bz2 gentoo-2-3e037e9d08b0181f529fdaf905baf6b2ef0e307d.zip |
tidy
(Portage version: 2.2.0_alpha9/cvs/Linux x86_64)
Diffstat (limited to 'xfce-extra/xfce4-hdaps')
-rw-r--r-- | xfce-extra/xfce4-hdaps/xfce4-hdaps-0.0.6.ebuild | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/xfce-extra/xfce4-hdaps/xfce4-hdaps-0.0.6.ebuild b/xfce-extra/xfce4-hdaps/xfce4-hdaps-0.0.6.ebuild index 2f8fcf01f753..c6c65488077b 100644 --- a/xfce-extra/xfce4-hdaps/xfce4-hdaps-0.0.6.ebuild +++ b/xfce-extra/xfce4-hdaps/xfce4-hdaps-0.0.6.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-hdaps/xfce4-hdaps-0.0.6.ebuild,v 1.2 2010/09/06 20:32:57 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-hdaps/xfce4-hdaps-0.0.6.ebuild,v 1.3 2010/12/18 19:42:21 ssuominen Exp $ -EAPI=2 +EAPI=3 inherit linux-info xfconf DESCRIPTION="A plugin to indicate the status of the IBM Hard Drive Active Protection System" @@ -27,8 +27,11 @@ DEPEND="${COMMON_DEPEND} sys-devel/gettext" pkg_setup() { - XFCONF="--disable-option-checking - $(xfconf_use_debug)" + XFCONF=( + --disable-option-checking + $(xfconf_use_debug) + ) + DOCS="AUTHORS ChangeLog NEWS README TODO" linux-info_pkg_setup |