diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-03-20 20:20:39 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-03-20 20:20:39 +0000 |
commit | 090d37abc14b1a3ddcf8fb3823e751e55c618485 (patch) | |
tree | e1791b2419250b45467daed4fec508cc5b61e21a /app-text/flpsed | |
parent | x11-libs/fltk SLOTMOVE 1.1 -> 1, corrected ebuild accordingly (diff) | |
download | gentoo-2-090d37abc14b1a3ddcf8fb3823e751e55c618485.tar.gz gentoo-2-090d37abc14b1a3ddcf8fb3823e751e55c618485.tar.bz2 gentoo-2-090d37abc14b1a3ddcf8fb3823e751e55c618485.zip |
x11-libs/fltk SLOTMOVE 1.1 -> 1, corrected ebuild accordingly
(Portage version: 2.2.0_alpha28/cvs/Linux x86_64)
Diffstat (limited to 'app-text/flpsed')
-rw-r--r-- | app-text/flpsed/ChangeLog | 7 | ||||
-rw-r--r-- | app-text/flpsed/flpsed-0.5.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-text/flpsed/ChangeLog b/app-text/flpsed/ChangeLog index 7b542d5b95a4..9ff1519d0119 100644 --- a/app-text/flpsed/ChangeLog +++ b/app-text/flpsed/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/flpsed -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/flpsed/ChangeLog,v 1.22 2010/06/12 16:52:40 aballier Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/flpsed/ChangeLog,v 1.23 2011/03/20 20:20:39 jlec Exp $ + + 20 Mar 2011; Justin Lecher <jlec@gentoo.org> flpsed-0.5.1.ebuild: + x11-libs/fltk SLOTMOVE 1.1 -> 1, corrected ebuild accordingly 12 Jun 2010; Alexis Ballier <aballier@gentoo.org> flpsed-0.6.1.ebuild: require ghostscript-gpl to be built with X; bug #294392 by Nick White diff --git a/app-text/flpsed/flpsed-0.5.1.ebuild b/app-text/flpsed/flpsed-0.5.1.ebuild index bf3ab30adbf9..40c8e84244ca 100644 --- a/app-text/flpsed/flpsed-0.5.1.ebuild +++ b/app-text/flpsed/flpsed-0.5.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2011 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.4 2009/12/26 17:30:19 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/flpsed/flpsed-0.5.1.ebuild,v 1.5 2011/03/20 20:20:39 jlec Exp $ EAPI=1 @@ -16,7 +16,7 @@ IUSE="" RDEPEND="x11-libs/libX11 x11-libs/libXext x11-libs/libXft - >=x11-libs/fltk-1.1:1.1 + x11-libs/fltk:1 app-text/ghostscript-gpl" DEPEND="${RDEPEND}" |