summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <opfer@gentoo.org>2007-08-14 17:20:50 +0000
committerChristian Faulhammer <opfer@gentoo.org>2007-08-14 17:20:50 +0000
commita9166f995f1288a2395ed5c175d759882cf473c9 (patch)
tree7cdaee3b31652ef427defe7cec1a71d2b9c27c6a /app-portage
parentMask mail-filter/spamassassin-ruledujour pending removal. See mail to -dev ab... (diff)
downloadgentoo-2-a9166f995f1288a2395ed5c175d759882cf473c9.tar.gz
gentoo-2-a9166f995f1288a2395ed5c175d759882cf473c9.tar.bz2
gentoo-2-a9166f995f1288a2395ed5c175d759882cf473c9.zip
Gatt won't work with boost 1.34 or higher, reflect that in the DEPENDs
(Portage version: 2.1.2.11)
Diffstat (limited to 'app-portage')
-rw-r--r--app-portage/gatt-svn/ChangeLog5
-rw-r--r--app-portage/gatt-svn/gatt-svn-9999.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/app-portage/gatt-svn/ChangeLog b/app-portage/gatt-svn/ChangeLog
index 11daee875fb5..1078c31566fd 100644
--- a/app-portage/gatt-svn/ChangeLog
+++ b/app-portage/gatt-svn/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-portage/gatt-svn
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/gatt-svn/ChangeLog,v 1.11 2007/07/22 12:38:33 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/gatt-svn/ChangeLog,v 1.12 2007/08/14 17:20:50 opfer Exp $
+
+ 14 Aug 2007; Christian Faulhammer <opfer@gentoo.org> gatt-svn-9999.ebuild:
+ Gatt won't work with boost 1.34 or higher, reflect that in the DEPENDs
22 Jul 2007; Christian Faulhammer <opfer@gentoo.org> gatt-svn-9999.ebuild:
add doc USE flag to install HTML files generated by Doxygen
diff --git a/app-portage/gatt-svn/gatt-svn-9999.ebuild b/app-portage/gatt-svn/gatt-svn-9999.ebuild
index a6b2659a2605..821804206c6e 100644
--- a/app-portage/gatt-svn/gatt-svn-9999.ebuild
+++ b/app-portage/gatt-svn/gatt-svn-9999.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/gatt-svn/gatt-svn-9999.ebuild,v 1.10 2007/07/22 12:38:33 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/gatt-svn/gatt-svn-9999.ebuild,v 1.11 2007/08/14 17:20:50 opfer Exp $
inherit subversion
@@ -19,7 +19,7 @@ SLOT="0"
KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="doc"
-DEPEND=">=dev-libs/boost-1.33.1
+DEPEND="<=dev-libs/boost-1.33.1
>=dev-cpp/libthrowable-0.9.6
doc? ( app-doc/doxygen )"
RDEPEND=">=dev-libs/boost-1.33.1