diff options
author | Markus Meier <maekke@gentoo.org> | 2012-01-08 21:27:45 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2012-01-08 21:27:45 +0000 |
commit | 5ca35466abb932a61e3ca5f5d66482381eadf2c6 (patch) | |
tree | 4b59292333ae773ad4a9bd6c69395dab0c9a5f17 /x11-libs/fltk | |
parent | Restore fallback code in pkg_preinst because of failures with paludis. (diff) | |
download | gentoo-2-5ca35466abb932a61e3ca5f5d66482381eadf2c6.tar.gz gentoo-2-5ca35466abb932a61e3ca5f5d66482381eadf2c6.tar.bz2 gentoo-2-5ca35466abb932a61e3ca5f5d66482381eadf2c6.zip |
arm stable, bug #395739
(Portage version: 2.1.10.44/cvs/Linux i686)
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 58183ea6957c..f0decbc570ef 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.199 2012/01/06 18:11:27 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/fltk/ChangeLog,v 1.200 2012/01/08 21:27:45 maekke Exp $ + + 08 Jan 2012; Markus Meier <maekke@gentoo.org> fltk-1.3.0.ebuild: + arm stable, bug #395739 06 Jan 2012; Jeroen Roovers <jer@gentoo.org> fltk-1.3.0.ebuild: Stable for HPPA (bug #395739). diff --git a/x11-libs/fltk/fltk-1.3.0.ebuild b/x11-libs/fltk/fltk-1.3.0.ebuild index 69eef63db528..91b0485aa13f 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.3 2012/01/06 18:11:27 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/fltk/fltk-1.3.0.ebuild,v 1.4 2012/01/08 21:27:45 maekke 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=" |