diff options
author | 2011-12-17 13:22:05 +0000 | |
---|---|---|
committer | 2011-12-17 13:22:05 +0000 | |
commit | 4b9ece377fc5f07c78fb6c6d3fa00d4407ad360c (patch) | |
tree | 4e70b20439ee3791e133a83b19043e8c5b6014f8 /sci-libs/ccolamd | |
parent | fix build with USE=doc, by Martin von Gagern in bug #394907 (diff) | |
download | gentoo-2-4b9ece377fc5f07c78fb6c6d3fa00d4407ad360c.tar.gz gentoo-2-4b9ece377fc5f07c78fb6c6d3fa00d4407ad360c.tar.bz2 gentoo-2-4b9ece377fc5f07c78fb6c6d3fa00d4407ad360c.zip |
DOCS needs to be an array, #395045
(Portage version: 2.2.0_alpha81/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs/ccolamd')
-rw-r--r-- | sci-libs/ccolamd/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/ccolamd/ccolamd-2.7.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-libs/ccolamd/ChangeLog b/sci-libs/ccolamd/ChangeLog index 02727d3e0aed..f8c216552d52 100644 --- a/sci-libs/ccolamd/ChangeLog +++ b/sci-libs/ccolamd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/ccolamd # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/ccolamd/ChangeLog,v 1.19 2011/12/16 12:46:06 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/ccolamd/ChangeLog,v 1.20 2011/12/17 13:22:05 jlec Exp $ + + 17 Dec 2011; Justin Lecher <jlec@gentoo.org> ccolamd-2.7.3.ebuild: + DOCS needs to be an array, #395045 16 Dec 2011; Agostino Sarubbo <ago@gentoo.org> ccolamd-2.7.3.ebuild: Stable for AMD64, wrt bug #393945 diff --git a/sci-libs/ccolamd/ccolamd-2.7.3.ebuild b/sci-libs/ccolamd/ccolamd-2.7.3.ebuild index 9ab681c85a16..a2a582d93ea0 100644 --- a/sci-libs/ccolamd/ccolamd-2.7.3.ebuild +++ b/sci-libs/ccolamd/ccolamd-2.7.3.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/sci-libs/ccolamd/ccolamd-2.7.3.ebuild,v 1.4 2011/12/16 12:46:06 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/ccolamd/ccolamd-2.7.3.ebuild,v 1.5 2011/12/17 13:22:05 jlec Exp $ EAPI=4 @@ -20,7 +20,7 @@ IUSE="static-libs" DEPEND="sci-libs/ufconfig" RDEPEND="${DEPEND}" -DOCS="README.txt Doc/ChangeLog" +DOCS=( README.txt Doc/ChangeLog ) S="${WORKDIR}/${MY_PN}" |