diff options
-rw-r--r-- | x11-libs/fltk/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/fltk/fltk-1.3.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-libs/fltk/ChangeLog b/x11-libs/fltk/ChangeLog index 8e1f0a017f8d..537547c42fd7 100644 --- a/x11-libs/fltk/ChangeLog +++ b/x11-libs/fltk/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/fltk # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/fltk/ChangeLog,v 1.229 2013/09/22 15:45:13 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/fltk/ChangeLog,v 1.230 2013/09/23 17:22:12 ago Exp $ + + 23 Sep 2013; Agostino Sarubbo <ago@gentoo.org> fltk-1.3.2.ebuild: + Stable for alpha, wrt bug #485582 22 Sep 2013; Jeroen Roovers <jer@gentoo.org> fltk-1.3.2.ebuild: Stable for HPPA (bug #485582). diff --git a/x11-libs/fltk/fltk-1.3.2.ebuild b/x11-libs/fltk/fltk-1.3.2.ebuild index e3d51ca49104..e333724167e6 100644 --- a/x11-libs/fltk/fltk-1.3.2.ebuild +++ b/x11-libs/fltk/fltk-1.3.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/fltk/fltk-1.3.2.ebuild,v 1.4 2013/09/22 15:45:13 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/fltk/fltk-1.3.2.ebuild,v 1.5 2013/09/23 17:22:12 ago Exp $ EAPI=4 @@ -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 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos" +KEYWORDS="alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos" IUSE="cairo debug doc examples games opengl pdf static-libs threads xft xinerama" RDEPEND=" |