diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-05-19 22:01:12 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-05-19 22:01:12 +0000 |
commit | 20554234db66e15714e885b087b4f05f0b709538 (patch) | |
tree | fedb59f2bfa43dc09c62ce1ed372a0e008739bb5 /xfce-base | |
parent | EAPI4 (diff) | |
download | gentoo-2-20554234db66e15714e885b087b4f05f0b709538.tar.gz gentoo-2-20554234db66e15714e885b087b4f05f0b709538.tar.bz2 gentoo-2-20554234db66e15714e885b087b4f05f0b709538.zip |
Use DOCS array, leave to EAPI=3 because of python.eclass
(Portage version: 2.2.0_alpha33/cvs/Linux x86_64)
Diffstat (limited to 'xfce-base')
-rw-r--r-- | xfce-base/exo/exo-0.6.0.ebuild | 4 | ||||
-rw-r--r-- | xfce-base/exo/exo-0.6.1.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/xfce-base/exo/exo-0.6.0.ebuild b/xfce-base/exo/exo-0.6.0.ebuild index 78856964c7f3..babd67bb666b 100644 --- a/xfce-base/exo/exo-0.6.0.ebuild +++ b/xfce-base/exo/exo-0.6.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-base/exo/exo-0.6.0.ebuild,v 1.6 2011/02/14 19:18:38 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/exo/exo-0.6.0.ebuild,v 1.7 2011/05/19 22:01:12 ssuominen Exp $ EAPI=3 @@ -43,7 +43,7 @@ pkg_setup() { --with-html-dir="${EPREFIX}"/usr/share/doc/${PF}/html ) - DOCS="AUTHORS ChangeLog HACKING NEWS README THANKS TODO" + DOCS=( AUTHORS ChangeLog HACKING NEWS README THANKS TODO ) } src_prepare() { diff --git a/xfce-base/exo/exo-0.6.1.ebuild b/xfce-base/exo/exo-0.6.1.ebuild index 3c0384eee92c..be425bf083ac 100644 --- a/xfce-base/exo/exo-0.6.1.ebuild +++ b/xfce-base/exo/exo-0.6.1.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/exo/exo-0.6.1.ebuild,v 1.2 2011/05/12 09:37:16 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/exo/exo-0.6.1.ebuild,v 1.3 2011/05/19 22:01:12 ssuominen Exp $ EAPI=3 PYTHON_DEPEND="python? 2" @@ -41,7 +41,7 @@ pkg_setup() { --with-html-dir="${EPREFIX}"/usr/share/doc/${PF}/html ) - DOCS="AUTHORS ChangeLog HACKING NEWS README THANKS TODO" + DOCS=( AUTHORS ChangeLog HACKING NEWS README THANKS TODO ) } src_prepare() { |