diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-01-26 13:31:52 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-01-26 13:31:52 +0000 |
commit | e9b51ec1d7985103755b1a2ad58aba37473529f0 (patch) | |
tree | cd4fd3c18c215aa401901275039b3085acb1d20a /x11-libs/fltk | |
parent | old (diff) | |
download | gentoo-2-e9b51ec1d7985103755b1a2ad58aba37473529f0.tar.gz gentoo-2-e9b51ec1d7985103755b1a2ad58aba37473529f0.tar.bz2 gentoo-2-e9b51ec1d7985103755b1a2ad58aba37473529f0.zip |
ppc/ppc64 stable wrt #395739
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs/fltk')
-rw-r--r-- | x11-libs/fltk/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/fltk/fltk-1.3.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-libs/fltk/ChangeLog b/x11-libs/fltk/ChangeLog index f0decbc570ef..13900484c774 100644 --- a/x11-libs/fltk/ChangeLog +++ b/x11-libs/fltk/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/fltk # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/fltk/ChangeLog,v 1.200 2012/01/08 21:27:45 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/fltk/ChangeLog,v 1.201 2012/01/26 13:31:52 ssuominen Exp $ + + 26 Jan 2012; Samuli Suominen <ssuominen@gentoo.org> fltk-1.3.0.ebuild: + ppc/ppc64 stable wrt #395739 08 Jan 2012; Markus Meier <maekke@gentoo.org> fltk-1.3.0.ebuild: arm stable, bug #395739 diff --git a/x11-libs/fltk/fltk-1.3.0.ebuild b/x11-libs/fltk/fltk-1.3.0.ebuild index 91b0485aa13f..636a9ace4902 100644 --- a/x11-libs/fltk/fltk-1.3.0.ebuild +++ b/x11-libs/fltk/fltk-1.3.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/fltk/fltk-1.3.0.ebuild,v 1.4 2012/01/08 21:27:45 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/fltk/fltk-1.3.0.ebuild,v 1.5 2012/01/26 13:31:52 ssuominen Exp $ EAPI=3 @@ -14,7 +14,7 @@ SRC_URI="mirror://easysw/${PN}/${PV/_}/${P/_}-source.tar.gz" SLOT="1" LICENSE="FLTK LGPL-2" -KEYWORDS="~alpha amd64 arm hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux" IUSE="cairo debug doc examples games opengl pdf threads xft xinerama" RDEPEND=" |