summaryrefslogtreecommitdiff
path: root/dev-db
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2014-01-27 20:37:47 +0000
committerAnthony G. Basile <blueness@gentoo.org>2014-01-27 20:37:47 +0000
commit7bb1c80a29602131a0d37a9aae73042c9f94ca96 (patch)
tree88635f1af832a835082c52af04c17e375778af23 /dev-db
parentAdd missing test dependency dev-perl/Capture-Tiny (diff)
downloadgentoo-2-7bb1c80a29602131a0d37a9aae73042c9f94ca96.tar.gz
gentoo-2-7bb1c80a29602131a0d37a9aae73042c9f94ca96.tar.bz2
gentoo-2-7bb1c80a29602131a0d37a9aae73042c9f94ca96.zip
We should DEPEND on dev-python/setuptools
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Diffstat (limited to 'dev-db')
-rw-r--r--dev-db/SchemaSync/ChangeLog8
-rw-r--r--dev-db/SchemaSync/SchemaSync-0.9.2.ebuild5
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-db/SchemaSync/ChangeLog b/dev-db/SchemaSync/ChangeLog
index ced8467deb2d..ddad3ce35af4 100644
--- a/dev-db/SchemaSync/ChangeLog
+++ b/dev-db/SchemaSync/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-db/SchemaSync
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/SchemaSync/ChangeLog,v 1.2 2012/07/04 00:44:59 blueness Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-db/SchemaSync/ChangeLog,v 1.3 2014/01/27 20:37:47 blueness Exp $
+
+ 27 Jan 2014; Anthony G. Basile <blueness@gentoo.org> SchemaSync-0.9.2.ebuild:
+ We should DEPEND on dev-python/setuptools
04 Jul 2012; Anthony G. Basile <blueness@gentoo.org> SchemaSync-0.9.2.ebuild:
Works with python-2.7
@@ -10,4 +13,3 @@
28 Apr 2012; Anthony G. Basile <blueness@gentoo.org>
+SchemaSync-0.9.2.ebuild, +metadata.xml:
Initial commit
-
diff --git a/dev-db/SchemaSync/SchemaSync-0.9.2.ebuild b/dev-db/SchemaSync/SchemaSync-0.9.2.ebuild
index 258f96d91d54..56f1658d3ccf 100644
--- a/dev-db/SchemaSync/SchemaSync-0.9.2.ebuild
+++ b/dev-db/SchemaSync/SchemaSync-0.9.2.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-db/SchemaSync/SchemaSync-0.9.2.ebuild,v 1.2 2012/07/04 00:44:59 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/SchemaSync/SchemaSync-0.9.2.ebuild,v 1.3 2014/01/27 20:37:47 blueness Exp $
EAPI="4"
@@ -20,6 +20,7 @@ KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="
+ dev-python/setuptools
dev-python/mysql-python
dev-python/SchemaObject"
DEPEND="${RDEPEND}"