diff options
-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" |