diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-03-02 20:57:33 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-03-02 20:57:33 +0000 |
commit | cc39cdb8c9b8427768edf33af1fdc4974ce28518 (patch) | |
tree | 4b1ad47d9744569757a9394a9256b151276f296b /sci-libs/libnc-dap | |
parent | Correct Slots for gtk 3 introduction to tree (diff) | |
download | gentoo-2-cc39cdb8c9b8427768edf33af1fdc4974ce28518.tar.gz gentoo-2-cc39cdb8c9b8427768edf33af1fdc4974ce28518.tar.bz2 gentoo-2-cc39cdb8c9b8427768edf33af1fdc4974ce28518.zip |
Correct Slots for gtk 3 introduction to tree
(Portage version: 2.2.0_alpha26/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs/libnc-dap')
-rw-r--r-- | sci-libs/libnc-dap/ChangeLog | 7 | ||||
-rw-r--r-- | sci-libs/libnc-dap/libnc-dap-3.7.3-r1.ebuild | 8 |
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" |