diff options
author | Daniel Black <dragonheart@gentoo.org> | 2004-12-04 04:00:18 +0000 |
---|---|---|
committer | Daniel Black <dragonheart@gentoo.org> | 2004-12-04 04:00:18 +0000 |
commit | 28335eaf7bf4e958a6eb668dfaf177c19efa3e15 (patch) | |
tree | 34b6f79a91459928abf98893ae3fced04b9879e9 /dev-libs | |
parent | Update to rc-scripts-1.6.7. This will hopefully be the 1.11.x release that (diff) | |
download | gentoo-2-28335eaf7bf4e958a6eb668dfaf177c19efa3e15.tar.gz gentoo-2-28335eaf7bf4e958a6eb668dfaf177c19efa3e15.tar.bz2 gentoo-2-28335eaf7bf4e958a6eb668dfaf177c19efa3e15.zip |
ppc keyword 1.0.10-r1. Note versions >=1.0.11 are package.masked due to config file problems listed in bug #70529. ~x86 and ~sparc keyworded 1.0.11
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/log4c/ChangeLog | 8 | ||||
-rw-r--r-- | dev-libs/log4c/log4c-1.0.10-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/log4c/log4c-1.0.11.ebuild | 4 |
3 files changed, 11 insertions, 5 deletions
diff --git a/dev-libs/log4c/ChangeLog b/dev-libs/log4c/ChangeLog index 1b87f39b7207..181abc90c858 100644 --- a/dev-libs/log4c/ChangeLog +++ b/dev-libs/log4c/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-libs/log4c # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/log4c/ChangeLog,v 1.21 2004/12/02 20:51:02 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/log4c/ChangeLog,v 1.22 2004/12/04 04:00:18 dragonheart Exp $ + + 04 Dec 2004; Daniel Black <dragonheart@gentoo.org> log4c-1.0.10-r1.ebuild, + log4c-1.0.11: + ppc keyword 1.0.10-r1. Note versions >=1.0.11 are package.masked due to config + file problems listed in bug #70529. ~x86 and ~sparc keyworded 1.0.11 due + to problems. 03 Dec 2004; Daniel Black <dragonheart@gentoo.org> log4c-1.0.10-r1.ebuild: patched to fix selftest failure - bug #70529. Thanks Lee and Aaron diff --git a/dev-libs/log4c/log4c-1.0.10-r1.ebuild b/dev-libs/log4c/log4c-1.0.10-r1.ebuild index 79869209e868..b2f4e2a2b94d 100644 --- a/dev-libs/log4c/log4c-1.0.10-r1.ebuild +++ b/dev-libs/log4c/log4c-1.0.10-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/log4c/log4c-1.0.10-r1.ebuild,v 1.2 2004/12/02 20:51:02 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/log4c/log4c-1.0.10-r1.ebuild,v 1.3 2004/12/04 04:00:18 dragonheart Exp $ inherit eutils @@ -10,7 +10,7 @@ HOMEPAGE="http://log4c.sourceforge.net" SLOT="0" LICENSE="LGPL-2.1" -KEYWORDS="x86 ~sparc ~ppc ~amd64" +KEYWORDS="x86 ~sparc ppc ~amd64" IUSE="doc" # This is the last version of log4c that uses 'expat' and the last one I could diff --git a/dev-libs/log4c/log4c-1.0.11.ebuild b/dev-libs/log4c/log4c-1.0.11.ebuild index 5ce3be1875fa..09c3c091aa82 100644 --- a/dev-libs/log4c/log4c-1.0.11.ebuild +++ b/dev-libs/log4c/log4c-1.0.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/log4c/log4c-1.0.11.ebuild,v 1.6 2004/11/21 08:58:37 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/log4c/log4c-1.0.11.ebuild,v 1.7 2004/12/04 04:00:18 dragonheart Exp $ inherit eutils @@ -10,7 +10,7 @@ HOMEPAGE="http://log4c.sourceforge.net/" SLOT="0" LICENSE="LGPL-2.1" -KEYWORDS="x86 sparc ~ppc" +KEYWORDS="~x86 ~sparc ~ppc" IUSE="doc" DEPEND="doc? ( >=app-doc/doxygen-1.2.15 |