diff options
author | erwin <erwin@FreeBSD.org> | 2006-05-17 20:21:43 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2006-05-17 20:21:43 +0800 |
commit | 919273fa6c67918b81ca8a8da8a2a61f4c5009c6 (patch) | |
tree | 7066ae64941d56416b7ba88a50ae9103ae7398cc | |
parent | b1cd0dde199bebb63265f13bddb20a3840de8c5f (diff) | |
download | freebsd-ports-gnome-919273fa6c67918b81ca8a8da8a2a61f4c5009c6.tar.gz freebsd-ports-gnome-919273fa6c67918b81ca8a8da8a2a61f4c5009c6.tar.zst freebsd-ports-gnome-919273fa6c67918b81ca8a8da8a2a61f4c5009c6.zip |
Remove ia64 from supported ARCH as we have no linuxulator support for it.
PR: 97394
Submitted by: Gabor Kovesdan <gkovesdan@t-hosting.hu> (maintainer)
Reported by: pointyhat (kris)
-rw-r--r-- | emulators/linux_base-gentoo-stage1/Makefile | 2 | ||||
-rw-r--r-- | emulators/linux_dist-gentoo-stage1/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/emulators/linux_base-gentoo-stage1/Makefile b/emulators/linux_base-gentoo-stage1/Makefile index 91419bf8e1b5..821efabc1a3a 100644 --- a/emulators/linux_base-gentoo-stage1/Makefile +++ b/emulators/linux_base-gentoo-stage1/Makefile @@ -24,7 +24,7 @@ DIST_SUBDIR= gentoo-linux NO_BUILD= YES NO_FILTER_SHLIBS= YES NO_MTREE= YES -ONLY_FOR_ARCHS= alpha amd64 ia64 i386 +ONLY_FOR_ARCHS= alpha amd64 i386 PLIST= ${WRKDIR}/pkg-plist PREFIX= ${LINUXBASE} USE_BZIP2= YES diff --git a/emulators/linux_dist-gentoo-stage1/Makefile b/emulators/linux_dist-gentoo-stage1/Makefile index 91419bf8e1b5..821efabc1a3a 100644 --- a/emulators/linux_dist-gentoo-stage1/Makefile +++ b/emulators/linux_dist-gentoo-stage1/Makefile @@ -24,7 +24,7 @@ DIST_SUBDIR= gentoo-linux NO_BUILD= YES NO_FILTER_SHLIBS= YES NO_MTREE= YES -ONLY_FOR_ARCHS= alpha amd64 ia64 i386 +ONLY_FOR_ARCHS= alpha amd64 i386 PLIST= ${WRKDIR}/pkg-plist PREFIX= ${LINUXBASE} USE_BZIP2= YES |