diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2005-10-16 21:39:38 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2005-10-16 21:39:38 +0000 |
commit | 09cc1d517ff7bbd40843f928075fcaac8062e452 (patch) | |
tree | 62a48405727767e89d9349342e946d0f1182c799 /dev-python | |
parent | Fix keywords from my last commit. (diff) | |
download | historical-09cc1d517ff7bbd40843f928075fcaac8062e452.tar.gz historical-09cc1d517ff7bbd40843f928075fcaac8062e452.tar.bz2 historical-09cc1d517ff7bbd40843f928075fcaac8062e452.zip |
Bump x86 stable to fix python dependency, bug 109207.
Package-Manager: portage-2.0.53_rc5
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/eyeD3/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/eyeD3/Manifest | 10 | ||||
-rw-r--r-- | dev-python/eyeD3/eyeD3-0.6.4.ebuild | 4 |
3 files changed, 11 insertions, 8 deletions
diff --git a/dev-python/eyeD3/ChangeLog b/dev-python/eyeD3/ChangeLog index 1d818638cfdd..ac8ea2dcd7ac 100644 --- a/dev-python/eyeD3/ChangeLog +++ b/dev-python/eyeD3/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/eyeD3 # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/eyeD3/ChangeLog,v 1.6 2005/10/12 00:20:00 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/eyeD3/ChangeLog,v 1.7 2005/10/16 21:39:38 kloeri Exp $ + + 16 Oct 2005; Bryan Østergaard <kloeri@gentoo.org> eyeD3-0.6.4.ebuild: + Bump x86 stable to fix python dependency, bug 109207. *eyeD3-0.6.8 (12 Oct 2005) diff --git a/dev-python/eyeD3/Manifest b/dev-python/eyeD3/Manifest index 41c6f6caaa10..81bd8679d6b1 100644 --- a/dev-python/eyeD3/Manifest +++ b/dev-python/eyeD3/Manifest @@ -1,9 +1,9 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 fd2e3de8250d8ba2e7b63a8367da9ccb ChangeLog 1026 +MD5 0172abf02770ca15d3b6c5a22a74bd41 ChangeLog 1156 MD5 934e43226b4872ededfc619b15a2e9b7 eyeD3-0.6.2.ebuild 615 -MD5 9fce6f2fb533e044ccf33f23cce90b9c eyeD3-0.6.4.ebuild 618 +MD5 00936b0e140e62e45f44faacced6b528 eyeD3-0.6.4.ebuild 613 MD5 934a427090b2f8fda2f7aa4cbbb9d62e eyeD3-0.6.8.ebuild 614 MD5 bce4e691a14a0c3f938260b863788103 files/digest-eyeD3-0.6.2 63 MD5 fa45e4c8da5a8db7b0b85bf40c4783e9 files/digest-eyeD3-0.6.4 62 @@ -12,7 +12,7 @@ MD5 72449c562b30ea2bb3f5570423673e8b metadata.xml 178 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) -iD8DBQFDTFbCKf2g/qXtneoRArY6AJ9XA3B7pCxtcB1IMLf4vNHme1Z6IACfbbuT -Ky8hN+G0U1WTAfSh9k9hpZE= -=XYQ6 +iD8DBQFDUsinKf2g/qXtneoRAgS8AJ9xDCbZZFy/ZyqPt9oS8VZQ1Cm+dACeOOV7 +8+qsSUPZvBh6M97sf6QPvns= +=GpzM -----END PGP SIGNATURE----- diff --git a/dev-python/eyeD3/eyeD3-0.6.4.ebuild b/dev-python/eyeD3/eyeD3-0.6.4.ebuild index f0034c1e8d95..a8fe6d5f520d 100644 --- a/dev-python/eyeD3/eyeD3-0.6.4.ebuild +++ b/dev-python/eyeD3/eyeD3-0.6.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/eyeD3/eyeD3-0.6.4.ebuild,v 1.1 2005/02/08 05:50:56 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/eyeD3/eyeD3-0.6.4.ebuild,v 1.2 2005/10/16 21:39:38 kloeri Exp $ IUSE="" @@ -12,7 +12,7 @@ SRC_URI="http://eyed3.nicfit.net/releases/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" +KEYWORDS="~amd64 ~ppc ~sparc x86" DEPEND=">=virtual/python-2.3" |