diff options
-rw-r--r-- | dev-python/pyds9/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/pyds9/pyds9-1.2.ebuild | 6 | ||||
-rw-r--r-- | dev-python/pyds9/pyds9-1.3.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/dev-python/pyds9/ChangeLog b/dev-python/pyds9/ChangeLog index 480ae2fe68d9..5daed7dd81de 100644 --- a/dev-python/pyds9/ChangeLog +++ b/dev-python/pyds9/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/pyds9 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyds9/ChangeLog,v 1.2 2011/10/09 18:34:59 xarthisius Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyds9/ChangeLog,v 1.3 2012/02/01 02:24:37 floppym Exp $ + + 01 Feb 2012; Mike Gilbert <floppym@gentoo.org> pyds9-1.2.ebuild, + pyds9-1.3.ebuild: + Inherit multilib. *pyds9-1.3 (09 Oct 2011) diff --git a/dev-python/pyds9/pyds9-1.2.ebuild b/dev-python/pyds9/pyds9-1.2.ebuild index a0124a69e8a7..c0e2d261606f 100644 --- a/dev-python/pyds9/pyds9-1.2.ebuild +++ b/dev-python/pyds9/pyds9-1.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyds9/pyds9-1.2.ebuild,v 1.1 2011/08/05 21:55:30 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyds9/pyds9-1.2.ebuild,v 1.2 2012/02/01 02:24:37 floppym Exp $ EAPI=3 @@ -8,7 +8,7 @@ PYTHON_DEPEND="2" SUPPORT_PYTHON_ABIS="1" RESTRICT_PYTHON_ABIS="3.*" -inherit distutils +inherit distutils multilib DESCRIPTION="Python interface to XPA to communicate with DS9" HOMEPAGE="http://hea-www.harvard.edu/saord/ds9/pyds9/" diff --git a/dev-python/pyds9/pyds9-1.3.ebuild b/dev-python/pyds9/pyds9-1.3.ebuild index ed01a2d14643..fd980395c4cf 100644 --- a/dev-python/pyds9/pyds9-1.3.ebuild +++ b/dev-python/pyds9/pyds9-1.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyds9/pyds9-1.3.ebuild,v 1.1 2011/10/09 18:34:59 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyds9/pyds9-1.3.ebuild,v 1.2 2012/02/01 02:24:37 floppym Exp $ EAPI=3 @@ -8,7 +8,7 @@ PYTHON_DEPEND="2" SUPPORT_PYTHON_ABIS="1" RESTRICT_PYTHON_ABIS="3.*" -inherit distutils +inherit distutils multilib DESCRIPTION="Python interface to XPA to communicate with DS9" HOMEPAGE="http://hea-www.harvard.edu/saord/ds9/pyds9/" |