diff options
author | 2008-05-14 12:15:20 +0000 | |
---|---|---|
committer | 2008-05-14 12:15:20 +0000 | |
commit | 0e9c9b2d7c48475fad18611a271743f2de65ed6a (patch) | |
tree | 03ca736ebf55cc2082cdfbd967a47c238c86a4c1 /dev-python/python-mpd/python-mpd-0.2.0.ebuild | |
parent | fix autotools patch to use AC_PROG_CXX so that it works with libtool 2.2 too (diff) | |
download | historical-0e9c9b2d7c48475fad18611a271743f2de65ed6a.tar.gz historical-0e9c9b2d7c48475fad18611a271743f2de65ed6a.tar.bz2 historical-0e9c9b2d7c48475fad18611a271743f2de65ed6a.zip |
Add ~sparc keyword as part of Bug #222011.
Package-Manager: portage-2.2_pre6
Diffstat (limited to 'dev-python/python-mpd/python-mpd-0.2.0.ebuild')
-rw-r--r-- | dev-python/python-mpd/python-mpd-0.2.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/python-mpd/python-mpd-0.2.0.ebuild b/dev-python/python-mpd/python-mpd-0.2.0.ebuild index db383361e495..79e9c62de347 100644 --- a/dev-python/python-mpd/python-mpd-0.2.0.ebuild +++ b/dev-python/python-mpd/python-mpd-0.2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-mpd/python-mpd-0.2.0.ebuild,v 1.1 2008/05/13 23:17:41 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-mpd/python-mpd-0.2.0.ebuild,v 1.2 2008/05/14 12:15:20 fmccor Exp $ inherit distutils @@ -9,7 +9,7 @@ HOMEPAGE="http://www.musicpd.org/~jat/python-mpd/" SRC_URI="http://pypi.python.org/packages/source/p/${PN}/${P}.tar.bz2" LICENSE="GPL-3" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~sparc" SLOT="0" RDEPEND=">=virtual/python-2.4" |