diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2010-01-01 09:42:01 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2010-01-01 09:42:01 +0000 |
commit | d6e41a05f06dd7f549f457f5555cc392baf69c5b (patch) | |
tree | 5ef042dcfa9e8251cad41ed3882a1da768414517 /sys-libs | |
parent | Version bump with test fixes for ruby 1.9. (diff) | |
download | gentoo-2-d6e41a05f06dd7f549f457f5555cc392baf69c5b.tar.gz gentoo-2-d6e41a05f06dd7f549f457f5555cc392baf69c5b.tar.bz2 gentoo-2-d6e41a05f06dd7f549f457f5555cc392baf69c5b.zip |
Stable on amd64 wrt bug #299125
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/gwenhywfar/ChangeLog | 8 | ||||
-rw-r--r-- | sys-libs/gwenhywfar/gwenhywfar-3.10.1.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/sys-libs/gwenhywfar/ChangeLog b/sys-libs/gwenhywfar/ChangeLog index 32b0a75f7a16..eec05ab19775 100644 --- a/sys-libs/gwenhywfar/ChangeLog +++ b/sys-libs/gwenhywfar/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-libs/gwenhywfar -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/gwenhywfar/ChangeLog,v 1.74 2009/10/22 16:29:38 armin76 Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/gwenhywfar/ChangeLog,v 1.75 2010/01/01 09:42:01 hwoarang Exp $ + + 01 Jan 2010; Markos Chandras <hwoarang@gentoo.org> + gwenhywfar-3.10.1.ebuild: + Stable on amd64 wrt bug #299125 22 Oct 2009; Raúl Porcel <armin76@gentoo.org> gwenhywfar-3.8.2.ebuild: sparc stable wrt #275705 diff --git a/sys-libs/gwenhywfar/gwenhywfar-3.10.1.ebuild b/sys-libs/gwenhywfar/gwenhywfar-3.10.1.ebuild index 171af8e564ed..0dd8dedc7f6e 100644 --- a/sys-libs/gwenhywfar/gwenhywfar-3.10.1.ebuild +++ b/sys-libs/gwenhywfar/gwenhywfar-3.10.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/gwenhywfar/gwenhywfar-3.10.1.ebuild,v 1.1 2009/09/11 23:56:06 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/gwenhywfar/gwenhywfar-3.10.1.ebuild,v 1.2 2010/01/01 09:42:01 hwoarang Exp $ EAPI="2" @@ -9,7 +9,7 @@ HOMEPAGE="http://gwenhywfar.sourceforge.net" SRC_URI="http://www2.aquamaniac.de/sites/download/download.php?package=01&release=27&file=01&dummy=${P}.tar.gz -> ${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" IUSE="debug ssl doc" |