diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-10-13 12:36:33 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-10-13 12:36:33 +0000 |
commit | 2b6babe2b2248efe3bb7750d254f9de09e4a8db1 (patch) | |
tree | 0b7cfac61c54c9796280466fca107bfbbb7f7236 /app-editors | |
parent | Improve flags ordering, add -fno-strict-aliasing to fix failures on tests. (diff) | |
download | gentoo-2-2b6babe2b2248efe3bb7750d254f9de09e4a8db1.tar.gz gentoo-2-2b6babe2b2248efe3bb7750d254f9de09e4a8db1.tar.bz2 gentoo-2-2b6babe2b2248efe3bb7750d254f9de09e4a8db1.zip |
Add missing dev-util/pkgconfig to DEPEND.
(Portage version: 2.1.2_pre2-r9)
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/scite/ChangeLog | 5 | ||||
-rw-r--r-- | app-editors/scite/scite-1.71.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/app-editors/scite/ChangeLog b/app-editors/scite/ChangeLog index 0d56e552bdb6..1c15ae7eaad7 100644 --- a/app-editors/scite/ChangeLog +++ b/app-editors/scite/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/scite # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/scite/ChangeLog,v 1.54 2006/10/12 15:20:29 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/scite/ChangeLog,v 1.55 2006/10/13 12:36:33 nelchael Exp $ + + 13 Oct 2006; Krzysiek Pawlik <nelchael@gentoo.org> scite-1.71.ebuild: + Add missing dev-util/pkgconfig to DEPEND. 12 Oct 2006; Gustavo Zacarias <gustavoz@gentoo.org> scite-1.71.ebuild: Stable on sparc wrt #150913 diff --git a/app-editors/scite/scite-1.71.ebuild b/app-editors/scite/scite-1.71.ebuild index ca805eb88379..24e14c06784e 100644 --- a/app-editors/scite/scite-1.71.ebuild +++ b/app-editors/scite/scite-1.71.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/scite/scite-1.71.ebuild,v 1.4 2006/10/12 15:20:29 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/scite/scite-1.71.ebuild,v 1.5 2006/10/13 12:36:33 nelchael Exp $ inherit toolchain-funcs @@ -17,6 +17,7 @@ IUSE="lua" RDEPEND=">=x11-libs/gtk+-2 lua? ( >=dev-lang/lua-5 )" DEPEND="${RDEPEND} + dev-util/pkgconfig >=sys-apps/sed-4" S=${WORKDIR}/${PN}/gtk |