diff options
author | Christian Heim <phreak@gentoo.org> | 2008-01-02 13:32:21 +0000 |
---|---|---|
committer | Christian Heim <phreak@gentoo.org> | 2008-01-02 13:32:21 +0000 |
commit | 7e68eeaaa3efa15083866105b428bccb40354e2d (patch) | |
tree | 96a111d31b8559bf507e954add5adb7b79a8a3db | |
parent | Updating the ebuild, as solar added it to the main tree. (diff) | |
download | phreak-7e68eeaaa3efa15083866105b428bccb40354e2d.tar.gz phreak-7e68eeaaa3efa15083866105b428bccb40354e2d.tar.bz2 phreak-7e68eeaaa3efa15083866105b428bccb40354e2d.zip |
Adding the overlay to the specs, also adding the confdir for the keywording.
svn path=/; revision=380
-rw-r--r-- | catalyst/specs/uclibc/x86/stage1.spec | 1 | ||||
-rw-r--r-- | catalyst/specs/uclibc/x86/stage2.spec | 2 | ||||
-rw-r--r-- | catalyst/specs/uclibc/x86/stage3.spec | 1 |
3 files changed, 4 insertions, 0 deletions
diff --git a/catalyst/specs/uclibc/x86/stage1.spec b/catalyst/specs/uclibc/x86/stage1.spec index bd4f01a..f78faeb 100644 --- a/catalyst/specs/uclibc/x86/stage1.spec +++ b/catalyst/specs/uclibc/x86/stage1.spec @@ -9,4 +9,5 @@ cflags: -Os -mtune=i386 -pipe cxxflags: -Os -mtune=i386 -pipe ldflags: -Wl,-z,relro chost: i386-gentoo-linux-uclibc +portage_confdir: /var/tmp/catalyst/portage_confdir/uclibc portage_overlay: /var/tmp/catalyst/portage_overlay/uclibc diff --git a/catalyst/specs/uclibc/x86/stage2.spec b/catalyst/specs/uclibc/x86/stage2.spec index 5fa8445..f64715e 100644 --- a/catalyst/specs/uclibc/x86/stage2.spec +++ b/catalyst/specs/uclibc/x86/stage2.spec @@ -9,3 +9,5 @@ cflags: -Os -mtune=i386 -pipe cxxflags: -Os -mtune=i386 -pipe ldflags: -Wl,-z,relro chost: i386-gentoo-linux-uclibc +portage_confdir: /var/tmp/catalyst/portage_confdir/uclibc +portage_overlay: /var/tmp/catalyst/portage_overlay/uclibc diff --git a/catalyst/specs/uclibc/x86/stage3.spec b/catalyst/specs/uclibc/x86/stage3.spec index fc7dafe..3ac922a 100644 --- a/catalyst/specs/uclibc/x86/stage3.spec +++ b/catalyst/specs/uclibc/x86/stage3.spec @@ -8,4 +8,5 @@ source_subpath: default/stage2-x86-uclibc-20080101 cflags: -Os -mtune=i386 cxxflags: -Os -mtune=i386 ldflags: -Wl,-z,relro +portage_confdir: /var/tmp/catalyst/portage_confdir/uclibc portage_overlay: /var/tmp/catalyst/portage_overlay/uclibc |