diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-08-10 13:20:24 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-08-10 13:20:24 +0000 |
commit | 74ed545cfe6c32c1a41450029d782773dfd67e55 (patch) | |
tree | e693a601480fbd71d26070ea44c0a2fa6ddfcb7b /sys-cluster/drbd | |
parent | Bump (diff) | |
download | gentoo-2-74ed545cfe6c32c1a41450029d782773dfd67e55.tar.gz gentoo-2-74ed545cfe6c32c1a41450029d782773dfd67e55.tar.bz2 gentoo-2-74ed545cfe6c32c1a41450029d782773dfd67e55.zip |
Stable for amd64, wrt bug #463144
(Portage version: 2.1.13.2/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'sys-cluster/drbd')
-rw-r--r-- | sys-cluster/drbd/ChangeLog | 5 | ||||
-rw-r--r-- | sys-cluster/drbd/drbd-8.4.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-cluster/drbd/ChangeLog b/sys-cluster/drbd/ChangeLog index e87b1034dc16..cb9dad99eac6 100644 --- a/sys-cluster/drbd/ChangeLog +++ b/sys-cluster/drbd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-cluster/drbd # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/drbd/ChangeLog,v 1.128 2013/03/26 18:25:00 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/drbd/ChangeLog,v 1.129 2013/08/10 13:20:24 ago Exp $ + + 10 Aug 2013; Agostino Sarubbo <ago@gentoo.org> drbd-8.4.2.ebuild: + Stable for amd64, wrt bug #463144 26 Mar 2013; Kacper Kowalik <xarthisius@gentoo.org> drbd-8.4.3.ebuild: Revert to testing as there's no matching stable kernel diff --git a/sys-cluster/drbd/drbd-8.4.2.ebuild b/sys-cluster/drbd/drbd-8.4.2.ebuild index ce18859d3ae0..50627f798810 100644 --- a/sys-cluster/drbd/drbd-8.4.2.ebuild +++ b/sys-cluster/drbd/drbd-8.4.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/drbd/drbd-8.4.2.ebuild,v 1.2 2013/02/05 13:42:01 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/drbd/drbd-8.4.2.ebuild,v 1.3 2013/08/10 13:20:24 ago Exp $ EAPI=4 @@ -12,7 +12,7 @@ DESCRIPTION="mirror/replicate block-devices across a network-connection" SRC_URI="http://oss.linbit.com/drbd/$(get_version_component_range 1-2 ${PV})/${P}.tar.gz" HOMEPAGE="http://www.drbd.org" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="bash-completion heartbeat pacemaker +udev xen" SLOT="0" |