diff options
author | 2006-03-19 14:20:27 +0000 | |
---|---|---|
committer | 2006-03-19 14:20:27 +0000 | |
commit | 9894d335bae5c031449c2f3c27980cda584ea459 (patch) | |
tree | 6685cc33d909e73b6d9137eafbd5140550ed25d3 /x11-libs/fltk | |
parent | Stable on ppc64 (diff) | |
download | gentoo-2-9894d335bae5c031449c2f3c27980cda584ea459.tar.gz gentoo-2-9894d335bae5c031449c2f3c27980cda584ea459.tar.bz2 gentoo-2-9894d335bae5c031449c2f3c27980cda584ea459.zip |
Stable on ppc64
(Portage version: 2.0.54)
Diffstat (limited to 'x11-libs/fltk')
-rw-r--r-- | x11-libs/fltk/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/fltk/fltk-1.1.7.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-libs/fltk/ChangeLog b/x11-libs/fltk/ChangeLog index 7eedd86b6c88..55217610ebe8 100644 --- a/x11-libs/fltk/ChangeLog +++ b/x11-libs/fltk/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/fltk # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/fltk/ChangeLog,v 1.65 2006/03/19 00:57:53 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/fltk/ChangeLog,v 1.66 2006/03/19 14:20:27 corsair Exp $ + + 19 Mar 2006; Markus Rothe <corsair@gentoo.org> fltk-1.1.7.ebuild: + Stable on ppc64 19 Mar 2006; Krzysiek Pawlik <nelchael@gentoo.org> fltk-1.1.7.ebuild: Stable on x86. diff --git a/x11-libs/fltk/fltk-1.1.7.ebuild b/x11-libs/fltk/fltk-1.1.7.ebuild index 7c2bf0089a2f..d1040d56f7a0 100644 --- a/x11-libs/fltk/fltk-1.1.7.ebuild +++ b/x11-libs/fltk/fltk-1.1.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/fltk/fltk-1.1.7.ebuild,v 1.2 2006/03/19 00:57:53 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/fltk/fltk-1.1.7.ebuild,v 1.3 2006/03/19 14:20:27 corsair Exp $ IUSE="noxft opengl debug" @@ -10,7 +10,7 @@ DESCRIPTION="C++ user interface toolkit for X and OpenGL." HOMEPAGE="http://www.fltk.org" SRC_URI="http://ftp.easysw.com/pub/${PN}/${PV}/${P}-source.tar.bz2" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ppc64 ~sparc x86" LICENSE="FLTK LGPL-2" PV_MAJOR=${PV/.*/} |