glibc: fixed $revision to set correctly the epoch.
This commit is contained in:
parent
037b066e92
commit
cfdb2825ec
4 changed files with 4 additions and 4 deletions
|
@ -5,7 +5,7 @@ long_desc="${long_desc}
|
||||||
|
|
||||||
This package contains files for development: headers, static libs, etc."
|
This package contains files for development: headers, static libs, etc."
|
||||||
|
|
||||||
revision="1-20100511"
|
revision="2:20100511"
|
||||||
|
|
||||||
Add_dependency run kernel-libc-headers
|
Add_dependency run kernel-libc-headers
|
||||||
Add_dependency run glibc
|
Add_dependency run glibc
|
||||||
|
|
|
@ -5,7 +5,7 @@ long_desc="${long_desc}
|
||||||
|
|
||||||
This package contains the ${sourcepkg} locale files, for non US users."
|
This package contains the ${sourcepkg} locale files, for non US users."
|
||||||
|
|
||||||
revision="1-20100511"
|
revision="2:20100511"
|
||||||
noarch=yes
|
noarch=yes
|
||||||
|
|
||||||
do_install()
|
do_install()
|
||||||
|
|
|
@ -5,7 +5,7 @@ long_desc="
|
||||||
This package contains nscd, a daemon that provides a cache for the
|
This package contains nscd, a daemon that provides a cache for the
|
||||||
most common name service requests."
|
most common name service requests."
|
||||||
|
|
||||||
revision="1-20100511"
|
revision="2:20100511"
|
||||||
openrc_services="nscd default false"
|
openrc_services="nscd default false"
|
||||||
conf_files="/etc/nscd.conf"
|
conf_files="/etc/nscd.conf"
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'glibc'
|
# Template file for 'glibc'
|
||||||
pkgname=glibc
|
pkgname=glibc
|
||||||
version=2.11.1
|
version=2.11.1
|
||||||
revision="2-20100511"
|
revision="3:20100511"
|
||||||
distfiles="http://ftp.gnu.org/gnu/glibc/glibc-${version}.tar.bz2"
|
distfiles="http://ftp.gnu.org/gnu/glibc/glibc-${version}.tar.bz2"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
build_wrksrc="build"
|
build_wrksrc="build"
|
||||||
|
|
Loading…
Reference in a new issue