diff options
author | 2011-03-02 19:35:12 +0000 | |
---|---|---|
committer | 2011-03-02 19:35:12 +0000 | |
commit | 8c4f977853b8155ed8ec378bcd39ccd16c7d2221 (patch) | |
tree | 1f1ae71eae2c68b18347ea9c75debaad4f565dae /sci-visualization/quickplot/quickplot-0.8.15.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.15.ebuild')
-rw-r--r-- | sci-visualization/quickplot/quickplot-0.8.15.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sci-visualization/quickplot/quickplot-0.8.15.ebuild b/sci-visualization/quickplot/quickplot-0.8.15.ebuild index 398f167c5640..978e136c34ae 100644 --- a/sci-visualization/quickplot/quickplot-0.8.15.ebuild +++ b/sci-visualization/quickplot/quickplot-0.8.15.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-visualization/quickplot/quickplot-0.8.15.ebuild,v 1.1 2010/06/23 16:42:48 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/quickplot/quickplot-0.8.15.ebuild,v 1.2 2011/03/02 19:35:12 jlec Exp $ EAPI=2 inherit eutils autotools @@ -14,9 +14,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" |