diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2014-01-27 20:33:44 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2014-01-27 20:33:44 +0000 |
commit | c024a1ca8265eb53ef4f3e9d157d7bb021222f8a (patch) | |
tree | 80dff81abae540dcb31bf5d3cddb75a6cb8c99e3 /dev-python/SchemaObject | |
parent | fixed missing libavcodec and libavutil linker errors, bug 490628 (diff) | |
download | gentoo-2-c024a1ca8265eb53ef4f3e9d157d7bb021222f8a.tar.gz gentoo-2-c024a1ca8265eb53ef4f3e9d157d7bb021222f8a.tar.bz2 gentoo-2-c024a1ca8265eb53ef4f3e9d157d7bb021222f8a.zip |
DEPEND on dev-python/setuptools, bug #482186
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Diffstat (limited to 'dev-python/SchemaObject')
-rw-r--r-- | dev-python/SchemaObject/ChangeLog | 9 | ||||
-rw-r--r-- | dev-python/SchemaObject/SchemaObject-0.5.3.ebuild | 6 |
2 files changed, 9 insertions, 6 deletions
diff --git a/dev-python/SchemaObject/ChangeLog b/dev-python/SchemaObject/ChangeLog index dbcbc044f1e4..e2f6f0dcb8b9 100644 --- a/dev-python/SchemaObject/ChangeLog +++ b/dev-python/SchemaObject/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/SchemaObject -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/SchemaObject/ChangeLog,v 1.2 2012/07/04 00:46:37 blueness Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/SchemaObject/ChangeLog,v 1.3 2014/01/27 20:33:44 blueness Exp $ + + 27 Jan 2014; Anthony G. Basile <blueness@gentoo.org> + SchemaObject-0.5.3.ebuild: + DEPEND on dev-python/setuptools, bug #482186 04 Jul 2012; Anthony G. Basile <blueness@gentoo.org> SchemaObject-0.5.3.ebuild: @@ -11,4 +15,3 @@ 27 Apr 2012; Anthony G. Basile <blueness@gentoo.org> +SchemaObject-0.5.3.ebuild, +metadata.xml: Initial commit - diff --git a/dev-python/SchemaObject/SchemaObject-0.5.3.ebuild b/dev-python/SchemaObject/SchemaObject-0.5.3.ebuild index 61e5592488e6..f235121e81ee 100644 --- a/dev-python/SchemaObject/SchemaObject-0.5.3.ebuild +++ b/dev-python/SchemaObject/SchemaObject-0.5.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/SchemaObject/SchemaObject-0.5.3.ebuild,v 1.2 2012/07/04 00:46:37 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/SchemaObject/SchemaObject-0.5.3.ebuild,v 1.3 2014/01/27 20:33:44 blueness Exp $ EAPI=4 @@ -20,7 +20,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -DEPEND="" +DEPEND="dev-python/setuptools" RDEPEND="${DEPEND}" pkg_setup() { |