commit: 4d73b522b67df63a801afebe7b884fbf7c42c563 Author: Michael Weber <michael <AT> xmw <DOT> de> AuthorDate: Sun Nov 2 10:11:30 2014 +0000 Commit: Michael Weber <xmw <AT> gentoo <DOT> org> CommitDate: Sun Nov 2 10:11:30 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=dev/xmw.git;a=commit;h=4d73b522
django 1.7 doesn't work, yet Package-Manager: portage-2.2.14 Manifest-Sign-Key: 62EEF090 --- net-dns/nsupdate-info/ChangeLog | 4 ++++ net-dns/nsupdate-info/Manifest | 12 ++++++++++++ net-dns/nsupdate-info/nsupdate-info-0.9.0.ebuild | 2 +- net-dns/nsupdate-info/nsupdate-info-9999.ebuild | 2 +- 4 files changed, 18 insertions(+), 2 deletions(-) diff --git a/net-dns/nsupdate-info/ChangeLog b/net-dns/nsupdate-info/ChangeLog index 49174e9..e4f73af 100644 --- a/net-dns/nsupdate-info/ChangeLog +++ b/net-dns/nsupdate-info/ChangeLog @@ -1,5 +1,9 @@ 02 Nov 2014; Michael Weber <[email protected]> nsupdate-info-0.9.0.ebuild, nsupdate-info-9999.ebuild: + django 1.7 doesn't work, yet + + 02 Nov 2014; Michael Weber <[email protected]> nsupdate-info-0.9.0.ebuild, + nsupdate-info-9999.ebuild: add needed dev-python/south 02 Nov 2014; Michael Weber <[email protected]> nsupdate-info-0.9.0.ebuild, diff --git a/net-dns/nsupdate-info/Manifest b/net-dns/nsupdate-info/Manifest index a918777..689f8a4 100644 --- a/net-dns/nsupdate-info/Manifest +++ b/net-dns/nsupdate-info/Manifest @@ -1 +1,13 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA256 + DIST nsupdate-info-0.9.0.tar.gz 247972 SHA256 97bda37087e3e5698c1e0e4fa54f4e447592225422b7b49bb8d5a5164b48da12 SHA512 177e2596f5be68716acad89b42dda489079ae4fa6b2ce299ee009b3f82c5fef9a9733a97004a13c5f0051eb24b4bf4f28a5a1c30db10fcf5e01341b5e6ad764d WHIRLPOOL 002ba01c802bb5d6db79aa1d64867019b747040a2fcbd8a1fa827194c59b57cb6c76a7b27980a5442f3413a337476e96824c0742bc805195ad19e7ed40e10ae9 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2 + +iL4EAREIAGYFAlRWADRfFIAAAAAALgAoaXNzdWVyLWZwckBub3RhdGlvbnMub3Bl +bnBncC5maWZ0aGhvcnNlbWFuLm5ldDY3QjA4MzdGODg1NUMxMjIzNUQ0MDgxNzky +N0FERDBDNjJFRUYwOTAACgkQknrdDGLu8JB3jQD/d9EV6AmpyGP+ebC4e/+JIwpT +gGFJfLj+XOowy2A6418BAJI6NXizxFLgS+F4lAu4SmolKk24rtoiZ9ocwjsWCGUg +=ZD5P +-----END PGP SIGNATURE----- diff --git a/net-dns/nsupdate-info/nsupdate-info-0.9.0.ebuild b/net-dns/nsupdate-info/nsupdate-info-0.9.0.ebuild index 7c7dbe2..d633df3 100644 --- a/net-dns/nsupdate-info/nsupdate-info-0.9.0.ebuild +++ b/net-dns/nsupdate-info/nsupdate-info-0.9.0.ebuild @@ -18,7 +18,7 @@ IUSE="" DEPEND="" RDEPEND="${DEPEND} - >=dev-python/django-1.7[sqlite] + dev-python/django[sqlite] dev-python/django-bootstrap-form dev-python/django-debug-toolbar dev-python/django-extensions diff --git a/net-dns/nsupdate-info/nsupdate-info-9999.ebuild b/net-dns/nsupdate-info/nsupdate-info-9999.ebuild index 6eac012..10d7034 100644 --- a/net-dns/nsupdate-info/nsupdate-info-9999.ebuild +++ b/net-dns/nsupdate-info/nsupdate-info-9999.ebuild @@ -18,7 +18,7 @@ IUSE="" DEPEND="" RDEPEND="${DEPEND} - >=dev-python/django-1.7[sqlite] + dev-python/django[sqlite] dev-python/django-bootstrap-form dev-python/django-debug-toolbar dev-python/django-extensions
