diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-06-19 19:50:08 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-06-19 19:50:08 +0000 |
commit | c2ee98c734fd05c90f42d2daed2f4a0c0e19533f (patch) | |
tree | 8ca06e2e1b40d7414f3dbf311249429a90d1c314 /sys-fs | |
parent | Stable for amd64, wrt bug #422211 (diff) | |
download | gentoo-2-c2ee98c734fd05c90f42d2daed2f4a0c0e19533f.tar.gz gentoo-2-c2ee98c734fd05c90f42d2daed2f4a0c0e19533f.tar.bz2 gentoo-2-c2ee98c734fd05c90f42d2daed2f4a0c0e19533f.zip |
Stable for amd64, wrt bug #422213
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/lsscsi/ChangeLog | 5 | ||||
-rw-r--r-- | sys-fs/lsscsi/lsscsi-0.26.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-fs/lsscsi/ChangeLog b/sys-fs/lsscsi/ChangeLog index 1862c95e89b0..79ce9ebc3cc6 100644 --- a/sys-fs/lsscsi/ChangeLog +++ b/sys-fs/lsscsi/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-fs/lsscsi # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/lsscsi/ChangeLog,v 1.71 2012/02/23 07:02:30 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/lsscsi/ChangeLog,v 1.72 2012/06/19 19:50:08 ago Exp $ + + 19 Jun 2012; Agostino Sarubbo <ago@gentoo.org> lsscsi-0.26.ebuild: + Stable for amd64, wrt bug #422213 23 Feb 2012; Tim Harder <radhermit@gentoo.org> -lsscsi-0.23.ebuild, -lsscsi-0.24.ebuild: diff --git a/sys-fs/lsscsi/lsscsi-0.26.ebuild b/sys-fs/lsscsi/lsscsi-0.26.ebuild index f928cc622948..2df081311db7 100644 --- a/sys-fs/lsscsi/lsscsi-0.26.ebuild +++ b/sys-fs/lsscsi/lsscsi-0.26.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/lsscsi/lsscsi-0.26.ebuild,v 1.1 2012/02/23 07:01:03 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/lsscsi/lsscsi-0.26.ebuild,v 1.2 2012/06/19 19:50:08 ago Exp $ EAPI=4 @@ -10,5 +10,5 @@ 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" IUSE="" |