diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-09-11 21:08:45 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-09-11 21:08:45 +0000 |
commit | a087716719bd7675eb0d1e3a5815aa04d4337657 (patch) | |
tree | 70245c04f44a0bc196438db2c8ac5822a198aff5 | |
parent | - Remove USE_AUTOTOOLS=libtool (diff) |
Both master and slave fail to package
-rw-r--r-- | emulators/linux_dist-gentoo-stage3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/linux_dist-gentoo-stage3/Makefile b/emulators/linux_dist-gentoo-stage3/Makefile index 6eb905845f5b..2e15b4a6043d 100644 --- a/emulators/linux_dist-gentoo-stage3/Makefile +++ b/emulators/linux_dist-gentoo-stage3/Makefile @@ -13,6 +13,7 @@ LICENSE= GPLv2 GPLv3 LICENSE_COMB= multi RESTRICTED= binaries licensed under GNU GPL without accompanying source +BROKEN= Fails to package USES= tar:bzip2 DIST_SUBDIR= gentoo-linux @@ -35,7 +36,6 @@ CONFLICTS= linux_base-7* linux_base-8* linux_base-debian* \ USE_LINUX_PREFIX= YES PREFIX_SUBDIR= .else -BROKEN= Fails to package NO_MTREE= YES PKGNAMEPREFIX= linux_dist- PREFIX_SUBDIR= ${PORTNAME}/ |