diff options
author | 2012-08-06 16:42:03 +0100 | |
---|---|---|
committer | 2012-08-07 14:51:14 +0100 | |
commit | e68ba8a3313e0d14ad9a978a57fd29c472b4953e (patch) | |
tree | 3d8aa6b4999803997418e861b97613d7242402fc | |
parent | 88d04174e2d8a94e95477b55749f130011d2d288 (diff) | |
download | paludis-e68ba8a3313e0d14ad9a978a57fd29c472b4953e.tar.gz paludis-e68ba8a3313e0d14ad9a978a57fd29c472b4953e.tar.xz |
Fix cache metadata
-rwxr-xr-x | paludis/repositories/e/ebuild_flat_metadata_cache_TEST_setup.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/paludis/repositories/e/ebuild_flat_metadata_cache_TEST_setup.sh b/paludis/repositories/e/ebuild_flat_metadata_cache_TEST_setup.sh index 61583f826..5667e3261 100755 --- a/paludis/repositories/e/ebuild_flat_metadata_cache_TEST_setup.sh +++ b/paludis/repositories/e/ebuild_flat_metadata_cache_TEST_setup.sh @@ -1096,6 +1096,7 @@ SUMMARY=the-description-flat_hash-exlib PLATFORMS=the-keywords MYOPTIONS=the-iuse EAPI=exheres-0 +DEFINED_PHASES=- END TZ=UTC touch -t 197001010001 cat/flat_hash-exlib/flat_hash-exlib-1.ebuild || exit 2 @@ -1116,6 +1117,7 @@ SUMMARY=the-description-flat_hash-exlib-percat PLATFORMS=the-keywords MYOPTIONS=the-iuse EAPI=exheres-0 +DEFINED_PHASES=- END TZ=UTC touch -t 197001010001 cat/flat_hash-exlib-percat/flat_hash-exlib-percat-1.ebuild || exit 2 |