diff options
author | Jeroen Roovers <jer@gentoo.org> | 2013-09-22 15:45:13 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2013-09-22 15:45:13 +0000 |
commit | a0505881978dcc5f367297a4cf939c15f649fb5f (patch) | |
tree | f5d5877a8808a78c8ea679ffd78e9ebe403265a0 /x11-libs | |
parent | Stable for HPPA (bug #480082). (diff) | |
download | gentoo-2-a0505881978dcc5f367297a4cf939c15f649fb5f.tar.gz gentoo-2-a0505881978dcc5f367297a4cf939c15f649fb5f.tar.bz2 gentoo-2-a0505881978dcc5f367297a4cf939c15f649fb5f.zip |
Stable for HPPA (bug #485582).
(Portage version: 2.2.6/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
Diffstat (limited to 'x11-libs')
-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 92a1a78d9006..8e1f0a017f8d 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.228 2013/09/19 04:07:13 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/fltk/ChangeLog,v 1.229 2013/09/22 15:45:13 jer Exp $ + + 22 Sep 2013; Jeroen Roovers <jer@gentoo.org> fltk-1.3.2.ebuild: + Stable for HPPA (bug #485582). 19 Sep 2013; Sébastien Fabbro <bicatali@gentoo.org> fltk-1.3.2.ebuild: Fix rpath linking for prefix (first time installs) diff --git a/x11-libs/fltk/fltk-1.3.2.ebuild b/x11-libs/fltk/fltk-1.3.2.ebuild index 429731788259..e3d51ca49104 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.3 2013/09/19 04:07:13 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/fltk/fltk-1.3.2.ebuild,v 1.4 2013/09/22 15:45:13 jer 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=" |