diff options
author | Brandon Low <lostlogic@gentoo.org> | 2003-11-20 07:43:56 +0000 |
---|---|---|
committer | Brandon Low <lostlogic@gentoo.org> | 2003-11-20 07:43:56 +0000 |
commit | c3d2cbe0c97dcd8af8069b0f9ad9681fcfc620aa (patch) | |
tree | d7a33afb57336367586aa12d8e3ad6134c9d5423 /sys-kernel/xfs-sources/ChangeLog | |
parent | minor fix in the r5 patch (diff) | |
download | historical-c3d2cbe0c97dcd8af8069b0f9ad9681fcfc620aa.tar.gz historical-c3d2cbe0c97dcd8af8069b0f9ad9681fcfc620aa.tar.bz2 historical-c3d2cbe0c97dcd8af8069b0f9ad9681fcfc620aa.zip |
All version setting for kernels is now handled by ebuilds on an individual basis, there were only about 15 which were doing none of it before, so this way we are consistent, the eclass will now simply utilize the variables as they are set in the kernel ebuilds.
Diffstat (limited to 'sys-kernel/xfs-sources/ChangeLog')
-rw-r--r-- | sys-kernel/xfs-sources/ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys-kernel/xfs-sources/ChangeLog b/sys-kernel/xfs-sources/ChangeLog index 266a90a2a331..15254c46182f 100644 --- a/sys-kernel/xfs-sources/ChangeLog +++ b/sys-kernel/xfs-sources/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-kernel/xfs-sources # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/xfs-sources/ChangeLog,v 1.27 2003/10/27 01:14:24 livewire Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/xfs-sources/ChangeLog,v 1.28 2003/11/20 07:43:38 lostlogic Exp $ + + 20 Nov 2003; Brandon Low <lostlogic@gentoo.org> + xfs-sources-2.4.19-r2.ebuild: + Move version handling logic to after inherit kernel, or insert it where + necessary *xfs-sources-2.4.22 (26 October 2003) |