commit: d1e8e5f2c6443d43317d2f1e31251a987bbec38f Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org> AuthorDate: Sat Mar 21 19:11:22 2015 +0000 Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org> CommitDate: Sat Mar 21 19:11:22 2015 +0000 URL: https://gitweb.gentoo.org/packages.git/commit/?id=d1e8e5f2
make.profile should be a symlink to portdir/profiles/default/linux/x86 now. Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org> etc/make.profile/eapi | 1 - etc/make.profile/parent | 2 -- 2 files changed, 3 deletions(-) diff --git a/etc/make.profile/eapi b/etc/make.profile/eapi deleted file mode 100644 index 7ed6ff8..0000000 --- a/etc/make.profile/eapi +++ /dev/null @@ -1 +0,0 @@ -5 diff --git a/etc/make.profile/parent b/etc/make.profile/parent deleted file mode 100644 index e130367..0000000 --- a/etc/make.profile/parent +++ /dev/null @@ -1,2 +0,0 @@ -../portdir/profiles/base -../portdir/profiles/
