diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-06-20 07:44:20 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-06-20 07:44:20 +0000 |
commit | 02a11280536c3185f142deb005cba55690cd1de2 (patch) | |
tree | 05da93b92b5464b7c2407baf7e98f9df933faecd /x11-libs/fltk | |
parent | Use eclass src_test instead of custom one. Fixes test failures due to missing... (diff) | |
download | gentoo-2-02a11280536c3185f142deb005cba55690cd1de2.tar.gz gentoo-2-02a11280536c3185f142deb005cba55690cd1de2.tar.bz2 gentoo-2-02a11280536c3185f142deb005cba55690cd1de2.zip |
marked x86 per bug 422319
(Portage version: 2.2.0_alpha110/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-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-libs/fltk/ChangeLog b/x11-libs/fltk/ChangeLog index bb1eea864b97..77c223ace1c4 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.215 2012/06/19 19:45:39 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/fltk/ChangeLog,v 1.216 2012/06/20 07:44:20 jdhore Exp $ + + 20 Jun 2012; Jeff Horelick <jdhore@gentoo.org> fltk-1.3.0-r1.ebuild: + marked x86 per bug 422319 19 Jun 2012; Agostino Sarubbo <ago@gentoo.org> fltk-1.3.0-r1.ebuild: Stable for amd64, wrt bug #422319 diff --git a/x11-libs/fltk/fltk-1.3.0-r1.ebuild b/x11-libs/fltk/fltk-1.3.0-r1.ebuild index 700e53a7f117..581ed5b3670c 100644 --- a/x11-libs/fltk/fltk-1.3.0-r1.ebuild +++ b/x11-libs/fltk/fltk-1.3.0-r1.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-r1.ebuild,v 1.9 2012/06/19 19:45:39 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/fltk/fltk-1.3.0-r1.ebuild,v 1.10 2012/06/20 07:44:20 jdhore 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 ~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=" |