diff options
author | Michał Górny <mgorny@gentoo.org> | 2012-06-07 21:51:48 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2012-06-07 21:51:48 +0000 |
commit | 86a674422816e678646ee0c6c89fa70d65a86fca (patch) | |
tree | 11df9a71eadecca7b41c14aea9dacbface638c19 /eclass/ChangeLog | |
parent | fix static-libs useflag wrt bug #412675 (diff) | |
download | gentoo-2-86a674422816e678646ee0c6c89fa70d65a86fca.tar.gz gentoo-2-86a674422816e678646ee0c6c89fa70d65a86fca.tar.bz2 gentoo-2-86a674422816e678646ee0c6c89fa70d65a86fca.zip |
Extract to ${WORKDIR}/${P} rather than ${S}.
Diffstat (limited to 'eclass/ChangeLog')
-rw-r--r-- | eclass/ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog index 92e2461c03c8..0121bd88edeb 100644 --- a/eclass/ChangeLog +++ b/eclass/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for eclass directory # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.296 2012/06/07 15:36:49 pesa Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.297 2012/06/07 21:51:48 mgorny Exp $ + + 07 Jun 2012; Michał Górny <mgorny@gentoo.org> vcs-snapshot.eclass: + Extract to ${WORKDIR}/${P} rather than ${S}. 07 Jun 2012; Davide Pesavento <pesa@gentoo.org> qt4-build.eclass: Specify SLOT in blocker atoms, to avoid blocking Qt5 packages. |