diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-01-24 19:48:49 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-01-24 19:48:49 +0000 |
commit | 90b1e784166037c15d257bf34770d7d25568364f (patch) | |
tree | 86d95d6d595fa7204f0229ad90a1beb2c8b49f6e /dev-util/catalyst/files | |
parent | version bump thanks to Daniel Webert <rockoo@gmail.com> and Johannes Ebke <jo... (diff) | |
download | gentoo-2-90b1e784166037c15d257bf34770d7d25568364f.tar.gz gentoo-2-90b1e784166037c15d257bf34770d7d25568364f.tar.bz2 gentoo-2-90b1e784166037c15d257bf34770d7d25568364f.zip |
Version bump to fix an issue on on IA64. This version changes the default for the x86 subarch to use -mtune rather than -mcpu. This means that if you're using a seed stage that has GCC 3.3 or lower, you will need to add cflags and cxxflags to your stage1 spec file for it to compile properly.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'dev-util/catalyst/files')
-rw-r--r-- | dev-util/catalyst/files/catalyst-2.0_rc21-slot.patch (renamed from dev-util/catalyst/files/catalyst-2.0_rc20-slot.patch) | 6 | ||||
-rw-r--r-- | dev-util/catalyst/files/digest-catalyst-2.0_rc20 | 1 | ||||
-rw-r--r-- | dev-util/catalyst/files/digest-catalyst-2.0_rc21 | 1 |
3 files changed, 4 insertions, 4 deletions
diff --git a/dev-util/catalyst/files/catalyst-2.0_rc20-slot.patch b/dev-util/catalyst/files/catalyst-2.0_rc21-slot.patch index fe41d49725c0..d5660162d157 100644 --- a/dev-util/catalyst/files/catalyst-2.0_rc20-slot.patch +++ b/dev-util/catalyst/files/catalyst-2.0_rc21-slot.patch @@ -1,6 +1,6 @@ -diff -urN catalyst-2.0_rc20.orig/catalyst catalyst-2.0_rc20/catalyst ---- catalyst-2.0_rc20.orig/catalyst 2005-12-20 07:07:45.000000000 -0500 -+++ catalyst-2.0_rc20/catalyst 2005-12-20 07:09:19.000000000 -0500 +diff -urN catalyst-2.0_rc21.orig/catalyst catalyst-2.0_rc21/catalyst +--- catalyst-2.0_rc21.orig/catalyst 2005-12-20 07:07:45.000000000 -0500 ++++ catalyst-2.0_rc21/catalyst 2005-12-20 07:09:19.000000000 -0500 @@ -51,10 +51,10 @@ myconf={} config_file="" diff --git a/dev-util/catalyst/files/digest-catalyst-2.0_rc20 b/dev-util/catalyst/files/digest-catalyst-2.0_rc20 deleted file mode 100644 index 5de99805854e..000000000000 --- a/dev-util/catalyst/files/digest-catalyst-2.0_rc20 +++ /dev/null @@ -1 +0,0 @@ -MD5 d4d40bd24c2cd90b7f3727c9128918c8 catalyst-2.0_rc20.tar.bz2 773290 diff --git a/dev-util/catalyst/files/digest-catalyst-2.0_rc21 b/dev-util/catalyst/files/digest-catalyst-2.0_rc21 new file mode 100644 index 000000000000..ee6b7c110d37 --- /dev/null +++ b/dev-util/catalyst/files/digest-catalyst-2.0_rc21 @@ -0,0 +1 @@ +MD5 04f01ff9f996398c0f01696fcd19be0c catalyst-2.0_rc21.tar.bz2 773464 |