diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-02-03 18:34:03 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-02-03 18:34:03 +0000 |
commit | 36adb59641c42902a88f841ccb9752c00f9ed08a (patch) | |
tree | 83c93786eaa44743b86cf6cdbd5df3cf476bf177 /sys-fs/siefs | |
parent | test is broken so turn it off for now (diff) | |
download | gentoo-2-36adb59641c42902a88f841ccb9752c00f9ed08a.tar.gz gentoo-2-36adb59641c42902a88f841ccb9752c00f9ed08a.tar.bz2 gentoo-2-36adb59641c42902a88f841ccb9752c00f9ed08a.zip |
Stable for amd64, wrt bug #397233
(Portage version: 2.1.10.44/cvs/Linux x86_64)
Diffstat (limited to 'sys-fs/siefs')
-rw-r--r-- | sys-fs/siefs/ChangeLog | 7 | ||||
-rw-r--r-- | sys-fs/siefs/siefs-0.5-r2.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sys-fs/siefs/ChangeLog b/sys-fs/siefs/ChangeLog index 72d51ceb53a4..1dc1ef34f8ac 100644 --- a/sys-fs/siefs/ChangeLog +++ b/sys-fs/siefs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-fs/siefs -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/siefs/ChangeLog,v 1.13 2010/05/22 11:31:21 tove Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/siefs/ChangeLog,v 1.14 2012/02/03 18:34:02 ago Exp $ + + 03 Feb 2012; Agostino Sarubbo <ago@gentoo.org> siefs-0.5-r2.ebuild: + Stable for amd64, wrt bug #397233 22 May 2010; Torsten Veller <tove@gentoo.org> metadata.xml: Remove genstef from metadata.xml (#66339) diff --git a/sys-fs/siefs/siefs-0.5-r2.ebuild b/sys-fs/siefs/siefs-0.5-r2.ebuild index ae55576ea9e3..d926796f2c92 100644 --- a/sys-fs/siefs/siefs-0.5-r2.ebuild +++ b/sys-fs/siefs/siefs-0.5-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/siefs/siefs-0.5-r2.ebuild,v 1.1 2009/03/22 10:41:39 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/siefs/siefs-0.5-r2.ebuild,v 1.2 2012/02/03 18:34:03 ago Exp $ inherit eutils autotools @@ -10,7 +10,7 @@ SRC_URI="http://chaos.allsiemens.com/download/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="amd64 ~ppc ~x86" IUSE="" DEPEND="sys-fs/fuse" |