summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/oslo-utils')
-rw-r--r--dev-python/oslo-utils/ChangeLog6
-rw-r--r--dev-python/oslo-utils/oslo-utils-1.3.0.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-python/oslo-utils/ChangeLog b/dev-python/oslo-utils/ChangeLog
index 974a8bc325f2..682c8bf779b8 100644
--- a/dev-python/oslo-utils/ChangeLog
+++ b/dev-python/oslo-utils/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/oslo-utils
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/oslo-utils/ChangeLog,v 1.4 2015/02/16 19:01:50 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/oslo-utils/ChangeLog,v 1.5 2015/02/16 19:02:56 prometheanfire Exp $
+
+ 16 Feb 2015; Matthew Thode <prometheanfire@gentoo.org>
+ oslo-utils-1.3.0.ebuild:
+ card didn't sign :(
*oslo-utils-1.3.0 (16 Feb 2015)
diff --git a/dev-python/oslo-utils/oslo-utils-1.3.0.ebuild b/dev-python/oslo-utils/oslo-utils-1.3.0.ebuild
index 31610df0a0b6..f2197f79d0a0 100644
--- a/dev-python/oslo-utils/oslo-utils-1.3.0.ebuild
+++ b/dev-python/oslo-utils/oslo-utils-1.3.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/oslo-utils/oslo-utils-1.3.0.ebuild,v 1.1 2015/02/16 19:01:50 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/oslo-utils/oslo-utils-1.3.0.ebuild,v 1.2 2015/02/16 19:02:56 prometheanfire Exp $
EAPI=5
PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
@@ -58,7 +58,7 @@ python_compile_all() {
use doc && esetup.py build_sphinx
}
-# Note: Tests fail due to requiring installation.
+# Note: Tests fail due to requiring installation
#
# Installation appears to fail due to the use of namespace packages but root
# cause was never truly established.