diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2008-06-28 09:13:48 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2008-06-28 09:13:48 +0000 |
commit | 9e00bac733dec2a2bc51069d0bdbbfe2eda4548e (patch) | |
tree | 45d6efe8238824b840cdb8545c2ecac01049fa39 /sys-fs/squashfs-tools/squashfs-tools-3.2_p2.ebuild | |
parent | Version bump. (diff) | |
download | gentoo-2-9e00bac733dec2a2bc51069d0bdbbfe2eda4548e.tar.gz gentoo-2-9e00bac733dec2a2bc51069d0bdbbfe2eda4548e.tar.bz2 gentoo-2-9e00bac733dec2a2bc51069d0bdbbfe2eda4548e.zip |
Marking 3.2_p2 stable for 2.6.23 kernels. Thanks to Kerin Millar <kerframil@gmail.com> for pointing it out in bug #227461. This was used during the 2008.0 release cycle, so it received plenty of testing. Also, changing the elog to ewarn for 3.3 and the 2.6.24 requirement notice.
(Portage version: 2.1.5.5)
Diffstat (limited to 'sys-fs/squashfs-tools/squashfs-tools-3.2_p2.ebuild')
-rw-r--r-- | sys-fs/squashfs-tools/squashfs-tools-3.2_p2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-fs/squashfs-tools/squashfs-tools-3.2_p2.ebuild b/sys-fs/squashfs-tools/squashfs-tools-3.2_p2.ebuild index 2e8b32eb07c5..6d91c0393932 100644 --- a/sys-fs/squashfs-tools/squashfs-tools-3.2_p2.ebuild +++ b/sys-fs/squashfs-tools/squashfs-tools-3.2_p2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 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/squashfs-tools/squashfs-tools-3.2_p2.ebuild,v 1.2 2007/11/06 22:54:24 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/squashfs-tools/squashfs-tools-3.2_p2.ebuild,v 1.3 2008/06/28 09:13:48 wolf31o2 Exp $ inherit toolchain-funcs @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/squashfs/squashfs${MY_PV}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86" IUSE="" RDEPEND="sys-libs/zlib" |