summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2012-12-31 06:53:38 +0000
committerMike Frysinger <vapier@gentoo.org>2012-12-31 06:53:38 +0000
commitb981c96d83b368f9a1805b28ab7f357844844666 (patch)
tree07d2ccd4400ff1a8e6c04de177d45ca06e6d757b /app-text/highlight/ChangeLog
parentRemove dead code. (diff)
downloadgentoo-2-b981c96d83b368f9a1805b28ab7f357844844666.tar.gz
gentoo-2-b981c96d83b368f9a1805b28ab7f357844844666.tar.bz2
gentoo-2-b981c96d83b368f9a1805b28ab7f357844844666.zip
Move boost to DEPEND for all versions since it is not linked against, and move myhlopts setup out of pkg_setup and into src_compile since it is only used with src_* funcs.
(Portage version: 2.2.0_alpha144/cvs/Linux x86_64, signed Manifest commit with key FB7C4156)
Diffstat (limited to 'app-text/highlight/ChangeLog')
-rw-r--r--app-text/highlight/ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/app-text/highlight/ChangeLog b/app-text/highlight/ChangeLog
index 76dd0d7b4857..d51824eee8f4 100644
--- a/app-text/highlight/ChangeLog
+++ b/app-text/highlight/ChangeLog
@@ -1,6 +1,12 @@
# 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.57 2012/11/10 02:58:13 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/highlight/ChangeLog,v 1.58 2012/12/31 06:53:38 vapier Exp $
+
+ 31 Dec 2012; Mike Frysinger <vapier@gentoo.org> highlight-3.12.ebuild,
+ highlight-3.3.ebuild, highlight-3.9.ebuild:
+ Move boost to DEPEND for all versions since it is not linked against, and move
+ myhlopts setup out of pkg_setup and into src_compile since it is only used
+ with src_* funcs.
10 Nov 2012; Diego E. Pettenò <flameeyes@gentoo.org> highlight-3.12.ebuild:
Drop usage of boost-utils since it's now pointless.