summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2014-04-29 17:33:21 +0000
committerMatthew Thode <prometheanfire@gentoo.org>2014-04-29 17:33:21 +0000
commit43f18d52f3bd43ea3caa5b931e44ab7b5dd422f6 (patch)
treed3cc95dd0ec1dee0ebabe8670fa748b363ae0250 /sys-auth
parentRestore libxml2 dep that was removed prematurely, bug #509066. (diff)
downloadgentoo-2-43f18d52f3bd43ea3caa5b931e44ab7b5dd422f6.tar.gz
gentoo-2-43f18d52f3bd43ea3caa5b931e44ab7b5dd422f6.tar.bz2
gentoo-2-43f18d52f3bd43ea3caa5b931e44ab7b5dd422f6.zip
fixing testing
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x2471eb3e40ac5ac3)
Diffstat (limited to 'sys-auth')
-rw-r--r--sys-auth/keystone/ChangeLog6
-rw-r--r--sys-auth/keystone/keystone-2014.1.ebuild4
2 files changed, 8 insertions, 2 deletions
diff --git a/sys-auth/keystone/ChangeLog b/sys-auth/keystone/ChangeLog
index a3616e12a6e2..7b648e1055b9 100644
--- a/sys-auth/keystone/ChangeLog
+++ b/sys-auth/keystone/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-auth/keystone
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/keystone/ChangeLog,v 1.67 2014/04/27 07:42:11 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/keystone/ChangeLog,v 1.68 2014/04/29 17:33:21 prometheanfire Exp $
+
+ 29 Apr 2014; Matthew Thode <prometheanfire@gentoo.org>
+ keystone-2014.1.9999.ebuild, keystone-2014.1.ebuild:
+ fixing testing
*keystone-2014.1 (27 Apr 2014)
*keystone-2014.1.9999 (27 Apr 2014)
diff --git a/sys-auth/keystone/keystone-2014.1.ebuild b/sys-auth/keystone/keystone-2014.1.ebuild
index ca7b46ab25b2..5fb710184d12 100644
--- a/sys-auth/keystone/keystone-2014.1.ebuild
+++ b/sys-auth/keystone/keystone-2014.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/keystone/keystone-2014.1.ebuild,v 1.1 2014/04/27 07:42:11 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/keystone/keystone-2014.1.ebuild,v 1.2 2014/04/29 17:33:21 prometheanfire Exp $
EAPI=5
@@ -86,6 +86,8 @@ pkg_setup() {
}
python_prepare_all() {
+ # it's in git, but not in the tarball.....
+ mkdir -p ${PN}/tests/tmp/ || die
cp etc/keystone-paste.ini ${PN}/tests/tmp/ || die
distutils-r1_python_prepare_all
}