diff options
Diffstat (limited to 'app-editors/scite/scite-3.0.4.ebuild')
-rw-r--r-- | app-editors/scite/scite-3.0.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-editors/scite/scite-3.0.4.ebuild b/app-editors/scite/scite-3.0.4.ebuild index 7881d40786c9..655c4c098102 100644 --- a/app-editors/scite/scite-3.0.4.ebuild +++ b/app-editors/scite/scite-3.0.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/scite/scite-3.0.4.ebuild,v 1.3 2012/04/30 12:39:49 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/scite/scite-3.0.4.ebuild,v 1.4 2012/05/03 18:33:01 jdhore Exp $ EAPI="4" @@ -23,7 +23,7 @@ RDEPEND="dev-libs/glib x11-libs/pango lua? ( >=dev-lang/lua-5 )" DEPEND="${RDEPEND} - dev-util/pkgconfig + virtual/pkgconfig >=sys-apps/sed-4" S="${WORKDIR}/${PN}/gtk" |