diff options
author | 2008-02-05 16:35:28 +0000 | |
---|---|---|
committer | 2008-02-05 16:35:28 +0000 | |
commit | de296052322c34c56c575eced3373bcf9fb086c8 (patch) | |
tree | 0fd242e8534dee78db328f8840e1375d01466026 /sys-libs/gwenhywfar | |
parent | Remove the filename since users are apparently retarded. Closes bug #207788. (diff) | |
download | historical-de296052322c34c56c575eced3373bcf9fb086c8.tar.gz historical-de296052322c34c56c575eced3373bcf9fb086c8.tar.bz2 historical-de296052322c34c56c575eced3373bcf9fb086c8.zip |
Added ~ppc64; fix dependencies for app-office/kmymoney2
Package-Manager: portage-2.1.3.19
Diffstat (limited to 'sys-libs/gwenhywfar')
-rw-r--r-- | sys-libs/gwenhywfar/ChangeLog | 7 | ||||
-rw-r--r-- | sys-libs/gwenhywfar/gwenhywfar-2.6.2.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sys-libs/gwenhywfar/ChangeLog b/sys-libs/gwenhywfar/ChangeLog index 400a98061f41..57b28efc5d89 100644 --- a/sys-libs/gwenhywfar/ChangeLog +++ b/sys-libs/gwenhywfar/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-libs/gwenhywfar -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/gwenhywfar/ChangeLog,v 1.51 2007/11/19 16:58:59 hanno Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/gwenhywfar/ChangeLog,v 1.52 2008/02/05 16:34:33 corsair Exp $ + + 05 Feb 2008; Markus Rothe <corsair@gentoo.org> gwenhywfar-2.6.2.ebuild: + Added ~ppc64; fix dependencies for app-office/kmymoney2 *gwenhywfar-2.6.2 (19 Nov 2007) diff --git a/sys-libs/gwenhywfar/gwenhywfar-2.6.2.ebuild b/sys-libs/gwenhywfar/gwenhywfar-2.6.2.ebuild index ef0b01e8b451..6c111099d019 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-2007 Gentoo Foundation +# 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.1 2007/11/19 16:58:59 hanno Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/gwenhywfar/gwenhywfar-2.6.2.ebuild,v 1.2 2008/02/05 16:34:33 corsair 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 ~sparc ~x86" +KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" IUSE="debug ssl doc ncurses" |