diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2011-05-23 10:39:19 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2011-05-23 10:39:19 -0400 |
commit | 3f96d48be6eaf5d19011431d362f5d1899add92a (patch) | |
tree | 0aaf28ab9be4b363ec5a68ba0f274d107b4c4784 /dev-util/eresi/ChangeLog | |
parent | sys-kernel/hardened-sources: moved to tree (diff) | |
download | blueness-3f96d48be6eaf5d19011431d362f5d1899add92a.tar.gz blueness-3f96d48be6eaf5d19011431d362f5d1899add92a.tar.bz2 blueness-3f96d48be6eaf5d19011431d362f5d1899add92a.zip |
dev-util/eresi: moved from sunrise overlay for testing before being introduced to the tree
Diffstat (limited to 'dev-util/eresi/ChangeLog')
-rw-r--r-- | dev-util/eresi/ChangeLog | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/dev-util/eresi/ChangeLog b/dev-util/eresi/ChangeLog new file mode 100644 index 0000000..0b465da --- /dev/null +++ b/dev-util/eresi/ChangeLog @@ -0,0 +1,26 @@ +# ChangeLog for dev-util/eresi +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + + 05 Oct 2010; Martin von Gagern (MvG) <Martin.vGagern@gmx.net> + eresi-0.82_beta2.ebuild: + Fix build issues with glibc 2.12 where __USE_GNU gets unset unless + _GNU_SOURCE is defined, preventing the definition of REG_* macros from + sys/ucontext.h. + + 04 Jul 2010; Martin von Gagern (MvG) <Martin.vGagern@gmx.net> + +files/0.82_beta2-as-needed.patch, + +files/0.82_beta2-drop-dprintf.patch, eresi-0.82_beta2.ebuild: + * Updated SRC_URI to new host + * Fix build-time issue due to conflicting dprintf declarations + * Fix problem with --as-needed + * Fix path of one doc file + + 09 Jan 2009; Thomas Sachau (Tommy[D]) <tommy@gentoo.org> + eresi-0.82_beta2.ebuild: + Adding some bash magic for less dodoc lines + + 02 Jan 2009; Martin von Gagern (MvG) <Martin.vGagern@gmx.net> + +files/0.82-parallel-make.patch, +eresi-0.82_beta2.ebuild, +metadata.xml: + New ebuild for ERESI, to replace dev-util/elfsh. Bug #253436 + |