diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-12-07 19:10:29 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-12-07 19:10:29 +0000 |
commit | da7e00137d655778d5226f1bdd9afe801dd48e12 (patch) | |
tree | 036346394d6a1b096dbdabf6e01539606c1c99be /sys-block | |
parent | sci-libs/flann: Fix compilation problem with cuda; depend on fixed octave ver... (diff) | |
download | gentoo-2-da7e00137d655778d5226f1bdd9afe801dd48e12.tar.gz gentoo-2-da7e00137d655778d5226f1bdd9afe801dd48e12.tar.bz2 gentoo-2-da7e00137d655778d5226f1bdd9afe801dd48e12.zip |
Stable for ppc, wrt bug #493010
(Portage version: 2.2.1/cvs/Linux ppc64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)
Diffstat (limited to 'sys-block')
-rw-r--r-- | sys-block/nbd/ChangeLog | 5 | ||||
-rw-r--r-- | sys-block/nbd/nbd-3.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-block/nbd/ChangeLog b/sys-block/nbd/ChangeLog index a6e994ddca77..ba68827c420c 100644 --- a/sys-block/nbd/ChangeLog +++ b/sys-block/nbd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-block/nbd # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-block/nbd/ChangeLog,v 1.85 2013/12/06 20:41:31 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-block/nbd/ChangeLog,v 1.86 2013/12/07 19:10:29 ago Exp $ + + 07 Dec 2013; Agostino Sarubbo <ago@gentoo.org> nbd-3.5.ebuild: + Stable for ppc, wrt bug #493010 06 Dec 2013; Agostino Sarubbo <ago@gentoo.org> nbd-3.5.ebuild: Stable for x86, wrt bug #493010 diff --git a/sys-block/nbd/nbd-3.5.ebuild b/sys-block/nbd/nbd-3.5.ebuild index cd799d05e9e1..361436b75d8e 100644 --- a/sys-block/nbd/nbd-3.5.ebuild +++ b/sys-block/nbd/nbd-3.5.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-block/nbd/nbd-3.5.ebuild,v 1.3 2013/12/06 20:41:31 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-block/nbd/nbd-3.5.ebuild,v 1.4 2013/12/07 19:10:29 ago Exp $ EAPI="4" @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/nbd/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86" +KEYWORDS="~alpha amd64 ~arm ~ia64 ppc ~ppc64 ~sparc x86" IUSE="debug zlib" RDEPEND=">=dev-libs/glib-2.0 |