diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-05-19 22:12:28 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-05-19 22:12:28 +0000 |
commit | 07d9c23c00e55c8e9cedd6f041291d204799a027 (patch) | |
tree | 277f9f31050a7562a8950035e95438837a7ea35e /xfce-base/garcon | |
parent | EAPI4 (diff) | |
download | gentoo-2-07d9c23c00e55c8e9cedd6f041291d204799a027.tar.gz gentoo-2-07d9c23c00e55c8e9cedd6f041291d204799a027.tar.bz2 gentoo-2-07d9c23c00e55c8e9cedd6f041291d204799a027.zip |
Use DOCS array
(Portage version: 2.2.0_alpha33/cvs/Linux x86_64)
Diffstat (limited to 'xfce-base/garcon')
-rw-r--r-- | xfce-base/garcon/garcon-0.1.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xfce-base/garcon/garcon-0.1.7.ebuild b/xfce-base/garcon/garcon-0.1.7.ebuild index 2f62b7e4c61b..a1db9ff283ee 100644 --- a/xfce-base/garcon/garcon-0.1.7.ebuild +++ b/xfce-base/garcon/garcon-0.1.7.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-base/garcon/garcon-0.1.7.ebuild,v 1.6 2011/05/07 17:44:56 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/garcon/garcon-0.1.7.ebuild,v 1.7 2011/05/19 22:12:28 ssuominen Exp $ EAPI=4 inherit xfconf @@ -28,5 +28,5 @@ pkg_setup() { --with-html-dir="${EPREFIX}"/usr/share/doc/${PF}/html ) - DOCS="AUTHORS ChangeLog HACKING NEWS README STATUS TODO" + DOCS=( AUTHORS ChangeLog HACKING NEWS README STATUS TODO ) } |