diff options
author | Leon Woestenberg <leon.woestenberg@gmail.com> | 2008-02-29 23:16:58 +0000 |
---|---|---|
committer | Leon Woestenberg <leon.woestenberg@gmail.com> | 2008-02-29 23:16:58 +0000 |
commit | 3db46e12e6f48196f5e80b3bb14b3ebfc1993bf9 (patch) | |
tree | 304d6200816c7f2aec044d22ec5927c1ea3a4031 | |
parent | b091ff237321c4569a7ae6650eb35051f40ecd98 (diff) |
util-linux-ng: 2.13.1 final release, remove -rc2.
-rw-r--r-- | packages/util-linux-ng/util-linux-ng.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/util-linux-ng/util-linux-ng.inc b/packages/util-linux-ng/util-linux-ng.inc index c01458d626..fa02f35356 100644 --- a/packages/util-linux-ng/util-linux-ng.inc +++ b/packages/util-linux-ng/util-linux-ng.inc @@ -9,7 +9,8 @@ inherit autotools # @todo Remove $RC later. See if patches are needed. Move files from /usr/*. # -- Leon 'likewise' Woestenberg -RC="-rc2" +#RC="-rc2" +RC="" DEFAULT_PREFERENCE = "-1" SRC_URI = "${KERNELORG_MIRROR}/pub/linux/utils/util-linux-ng/v2.13/util-linux-ng-${PV}${RC}.tar.bz2" |