summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatti Bickel <mabi@gentoo.org>2012-01-13 23:25:40 +0000
committerMatti Bickel <mabi@gentoo.org>2012-01-13 23:25:40 +0000
commitd6020a828a21d9a50829a4b8c18c0c0fa452d808 (patch)
treec4347f4ab2112c9eaa2ce8accef4f6b81c56f835 /eclass/ChangeLog
parentApply pkglibexec patch. Thanks to Alphat-PC <AlphatPC@gmail.com>. Bug #397399 (diff)
downloadgentoo-2-d6020a828a21d9a50829a4b8c18c0c0fa452d808.tar.gz
gentoo-2-d6020a828a21d9a50829a4b8c18c0c0fa452d808.tar.bz2
gentoo-2-d6020a828a21d9a50829a4b8c18c0c0fa452d808.zip
Uncomment DEPEND for php-ext-source-r2.eclass, but w/o the SELFDEPEND that breaks pecl ebuilds (bug #398553)
Diffstat (limited to 'eclass/ChangeLog')
-rw-r--r--eclass/ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog
index 30deb0cf2940..d80c15743ebb 100644
--- a/eclass/ChangeLog
+++ b/eclass/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for eclass directory
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.77 2012/01/13 20:52:42 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.78 2012/01/13 23:25:40 mabi Exp $
+
+ 13 Jan 2012; Matti Bickel <mabi@gentoo.org> php-ext-source-r2.eclass:
+ Uncomment DEPEND for php-ext-source-r2.eclass, but w/o the SELFDEPEND that
+ breaks pecl ebuilds (bug #398553)
13 Jan 2012; Ulrich Müller <ulm@gentoo.org> +cdrom.eclass:
New cdrom.eclass, split out CD-ROM functions from eutils.eclass.