diff options
author | Fabian Groffen <grobian@gentoo.org> | 2010-05-29 12:30:46 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2010-05-29 12:30:46 +0000 |
commit | 5820df251d12e3b0b4eacf70305b199c54bcd131 (patch) | |
tree | 4026f51de91158c8223bba48490455c851beab46 /dev-python/dulwich | |
parent | Alex is no longer maintaining emerald-themes. (diff) | |
download | gentoo-2-5820df251d12e3b0b4eacf70305b199c54bcd131.tar.gz gentoo-2-5820df251d12e3b0b4eacf70305b199c54bcd131.tar.bz2 gentoo-2-5820df251d12e3b0b4eacf70305b199c54bcd131.zip |
Marked ~x86-solaris
(Portage version: 2.2.00.15842-prefix/cvs/SunOS i386)
Diffstat (limited to 'dev-python/dulwich')
-rw-r--r-- | dev-python/dulwich/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/dulwich/dulwich-0.6.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/dulwich/ChangeLog b/dev-python/dulwich/ChangeLog index 198a98e7652c..94d79e764102 100644 --- a/dev-python/dulwich/ChangeLog +++ b/dev-python/dulwich/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/dulwich # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/dulwich/ChangeLog,v 1.11 2010/05/26 13:59:31 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/dulwich/ChangeLog,v 1.12 2010/05/29 12:30:46 grobian Exp $ + + 29 May 2010; Fabian Groffen <grobian@gentoo.org> dulwich-0.6.0.ebuild: + Marked ~x86-solaris *dulwich-0.6.0 (26 May 2010) diff --git a/dev-python/dulwich/dulwich-0.6.0.ebuild b/dev-python/dulwich/dulwich-0.6.0.ebuild index 0df413cc2438..eeb580d8f51d 100644 --- a/dev-python/dulwich/dulwich-0.6.0.ebuild +++ b/dev-python/dulwich/dulwich-0.6.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/dulwich/dulwich-0.6.0.ebuild,v 1.1 2010/05/26 13:59:31 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/dulwich/dulwich-0.6.0.ebuild,v 1.2 2010/05/29 12:30:46 grobian Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -15,7 +15,7 @@ SRC_URI="http://samba.org/~jelmer/dulwich/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86 ~ppc-macos" +KEYWORDS="~amd64 ~x86 ~ppc-macos ~x86-solaris" IUSE="" DEPEND="dev-python/setuptools" |