summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2011-03-02 21:00:54 +0000
committerJustin Lecher <jlec@gentoo.org>2011-03-02 21:00:54 +0000
commit3ad8691c412c7a14d3a105b4725695ea1085d61d (patch)
tree12da947d6822b0575f2395b7f059d91132139cb7 /sci-libs/libnc-dap
parentCorrect Slots for gtk 3 introduction to tree (diff)
downloadhistorical-3ad8691c412c7a14d3a105b4725695ea1085d61d.tar.gz
historical-3ad8691c412c7a14d3a105b4725695ea1085d61d.tar.bz2
historical-3ad8691c412c7a14d3a105b4725695ea1085d61d.zip
Correct Slots for gtk 3 introduction to tree
Package-Manager: portage-2.2.0_alpha26/cvs/Linux x86_64
Diffstat (limited to 'sci-libs/libnc-dap')
-rw-r--r--sci-libs/libnc-dap/ChangeLog7
-rw-r--r--sci-libs/libnc-dap/libnc-dap-3.7.3-r1.ebuild8
2 files changed, 10 insertions, 5 deletions
diff --git a/sci-libs/libnc-dap/ChangeLog b/sci-libs/libnc-dap/ChangeLog
index 6ab4c9faba99..ff7b2e562e5f 100644
--- a/sci-libs/libnc-dap/ChangeLog
+++ b/sci-libs/libnc-dap/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-libs/libnc-dap
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/libnc-dap/ChangeLog,v 1.5 2010/12/01 17:02:07 bicatali Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/libnc-dap/ChangeLog,v 1.6 2011/03/02 20:57:33 jlec Exp $
+
+ 02 Mar 2011; Justin Lecher <jlec@gentoo.org> libnc-dap-3.7.3-r1.ebuild:
+ Correct Slots for gtk 3 introduction to tree
01 Dec 2010; SĂ©bastien Fabbro <bicatali@gentoo.org>
libnc-dap-3.7.3-r1.ebuild:
diff --git a/sci-libs/libnc-dap/libnc-dap-3.7.3-r1.ebuild b/sci-libs/libnc-dap/libnc-dap-3.7.3-r1.ebuild
index 4a3f9691d4b7..71cb50316b61 100644
--- a/sci-libs/libnc-dap/libnc-dap-3.7.3-r1.ebuild
+++ b/sci-libs/libnc-dap/libnc-dap-3.7.3-r1.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/libnc-dap/libnc-dap-3.7.3-r1.ebuild,v 1.3 2010/12/01 17:02:07 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/libnc-dap/libnc-dap-3.7.3-r1.ebuild,v 1.4 2011/03/02 20:57:33 jlec Exp $
+
+EAPI="1"
inherit eutils flag-o-matic toolchain-funcs
@@ -18,7 +20,7 @@ RDEPEND="dev-util/cppunit
DEPEND="${RDEPEND}
sys-libs/zlib
- >=dev-libs/libxml2-2.5.7
+ dev-libs/libxml2:2
>=net-misc/curl-7.10.6
<=sci-libs/libdap-3.8.2"