Update libsolv package

This commit is contained in:
Ingo Weinhold 2013-04-19 01:34:26 +02:00
parent b50e5e3307
commit f16dbba442
1 changed files with 1 additions and 1 deletions

View File

@ -221,7 +221,7 @@ if $(TARGET_ARCH) != x86 {
Echo "Libsolv not available for $(TARGET_ARCH)." ; Echo "Libsolv not available for $(TARGET_ARCH)." ;
} else if $(HAIKU_GCC_VERSION[1]) = 2 { } else if $(HAIKU_GCC_VERSION[1]) = 2 {
HAIKU_LIBSOLV_PACKAGE HAIKU_LIBSOLV_PACKAGE
= libsolv-0.3.0_haiku_2013_04_15-1-x86_gcc2.hpkg ; = libsolv-0.3.0_haiku_2013_04_18-1-x86_gcc2.hpkg ;
} else { } else {
Echo "Libsolv not available for gcc4." ; Echo "Libsolv not available for gcc4." ;
} }