diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-12-22 12:43:55 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-12-22 12:43:55 +0000 |
commit | f045f3f66a42f68f94587961953506c22969a0fa (patch) | |
tree | 0aa655228df03956f77e050c297417e30f8a8d99 /sys-fs/lsscsi | |
parent | fix typos (diff) | |
download | gentoo-2-f045f3f66a42f68f94587961953506c22969a0fa.tar.gz gentoo-2-f045f3f66a42f68f94587961953506c22969a0fa.tar.bz2 gentoo-2-f045f3f66a42f68f94587961953506c22969a0fa.zip |
Stable for ppc64, wrt bug #474306
(Portage version: 2.2.1/cvs/Linux ppc64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'sys-fs/lsscsi')
-rw-r--r-- | sys-fs/lsscsi/ChangeLog | 5 | ||||
-rw-r--r-- | sys-fs/lsscsi/lsscsi-0.27.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-fs/lsscsi/ChangeLog b/sys-fs/lsscsi/ChangeLog index 7ee56e3555f9..900ad359bf4a 100644 --- a/sys-fs/lsscsi/ChangeLog +++ b/sys-fs/lsscsi/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-fs/lsscsi # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/lsscsi/ChangeLog,v 1.85 2013/12/21 18:16:23 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/lsscsi/ChangeLog,v 1.86 2013/12/22 12:43:55 ago Exp $ + + 22 Dec 2013; Agostino Sarubbo <ago@gentoo.org> lsscsi-0.27.ebuild: + Stable for ppc64, wrt bug #474306 21 Dec 2013; Agostino Sarubbo <ago@gentoo.org> lsscsi-0.27.ebuild: Stable for ppc, wrt bug #474306 diff --git a/sys-fs/lsscsi/lsscsi-0.27.ebuild b/sys-fs/lsscsi/lsscsi-0.27.ebuild index 17400344fb08..a40ec649bf68 100644 --- a/sys-fs/lsscsi/lsscsi-0.27.ebuild +++ b/sys-fs/lsscsi/lsscsi-0.27.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-fs/lsscsi/lsscsi-0.27.ebuild,v 1.7 2013/12/21 18:16:23 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/lsscsi/lsscsi-0.27.ebuild,v 1.8 2013/12/22 12:43:55 ago Exp $ EAPI=4 @@ -10,4 +10,4 @@ SRC_URI="http://sg.danny.cz/scsi/${P}.tgz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ~ppc64 sparc x86" +KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 sparc x86" |