diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2015-07-18 12:09:15 +0000 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2015-07-18 12:09:15 +0000 |
commit | fbbda80c0932b5073d03cc03f5bd60e3d0a7056c (patch) | |
tree | 2e45889c381216c0450c0c6c87ac3af4cd9520b5 /sys-cluster | |
parent | amd64 stable wrt bug #554284 (diff) | |
download | gentoo-2-fbbda80c0932b5073d03cc03f5bd60e3d0a7056c.tar.gz gentoo-2-fbbda80c0932b5073d03cc03f5bd60e3d0a7056c.tar.bz2 gentoo-2-fbbda80c0932b5073d03cc03f5bd60e3d0a7056c.zip |
amd64 stable wrt bug #554284
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
Diffstat (limited to 'sys-cluster')
-rw-r--r-- | sys-cluster/swift/ChangeLog | 5 | ||||
-rw-r--r-- | sys-cluster/swift/swift-2.3.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-cluster/swift/ChangeLog b/sys-cluster/swift/ChangeLog index 8961822e310a..54417018fe51 100644 --- a/sys-cluster/swift/ChangeLog +++ b/sys-cluster/swift/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-cluster/swift # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/swift/ChangeLog,v 1.46 2015/06/17 21:12:59 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/swift/ChangeLog,v 1.47 2015/07/18 12:09:15 zlogene Exp $ + + 18 Jul 2015; Mikle Kolyada <zlogene@gentoo.org> swift-2.3.0.ebuild: + amd64 stable wrt bug #554284 17 Jun 2015; Matthew Thode <prometheanfire@gentoo.org> metadata.xml, swift-2.2.2-r1.ebuild, swift-2.3.0.ebuild: diff --git a/sys-cluster/swift/swift-2.3.0.ebuild b/sys-cluster/swift/swift-2.3.0.ebuild index b4d563623fe7..f2b56c74aa81 100644 --- a/sys-cluster/swift/swift-2.3.0.ebuild +++ b/sys-cluster/swift/swift-2.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/sys-cluster/swift/swift-2.3.0.ebuild,v 1.3 2015/06/17 21:12:59 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/swift/swift-2.3.0.ebuild,v 1.4 2015/07/18 12:09:15 zlogene Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) @@ -13,7 +13,7 @@ SRC_URI="http://launchpad.net/${PN}/kilo/${PV}/+download/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="proxy account container object test +memcached" REQUIRED_USE="|| ( proxy account container object )" |