diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-03-02 19:35:12 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-03-02 19:35:12 +0000 |
commit | 8c4f977853b8155ed8ec378bcd39ccd16c7d2221 (patch) | |
tree | 1f1ae71eae2c68b18347ea9c75debaad4f565dae /sci-visualization/quickplot/quickplot-0.8.13-r1.ebuild | |
parent | Slotted gtk+ depend and EAPI=2 bump to support it. (diff) | |
download | historical-8c4f977853b8155ed8ec378bcd39ccd16c7d2221.tar.gz historical-8c4f977853b8155ed8ec378bcd39ccd16c7d2221.tar.bz2 historical-8c4f977853b8155ed8ec378bcd39ccd16c7d2221.zip |
Correct Slots for gtk 3 introduction to tree
Package-Manager: portage-2.2.0_alpha26/cvs/Linux x86_64
Diffstat (limited to 'sci-visualization/quickplot/quickplot-0.8.13-r1.ebuild')
-rw-r--r-- | sci-visualization/quickplot/quickplot-0.8.13-r1.ebuild | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/sci-visualization/quickplot/quickplot-0.8.13-r1.ebuild b/sci-visualization/quickplot/quickplot-0.8.13-r1.ebuild index 0eecfb4273c7..5ebd4d261276 100644 --- a/sci-visualization/quickplot/quickplot-0.8.13-r1.ebuild +++ b/sci-visualization/quickplot/quickplot-0.8.13-r1.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/quickplot/quickplot-0.8.13-r1.ebuild,v 1.4 2008/08/30 14:21:02 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/quickplot/quickplot-0.8.13-r1.ebuild,v 1.5 2011/03/02 19:35:12 jlec Exp $ + +EAPI="1" inherit eutils @@ -13,9 +15,9 @@ SLOT="0" LICENSE="GPL-2" KEYWORDS="amd64 ppc x86" -RDEPEND=">=dev-cpp/gtkmm-2.4.5 +RDEPEND=" + dev-cpp/gtkmm:2.4 sndfile? ( media-libs/libsndfile )" - DEPEND="${RDEPEND} dev-util/pkgconfig" |