diff options
author | 2008-11-14 10:03:35 +0000 | |
---|---|---|
committer | 2008-11-14 10:03:35 +0000 | |
commit | a5eb9384696963adb0caf2e49bdd84b74b16c86c (patch) | |
tree | 331e0e4541ccdb650e9af0ae266d70034022f154 /app-text/flpsed | |
parent | Version bump (diff) | |
download | gentoo-2-a5eb9384696963adb0caf2e49bdd84b74b16c86c.tar.gz gentoo-2-a5eb9384696963adb0caf2e49bdd84b74b16c86c.tar.bz2 gentoo-2-a5eb9384696963adb0caf2e49bdd84b74b16c86c.zip |
use eapi-1 and slot deps to restrict fltk to the 1.1 slot, bug #246445
(Portage version: 2.2_rc14/cvs/Linux 2.6.27.5 x86_64)
Diffstat (limited to 'app-text/flpsed')
-rw-r--r-- | app-text/flpsed/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/flpsed/flpsed-0.5.1.ebuild | 6 |
2 files changed, 8 insertions, 3 deletions
diff --git a/app-text/flpsed/ChangeLog b/app-text/flpsed/ChangeLog index bbfb29c4db8b..d18646f87bd2 100644 --- a/app-text/flpsed/ChangeLog +++ b/app-text/flpsed/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/flpsed # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/flpsed/ChangeLog,v 1.18 2008/11/14 10:01:05 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/flpsed/ChangeLog,v 1.19 2008/11/14 10:03:35 aballier Exp $ + + 14 Nov 2008; Alexis Ballier <aballier@gentoo.org> flpsed-0.5.1.ebuild: + use eapi-1 and slot deps to restrict fltk to the 1.1 slot, bug #246445 14 Nov 2008; Alexis Ballier <aballier@gentoo.org> -flpsed-0.3.7.ebuild, -flpsed-0.5.0.ebuild: diff --git a/app-text/flpsed/flpsed-0.5.1.ebuild b/app-text/flpsed/flpsed-0.5.1.ebuild index e21016094c0c..4d14d8d11835 100644 --- a/app-text/flpsed/flpsed-0.5.1.ebuild +++ b/app-text/flpsed/flpsed-0.5.1.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/flpsed/flpsed-0.5.1.ebuild,v 1.2 2008/10/04 13:57:28 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/flpsed/flpsed-0.5.1.ebuild,v 1.3 2008/11/14 10:03:35 aballier Exp $ + +EAPI=1 DESCRIPTION="Pseudo PostScript editor" HOMEPAGE="http://www.ecademix.com/JohannesHofmann/" @@ -14,7 +16,7 @@ IUSE="" RDEPEND="x11-libs/libX11 x11-libs/libXext x11-libs/libXft - >=x11-libs/fltk-1.1 + >=x11-libs/fltk-1.1:1.1 virtual/ghostscript" DEPEND="${RDEPEND}" |