summary refs log tree commit diff
path: root/maintainers
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2011-04-12 08:05:41 +0000
committerLudovic Courtès <ludo@gnu.org>2011-04-12 08:05:41 +0000
commit87a9719a36ff57b7217e8031443e938c529a21fd (patch)
tree2b4e82ce42b0dd72fe3fcfbbcd9a145eb962e231 /maintainers
parent2c9f084d248b2323deaa6169d9a2dfcaa2627561 (diff)
downloadnixpkgs-87a9719a36ff57b7217e8031443e938c529a21fd.tar
nixpkgs-87a9719a36ff57b7217e8031443e938c529a21fd.tar.gz
nixpkgs-87a9719a36ff57b7217e8031443e938c529a21fd.tar.bz2
nixpkgs-87a9719a36ff57b7217e8031443e938c529a21fd.tar.lz
nixpkgs-87a9719a36ff57b7217e8031443e938c529a21fd.tar.xz
nixpkgs-87a9719a36ff57b7217e8031443e938c529a21fd.tar.zst
nixpkgs-87a9719a36ff57b7217e8031443e938c529a21fd.zip
gnupdate: Ignore GCC-related attributes.
* maintainers/scripts/gnu/gnupdate (%ignored-package-attributes): Add
  GCC 4.6 and gfortran/gcj attributes.

svn path=/nixpkgs/trunk/; revision=26796
Diffstat (limited to 'maintainers')
-rwxr-xr-xmaintainers/scripts/gnu/gnupdate7
1 files changed, 7 insertions, 0 deletions
diff --git a/maintainers/scripts/gnu/gnupdate b/maintainers/scripts/gnu/gnupdate
index 5eb22cb5963..976c909ecb5 100755
--- a/maintainers/scripts/gnu/gnupdate
+++ b/maintainers/scripts/gnu/gnupdate
@@ -567,6 +567,13 @@ replaced by the result of their application to DERIVATIONS, a vhash."
     "gcc45"
     "gcc45_real"
     "gcc45_realCross"
+    "gfortran45"
+    "gcj45"
+    "gcc46"
+    "gcc46_real"
+    "gcc46_realCross"
+    "gfortran46"
+    "gcj46"
     "glibc25"
     "glibc27"
     "glibc29"