diff options
author | Fabian Groffen <grobian@gentoo.org> | 2011-12-05 19:14:35 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2011-12-05 19:14:35 +0000 |
commit | 07b4c3b02396487a6ca6e561e233935eb2ce711b (patch) | |
tree | 1616b6063ffab10c0cceae83141b1ed98a811444 /dev-python/dulwich | |
parent | Drop sysfsutils dep as it appears to be unused (builds fine w/out it) #377699... (diff) | |
download | gentoo-2-07b4c3b02396487a6ca6e561e233935eb2ce711b.tar.gz gentoo-2-07b4c3b02396487a6ca6e561e233935eb2ce711b.tar.bz2 gentoo-2-07b4c3b02396487a6ca6e561e233935eb2ce711b.zip |
Marked ~sparc-solaris, ~sparc64-solaris
(Portage version: 2.2.01.19833-prefix/cvs/Darwin i386)
Diffstat (limited to 'dev-python/dulwich')
-rw-r--r-- | dev-python/dulwich/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/dulwich/dulwich-0.8.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/dulwich/ChangeLog b/dev-python/dulwich/ChangeLog index e922e64a4c4b..d1a0ae55e45d 100644 --- a/dev-python/dulwich/ChangeLog +++ b/dev-python/dulwich/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/dulwich # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/dulwich/ChangeLog,v 1.40 2011/11/11 19:21:43 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/dulwich/ChangeLog,v 1.41 2011/12/05 19:14:35 grobian Exp $ + + 05 Dec 2011; Fabian Groffen <grobian@gentoo.org> dulwich-0.8.1.ebuild: + Marked ~sparc-solaris, ~sparc64-solaris 11 Nov 2011; Markos Chandras <hwoarang@gentoo.org> dulwich-0.8.1.ebuild: Don't inherit unused eclass. Fix dependencies. Simplify diff --git a/dev-python/dulwich/dulwich-0.8.1.ebuild b/dev-python/dulwich/dulwich-0.8.1.ebuild index b5c1548f72ad..26a17b6abd05 100644 --- a/dev-python/dulwich/dulwich-0.8.1.ebuild +++ b/dev-python/dulwich/dulwich-0.8.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/dulwich/dulwich-0.8.1.ebuild,v 1.3 2011/11/11 19:21:43 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/dulwich/dulwich-0.8.1.ebuild,v 1.4 2011/12/05 19:14:35 grobian Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -16,7 +16,7 @@ SRC_URI="http://samba.org/~jelmer/dulwich/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" +KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" DEPEND="dev-python/setuptools |