diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-03-20 20:17:53 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-03-20 20:17:53 +0000 |
commit | d281d9389db619fe11c330247c13ca0061749fc7 (patch) | |
tree | 775f5a07984432b310c1afb15a2a9f189af0d0e3 /dev-python/pyfltk | |
parent | x11-libs/fltk SLOTMOVE 1.1 -> 1, corrected ebuild accordingly (diff) | |
download | gentoo-2-d281d9389db619fe11c330247c13ca0061749fc7.tar.gz gentoo-2-d281d9389db619fe11c330247c13ca0061749fc7.tar.bz2 gentoo-2-d281d9389db619fe11c330247c13ca0061749fc7.zip |
x11-libs/fltk SLOTMOVE 1.1 -> 1, corrected ebuild accordingly
(Portage version: 2.2.0_alpha28/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/pyfltk')
-rw-r--r-- | dev-python/pyfltk/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/pyfltk/pyfltk-1.1.5.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/pyfltk/ChangeLog b/dev-python/pyfltk/ChangeLog index 1d057bbcb3e9..b318078e4ae7 100644 --- a/dev-python/pyfltk/ChangeLog +++ b/dev-python/pyfltk/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/pyfltk -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyfltk/ChangeLog,v 1.24 2010/07/19 17:23:05 bicatali Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyfltk/ChangeLog,v 1.25 2011/03/20 20:17:53 jlec Exp $ + + 20 Mar 2011; Justin Lecher <jlec@gentoo.org> pyfltk-1.1.5.ebuild: + x11-libs/fltk SLOTMOVE 1.1 -> 1, corrected ebuild accordingly 19 Jul 2010; Sébastien Fabbro <bicatali@gentoo.org> metadata.xml: Removing myself as maintainer diff --git a/dev-python/pyfltk/pyfltk-1.1.5.ebuild b/dev-python/pyfltk/pyfltk-1.1.5.ebuild index 4914eb1f30d9..3acf085e5e5c 100644 --- a/dev-python/pyfltk/pyfltk-1.1.5.ebuild +++ b/dev-python/pyfltk/pyfltk-1.1.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyfltk/pyfltk-1.1.5.ebuild,v 1.7 2010/07/11 13:32:26 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyfltk/pyfltk-1.1.5.ebuild,v 1.8 2011/03/20 20:17:53 jlec Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -21,7 +21,7 @@ SLOT="0" KEYWORDS="amd64 ppc x86" IUSE="doc" -RDEPEND=">=x11-libs/fltk-1.1.9:1.1[opengl]" +RDEPEND="x11-libs/fltk:1[opengl]" DEPEND="${RDEPEND} >=dev-lang/swig-1.3.38" |