diff options
author | Friedrich Oslage <bluebird@gentoo.org> | 2008-08-22 19:45:38 +0000 |
---|---|---|
committer | Friedrich Oslage <bluebird@gentoo.org> | 2008-08-22 19:45:38 +0000 |
commit | 21a70a39438e9ac52a96e7e7d35955f283b02222 (patch) | |
tree | 96a53db883caf20a6db088b720ff61d0c5f7a8e6 /sys-libs/gwenhywfar | |
parent | Version bump. Should fix bug #233280, thank Christopher Covington for report,... (diff) | |
download | historical-21a70a39438e9ac52a96e7e7d35955f283b02222.tar.gz historical-21a70a39438e9ac52a96e7e7d35955f283b02222.tar.bz2 historical-21a70a39438e9ac52a96e7e7d35955f283b02222.zip |
Stable on sparc, bug #233536
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'sys-libs/gwenhywfar')
-rw-r--r-- | sys-libs/gwenhywfar/ChangeLog | 6 | ||||
-rw-r--r-- | sys-libs/gwenhywfar/gwenhywfar-2.6.2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-libs/gwenhywfar/ChangeLog b/sys-libs/gwenhywfar/ChangeLog index 6d1a692f10fa..1dae268df6bb 100644 --- a/sys-libs/gwenhywfar/ChangeLog +++ b/sys-libs/gwenhywfar/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-libs/gwenhywfar # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/gwenhywfar/ChangeLog,v 1.56 2008/08/05 13:32:47 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/gwenhywfar/ChangeLog,v 1.57 2008/08/22 19:43:21 bluebird Exp $ + + 22 Aug 2008; Friedrich Oslage <bluebird@gentoo.org> + gwenhywfar-2.6.2.ebuild: + Stable on sparc, bug #233536 05 Aug 2008; Torsten Veller <tove@gentoo.org> gwenhywfar-2.6.2.ebuild: Stable on x86 (#233536) diff --git a/sys-libs/gwenhywfar/gwenhywfar-2.6.2.ebuild b/sys-libs/gwenhywfar/gwenhywfar-2.6.2.ebuild index 723247c2fe58..1a7303557e4a 100644 --- a/sys-libs/gwenhywfar/gwenhywfar-2.6.2.ebuild +++ b/sys-libs/gwenhywfar/gwenhywfar-2.6.2.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/gwenhywfar/gwenhywfar-2.6.2.ebuild,v 1.5 2008/08/05 13:32:47 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/gwenhywfar/gwenhywfar-2.6.2.ebuild,v 1.6 2008/08/22 19:43:21 bluebird Exp $ DESCRIPTION="A multi-platform helper library for other libraries" HOMEPAGE="http://gwenhywfar.sourceforge.net" SRC_URI="mirror://sourceforge/${PN}/${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 ncurses" |