diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-03-02 19:26:44 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-03-02 19:26:44 +0000 |
commit | 7216ceb64119e231988b2099a97f113ee209dbb4 (patch) | |
tree | ae76003af2b67b47c492b05106f2857178dc6f42 /sci-libs/plotmm | |
parent | Slotted gtk+ depend and EAPI=2 bump to support it. (diff) | |
download | gentoo-2-7216ceb64119e231988b2099a97f113ee209dbb4.tar.gz gentoo-2-7216ceb64119e231988b2099a97f113ee209dbb4.tar.bz2 gentoo-2-7216ceb64119e231988b2099a97f113ee209dbb4.zip |
Correct Slots for gtk 3 introduction to tree
(Portage version: 2.2.0_alpha26/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs/plotmm')
-rw-r--r-- | sci-libs/plotmm/ChangeLog | 7 | ||||
-rw-r--r-- | sci-libs/plotmm/plotmm-0.1.2.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sci-libs/plotmm/ChangeLog b/sci-libs/plotmm/ChangeLog index 59bef15a75db..0516eb7e0d2c 100644 --- a/sci-libs/plotmm/ChangeLog +++ b/sci-libs/plotmm/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/plotmm -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/plotmm/ChangeLog,v 1.3 2009/10/27 10:47:17 ssuominen Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/plotmm/ChangeLog,v 1.4 2011/03/02 19:26:44 jlec Exp $ + + 02 Mar 2011; Justin Lecher <jlec@gentoo.org> plotmm-0.1.2.ebuild: + Correct Slots for gtk 3 introduction to tree 27 Oct 2009; Samuli Suominen <ssuominen@gentoo.org> plotmm-0.1.2.ebuild: amd64 stable wrt #288970 diff --git a/sci-libs/plotmm/plotmm-0.1.2.ebuild b/sci-libs/plotmm/plotmm-0.1.2.ebuild index 0c5e6e43b722..2bf01c16fe12 100644 --- a/sci-libs/plotmm/plotmm-0.1.2.ebuild +++ b/sci-libs/plotmm/plotmm-0.1.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 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/plotmm/plotmm-0.1.2.ebuild,v 1.3 2009/10/27 10:47:17 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/plotmm/plotmm-0.1.2.ebuild,v 1.4 2011/03/02 19:26:44 jlec Exp $ EAPI="2" @@ -15,7 +15,7 @@ SLOT="0" KEYWORDS="amd64 ~ppc ~x86" IUSE="doc examples" -RDEPEND="|| ( dev-cpp/gtkmm:2.4 dev-cpp/gtkmm:2 )" +RDEPEND="dev-cpp/gtkmm:2.4" DEPEND="${RDEPEND} >=dev-util/pkgconfig-0.9" |