diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-03-02 17:41:09 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-03-02 17:41:09 +0000 |
commit | 9e606b9dfac6641052a4fb719bffa417921ea0fe (patch) | |
tree | 7e16fd24733760d0e99e937c78ea5a4d45a07aa7 /sci-biology/meme | |
parent | x86 stable per bug 356839 (diff) | |
download | gentoo-2-9e606b9dfac6641052a4fb719bffa417921ea0fe.tar.gz gentoo-2-9e606b9dfac6641052a4fb719bffa417921ea0fe.tar.bz2 gentoo-2-9e606b9dfac6641052a4fb719bffa417921ea0fe.zip |
Correct Slots for gtk 3 introduction to tree
(Portage version: 2.2.0_alpha26/cvs/Linux x86_64)
Diffstat (limited to 'sci-biology/meme')
-rw-r--r-- | sci-biology/meme/ChangeLog | 8 | ||||
-rw-r--r-- | sci-biology/meme/meme-4.3.0-r1.ebuild | 7 | ||||
-rw-r--r-- | sci-biology/meme/meme-4.3.0.ebuild | 7 | ||||
-rw-r--r-- | sci-biology/meme/meme-4.4.0.ebuild | 7 |
4 files changed, 18 insertions, 11 deletions
diff --git a/sci-biology/meme/ChangeLog b/sci-biology/meme/ChangeLog index cdadd3af12e9..32848806c600 100644 --- a/sci-biology/meme/ChangeLog +++ b/sci-biology/meme/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-biology/meme -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/meme/ChangeLog,v 1.16 2010/06/17 03:24:50 jsbronder Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-biology/meme/ChangeLog,v 1.17 2011/03/02 17:41:09 jlec Exp $ + + 02 Mar 2011; Justin Lecher <jlec@gentoo.org> meme-4.3.0.ebuild, + meme-4.3.0-r1.ebuild, meme-4.4.0.ebuild: + Correct Slots for gtk 3 introduction to tree 17 Jun 2010; Justin Bronder <jsbronder@gentoo.org> -meme-3.5.4-r1.ebuild, -meme-3.5.7.ebuild: diff --git a/sci-biology/meme/meme-4.3.0-r1.ebuild b/sci-biology/meme/meme-4.3.0-r1.ebuild index 2b8bc777833a..3d9b92351b1b 100644 --- a/sci-biology/meme/meme-4.3.0-r1.ebuild +++ b/sci-biology/meme/meme-4.3.0-r1.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-biology/meme/meme-4.3.0-r1.ebuild,v 1.1 2010/03/07 20:56:03 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/meme/meme-4.3.0-r1.ebuild,v 1.2 2011/03/02 17:41:09 jlec Exp $ EAPI="3" @@ -16,7 +16,8 @@ KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~x86-macos" IUSE="mpi" -DEPEND="dev-libs/libxml2 +DEPEND=" + dev-libs/libxml2:2 dev-libs/libxslt app-shells/tcsh mpi? ( virtual/mpi )" diff --git a/sci-biology/meme/meme-4.3.0.ebuild b/sci-biology/meme/meme-4.3.0.ebuild index bd17eab5f8f8..a55f684e36bb 100644 --- a/sci-biology/meme/meme-4.3.0.ebuild +++ b/sci-biology/meme/meme-4.3.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-biology/meme/meme-4.3.0.ebuild,v 1.4 2010/01/03 14:12:59 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/meme/meme-4.3.0.ebuild,v 1.5 2011/03/02 17:41:08 jlec Exp $ EAPI="2" @@ -16,7 +16,8 @@ KEYWORDS="amd64 x86" IUSE="mpi" -DEPEND="dev-libs/libxml2 +DEPEND=" + dev-libs/libxml2:2 dev-libs/libxslt app-shells/tcsh mpi? ( virtual/mpi )" diff --git a/sci-biology/meme/meme-4.4.0.ebuild b/sci-biology/meme/meme-4.4.0.ebuild index bfde3f36c95d..a3d0a3dc5d70 100644 --- a/sci-biology/meme/meme-4.4.0.ebuild +++ b/sci-biology/meme/meme-4.4.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-biology/meme/meme-4.4.0.ebuild,v 1.1 2010/05/07 19:40:14 weaver Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/meme/meme-4.4.0.ebuild,v 1.2 2011/03/02 17:41:09 jlec Exp $ EAPI="2" @@ -16,7 +16,8 @@ KEYWORDS="~amd64 ~x86" IUSE="mpi" -DEPEND="dev-libs/libxml2 +DEPEND=" + dev-libs/libxml2:2 dev-libs/libxslt app-shells/tcsh mpi? ( virtual/mpi )" |