diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-03-02 20:55:44 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-03-02 20:55:44 +0000 |
commit | f020bee47b7c878d785152a515ea57893d20b477 (patch) | |
tree | 35c57fc300a9c5478b03d54c459283774f63842c /sci-libs/libdap | |
parent | Correct Slots for gtk 3 introduction to tree (diff) | |
download | gentoo-2-f020bee47b7c878d785152a515ea57893d20b477.tar.gz gentoo-2-f020bee47b7c878d785152a515ea57893d20b477.tar.bz2 gentoo-2-f020bee47b7c878d785152a515ea57893d20b477.zip |
Correct Slots for gtk 3 introduction to tree
(Portage version: 2.2.0_alpha26/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs/libdap')
-rw-r--r-- | sci-libs/libdap/ChangeLog | 7 | ||||
-rw-r--r-- | sci-libs/libdap/libdap-3.10.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sci-libs/libdap/ChangeLog b/sci-libs/libdap/ChangeLog index 4b9398f4c34e..d0161d419a8d 100644 --- a/sci-libs/libdap/ChangeLog +++ b/sci-libs/libdap/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/libdap -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/libdap/ChangeLog,v 1.8 2010/04/27 15:19:14 scarabeus Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/libdap/ChangeLog,v 1.9 2011/03/02 20:55:44 jlec Exp $ + + 02 Mar 2011; Justin Lecher <jlec@gentoo.org> libdap-3.10.0.ebuild: + Correct Slots for gtk 3 introduction to tree 27 Apr 2010; Tomáš Chvátal <scarabeus@gentoo.org> libdap-3.10.0.ebuild: Build static libs only when requested. diff --git a/sci-libs/libdap/libdap-3.10.0.ebuild b/sci-libs/libdap/libdap-3.10.0.ebuild index 517f9f930eef..e79180aae6cd 100644 --- a/sci-libs/libdap/libdap-3.10.0.ebuild +++ b/sci-libs/libdap/libdap-3.10.0.ebuild @@ -1,6 +1,6 @@ -# 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/libdap/libdap-3.10.0.ebuild,v 1.2 2010/04/27 15:19:14 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/libdap/libdap-3.10.0.ebuild,v 1.3 2011/03/02 20:55:44 jlec Exp $ EAPI="3" @@ -17,7 +17,7 @@ IUSE="doc static-libs" RDEPEND=" dev-util/cppunit - dev-libs/libxml2 + dev-libs/libxml2:2 net-misc/curl sys-libs/zlib " |