diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2008-02-05 03:19:57 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2008-02-05 03:19:57 +0000 |
commit | 0c0626510442a5116a1bdf137f39b1cde8df5e80 (patch) | |
tree | 1b1077f46c66343356ac775d3cfba8a4901e513c /sys-fs/progsreiserfs | |
parent | Added some code to skip the catalog generation on stage1/stage2, since we won... (diff) | |
download | gentoo-2-0c0626510442a5116a1bdf137f39b1cde8df5e80.tar.gz gentoo-2-0c0626510442a5116a1bdf137f39b1cde8df5e80.tar.bz2 gentoo-2-0c0626510442a5116a1bdf137f39b1cde8df5e80.zip |
Stable on amd64 wrt bug #208453
(Portage version: 2.1.4)
Diffstat (limited to 'sys-fs/progsreiserfs')
-rw-r--r-- | sys-fs/progsreiserfs/ChangeLog | 8 | ||||
-rw-r--r-- | sys-fs/progsreiserfs/progsreiserfs-0.3.1_rc8.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/sys-fs/progsreiserfs/ChangeLog b/sys-fs/progsreiserfs/ChangeLog index 9f5b960dc4b5..6a7eb24b82d1 100644 --- a/sys-fs/progsreiserfs/ChangeLog +++ b/sys-fs/progsreiserfs/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-fs/progsreiserfs -# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/progsreiserfs/ChangeLog,v 1.15 2006/10/04 20:51:18 josejx Exp $ +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/progsreiserfs/ChangeLog,v 1.16 2008/02/05 03:19:57 wolf31o2 Exp $ + + 05 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org> + progsreiserfs-0.3.1_rc8.ebuild: + Stable on amd64 wrt bug #208453. 04 Oct 2006; Joseph Jezak <josejx@gentoo.org> progsreiserfs-0.3.1_rc8.ebuild: diff --git a/sys-fs/progsreiserfs/progsreiserfs-0.3.1_rc8.ebuild b/sys-fs/progsreiserfs/progsreiserfs-0.3.1_rc8.ebuild index e3c93302c18c..22c39923f5f0 100644 --- a/sys-fs/progsreiserfs/progsreiserfs-0.3.1_rc8.ebuild +++ b/sys-fs/progsreiserfs/progsreiserfs-0.3.1_rc8.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/progsreiserfs/progsreiserfs-0.3.1_rc8.ebuild,v 1.7 2006/10/04 20:51:18 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/progsreiserfs/progsreiserfs-0.3.1_rc8.ebuild,v 1.8 2008/02/05 03:19:57 wolf31o2 Exp $ inherit libtool flag-o-matic @@ -11,7 +11,7 @@ SRC_URI="http://reiserfs.linux.kiev.ua/snapshots/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ppc ~ppc64 ~sparc x86" +KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ppc ~ppc64 ~sparc x86" IUSE="nls debug" RDEPEND="" |