diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-05-19 21:47:30 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-05-19 21:47:30 +0000 |
commit | 880d874dc7f7fda2cee54e4d3ffedc54279f46b4 (patch) | |
tree | a92f66d4392da1755abc288f2d9442eddad38d48 /xfce-extra | |
parent | EAPI4 (diff) | |
download | historical-880d874dc7f7fda2cee54e4d3ffedc54279f46b4.tar.gz historical-880d874dc7f7fda2cee54e4d3ffedc54279f46b4.tar.bz2 historical-880d874dc7f7fda2cee54e4d3ffedc54279f46b4.zip |
use DOCS array
Package-Manager: portage-2.2.0_alpha33/cvs/Linux x86_64
Diffstat (limited to 'xfce-extra')
-rw-r--r-- | xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.5.4.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.5.4.0.ebuild b/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.5.4.0.ebuild index eb9ca4b3eb24..a241c99611f1 100644 --- a/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.5.4.0.ebuild +++ b/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.5.4.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.5.4.0.ebuild,v 1.1 2011/04/19 13:08:11 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.5.4.0.ebuild,v 1.2 2011/05/19 21:47:30 ssuominen Exp $ EAPI=4 inherit xfconf @@ -31,5 +31,5 @@ pkg_setup() { $(xfconf_use_debug) ) - DOCS="AUTHORS ChangeLog README" + DOCS=( AUTHORS ChangeLog README ) } |