summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <opfer@gentoo.org>2008-01-11 07:41:08 +0000
committerChristian Faulhammer <opfer@gentoo.org>2008-01-11 07:41:08 +0000
commitcc7544a8cb3e59a2aff6820f33e331d8aae29e03 (patch)
tree6140555329b1e420cb305b8b8f1dc5541646d8e5 /app-portage
parentversion bump and clean up (diff)
downloadgentoo-2-cc7544a8cb3e59a2aff6820f33e331d8aae29e03.tar.gz
gentoo-2-cc7544a8cb3e59a2aff6820f33e331d8aae29e03.tar.bz2
gentoo-2-cc7544a8cb3e59a2aff6820f33e331d8aae29e03.zip
adjust dependency for new libthrowable version
(Portage version: 2.1.3.19)
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 5f17adc41893..2f22d978d052 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-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/gatt-svn/ChangeLog,v 1.18 2008/01/10 07:25:00 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/gatt-svn/ChangeLog,v 1.19 2008/01/11 07:41:08 opfer Exp $
+
+ 11 Jan 2008; Christian Faulhammer <opfer@gentoo.org> gatt-svn-9999.ebuild:
+ adjust dependency for new libthrowable version
10 Jan 2008; Christian Faulhammer <opfer@gentoo.org> gatt-svn-9999.ebuild:
add TUTORIAL and manual to the note about how to use Gatt
diff --git a/app-portage/gatt-svn/gatt-svn-9999.ebuild b/app-portage/gatt-svn/gatt-svn-9999.ebuild
index d9cb11e57cfe..c1a61a07195e 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-2008 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.17 2008/01/10 07:25:00 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/gatt-svn/gatt-svn-9999.ebuild,v 1.18 2008/01/11 07:41:08 opfer Exp $
inherit subversion
@@ -20,7 +20,7 @@ KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="doc"
RDEPEND=">=dev-libs/boost-1.33.1
- >=dev-cpp/libthrowable-0.9.6
+ >=dev-cpp/libthrowable-1.1.0
www-client/pybugz"
DEPEND="${RDEPEND}
doc? ( app-doc/doxygen )"