summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2011-05-19 21:47:30 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2011-05-19 21:47:30 +0000
commitb185f071cf3e2d3d61065a9bbd8ab070731a57b0 (patch)
treea231415458d5ac75487fefc2abb36c04901977f6 /xfce-extra
parentEAPI4 (diff)
downloadgentoo-2-b185f071cf3e2d3d61065a9bbd8ab070731a57b0.tar.gz
gentoo-2-b185f071cf3e2d3d61065a9bbd8ab070731a57b0.tar.bz2
gentoo-2-b185f071cf3e2d3d61065a9bbd8ab070731a57b0.zip
use DOCS array
(Portage version: 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.ebuild4
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 )
}