diff options
author | Mike Gilbert <floppym@gentoo.org> | 2012-10-06 21:01:01 +0000 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2012-10-06 21:01:01 +0000 |
commit | 4d1f968ae8375a1c99a91e80276a6ce441d1e462 (patch) | |
tree | 8c6ff3538fdb3d1f196f916430e3979989b8e365 /app-text | |
parent | Add patch to fix wine deadlock, bug #436780. (diff) | |
download | gentoo-2-4d1f968ae8375a1c99a91e80276a6ce441d1e462.tar.gz gentoo-2-4d1f968ae8375a1c99a91e80276a6ce441d1e462.tar.bz2 gentoo-2-4d1f968ae8375a1c99a91e80276a6ce441d1e462.zip |
Depend on pkgconfig, bug 437428 by Nikoli.
(Portage version: 2.2.0_alpha135/cvs/Linux x86_64)
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/highlight/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/highlight/highlight-3.12.ebuild | 5 |
2 files changed, 7 insertions, 4 deletions
diff --git a/app-text/highlight/ChangeLog b/app-text/highlight/ChangeLog index bef1964ab9cf..82ee73509aff 100644 --- a/app-text/highlight/ChangeLog +++ b/app-text/highlight/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/highlight # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/highlight/ChangeLog,v 1.55 2012/10/06 02:46:48 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/highlight/ChangeLog,v 1.56 2012/10/06 21:01:01 floppym Exp $ + + 06 Oct 2012; Mike Gilbert <floppym@gentoo.org> highlight-3.12.ebuild: + Depend on pkgconfig, bug 437428 by Nikoli. 06 Oct 2012; Tim Harder <radhermit@gentoo.org> -highlight-3.7.ebuild, -highlight-3.8.ebuild: @@ -220,4 +223,3 @@ 26 Mar 2005; <pclouds@gentoo.org> +metadata.xml, +highlight-2.2.9.ebuild: Initial ebuild, contributed by Jan Nárovec <finn@sendmail.cz> #86448 - diff --git a/app-text/highlight/highlight-3.12.ebuild b/app-text/highlight/highlight-3.12.ebuild index 7fc8e8394669..009df58b52eb 100644 --- a/app-text/highlight/highlight-3.12.ebuild +++ b/app-text/highlight/highlight-3.12.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-text/highlight/highlight-3.12.ebuild,v 1.1 2012/10/06 02:45:05 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/highlight/highlight-3.12.ebuild,v 1.2 2012/10/06 21:01:01 floppym Exp $ EAPI=4 @@ -21,7 +21,8 @@ RDEPEND="dev-lang/lua x11-libs/qt-core:4 )" DEPEND="${RDEPEND} - dev-libs/boost" + dev-libs/boost + virtual/pkgconfig" pkg_setup() { myhlopts=( |