diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-03-12 17:21:26 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-03-12 17:21:26 +0100 |
commit | ded5594d1054d599d4a12cd14c3242e9c12cd99e (patch) | |
tree | b3fa2433d4a38a6f287b01663b09754a6d56a004 /x11-libs/fltk | |
parent | app-emulation/xen-tools: amd64 stable wrt bug #712208 (diff) | |
download | gentoo-ded5594d1054d599d4a12cd14c3242e9c12cd99e.tar.gz gentoo-ded5594d1054d599d4a12cd14c3242e9c12cd99e.tar.bz2 gentoo-ded5594d1054d599d4a12cd14c3242e9c12cd99e.zip |
x11-libs/fltk: amd64 stable wrt bug #712216
Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'x11-libs/fltk')
-rw-r--r-- | x11-libs/fltk/fltk-1.3.5-r4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-libs/fltk/fltk-1.3.5-r4.ebuild b/x11-libs/fltk/fltk-1.3.5-r4.ebuild index 30f91c3198fd..56022d488d56 100644 --- a/x11-libs/fltk/fltk-1.3.5-r4.ebuild +++ b/x11-libs/fltk/fltk-1.3.5-r4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,7 +11,7 @@ SRC_URI="https://www.fltk.org/pub/${PN}/${PV}/${P}-source.tar.gz" SLOT="1" LICENSE="FLTK LGPL-2" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-macos" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-macos" IUSE="cairo debug doc examples games +opengl static-libs +threads +xft +xinerama" RDEPEND=" |