diff options
author | randomdan <randomdan@localhost> | 2010-11-14 15:05:54 +0000 |
---|---|---|
committer | randomdan <randomdan@localhost> | 2010-11-14 15:05:54 +0000 |
commit | 7c94f59bc97c480eb2e6d338f27a97af70126dd6 (patch) | |
tree | 05735c122df51c95b5686ff154ff83720897797b /sys-boot/grub | |
parent | Add cflags and linkflags (diff) | |
download | portage-7c94f59bc97c480eb2e6d338f27a97af70126dd6.tar.bz2 portage-7c94f59bc97c480eb2e6d338f27a97af70126dd6.tar.xz portage-7c94f59bc97c480eb2e6d338f27a97af70126dd6.zip |
Use a specific revision.. one that works
Diffstat (limited to 'sys-boot/grub')
-rw-r--r-- | sys-boot/grub/grub-9999-r2931.ebuild (renamed from sys-boot/grub/grub-9999.ebuild) | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys-boot/grub/grub-9999.ebuild b/sys-boot/grub/grub-9999-r2931.ebuild index 6db2d3d..6f34bbf 100644 --- a/sys-boot/grub/grub-9999.ebuild +++ b/sys-boot/grub/grub-9999-r2931.ebuild @@ -8,6 +8,7 @@ inherit mount-boot eutils flag-o-matic toolchain-funcs if [[ ${PV} == "9999" ]] ; then EBZR_REPO_URI="http://bzr.savannah.gnu.org/r/grub/trunk/grub" + EBZR_REVISION="2931" inherit autotools bzr SRC_URI="" else |