diff options
Diffstat (limited to 'x11-libs/fltk/fltk-1.1.9.ebuild')
-rw-r--r-- | x11-libs/fltk/fltk-1.1.9.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-libs/fltk/fltk-1.1.9.ebuild b/x11-libs/fltk/fltk-1.1.9.ebuild index a9902add9d29..632a962a8a00 100644 --- a/x11-libs/fltk/fltk-1.1.9.ebuild +++ b/x11-libs/fltk/fltk-1.1.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/fltk/fltk-1.1.9.ebuild,v 1.3 2009/02/02 15:50:01 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/fltk/fltk-1.1.9.ebuild,v 1.4 2009/02/24 12:51:27 armin76 Exp $ EAPI=2 inherit eutils autotools versionator fdo-mime @@ -9,7 +9,7 @@ DESCRIPTION="C++ user interface toolkit for X and OpenGL." HOMEPAGE="http://www.fltk.org" SRC_URI="http://ftp.easysw.com/pub/${PN}/${PV}/${P}-source.tar.bz2" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" LICENSE="FLTK LGPL-2" SLOT="$(get_version_component_range 1-2)" |