diff options
author | José María Alonso <nimiux@gentoo.org> | 2013-08-14 17:02:57 +0000 |
---|---|---|
committer | José María Alonso <nimiux@gentoo.org> | 2013-08-14 17:02:57 +0000 |
commit | 5b49f8b7dc60f97374192fecd22aeb6f0f8fbc09 (patch) | |
tree | 6130e7475bc65cd965658c1c3d9a330dab5b150e /sci-chemistry/autodock_vina | |
parent | Fix build on systems that do not have a separate libdl wrt bug #478644. Patch... (diff) | |
download | gentoo-2-5b49f8b7dc60f97374192fecd22aeb6f0f8fbc09.tar.gz gentoo-2-5b49f8b7dc60f97374192fecd22aeb6f0f8fbc09.tar.bz2 gentoo-2-5b49f8b7dc60f97374192fecd22aeb6f0f8fbc09.zip |
Stable for amd64 wrt bug #480626
(Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key D628E536)
Diffstat (limited to 'sci-chemistry/autodock_vina')
-rw-r--r-- | sci-chemistry/autodock_vina/ChangeLog | 7 | ||||
-rw-r--r-- | sci-chemistry/autodock_vina/autodock_vina-1.1.2.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sci-chemistry/autodock_vina/ChangeLog b/sci-chemistry/autodock_vina/ChangeLog index 9389c5b9b7b6..7fae8e28c82e 100644 --- a/sci-chemistry/autodock_vina/ChangeLog +++ b/sci-chemistry/autodock_vina/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-chemistry/autodock_vina -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/autodock_vina/ChangeLog,v 1.7 2012/11/07 21:56:30 jlec Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/autodock_vina/ChangeLog,v 1.8 2013/08/14 17:02:57 nimiux Exp $ + + 14 Aug 2013; Chema Alonso <nimiux@gentoo.org> autodock_vina-1.1.2.ebuild: + Stable for amd64 wrt bug #480626 07 Nov 2012; Justin Lecher <jlec@gentoo.org> autodock_vina-1.1.2.ebuild, +files/autodock_vina-1.1.2-boost-filesystem.patch: diff --git a/sci-chemistry/autodock_vina/autodock_vina-1.1.2.ebuild b/sci-chemistry/autodock_vina/autodock_vina-1.1.2.ebuild index 2fa9d212684e..97c92ce754a4 100644 --- a/sci-chemistry/autodock_vina/autodock_vina-1.1.2.ebuild +++ b/sci-chemistry/autodock_vina/autodock_vina-1.1.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/autodock_vina/autodock_vina-1.1.2.ebuild,v 1.2 2012/11/07 21:56:30 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/autodock_vina/autodock_vina-1.1.2.ebuild,v 1.3 2013/08/14 17:02:57 nimiux Exp $ EAPI=4 @@ -13,7 +13,7 @@ HOMEPAGE="http://vina.scripps.edu/" SRC_URI="http://vina.scripps.edu/download/${MY_P}.tgz" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" LICENSE="Apache-2.0" IUSE="debug" |