summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2012-08-11 05:34:27 +0000
committerChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2012-08-11 05:34:27 +0000
commitb5d361167e54dc660ac3a81d39b5023965f6cd26 (patch)
tree70bf53e7cf253cc2f0bb2468db8d11f39c9b23ae /net-libs
parentStable ppc64, bug #429042 (diff)
downloadgentoo-2-b5d361167e54dc660ac3a81d39b5023965f6cd26.tar.gz
gentoo-2-b5d361167e54dc660ac3a81d39b5023965f6cd26.tar.bz2
gentoo-2-b5d361167e54dc660ac3a81d39b5023965f6cd26.zip
Drop unneeded patch.
(Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
Diffstat (limited to 'net-libs')
-rw-r--r--net-libs/libosmocore/ChangeLog6
-rw-r--r--net-libs/libosmocore/files/libosmocore-0.5.2-gcc-4.6.patch22
2 files changed, 5 insertions, 23 deletions
diff --git a/net-libs/libosmocore/ChangeLog b/net-libs/libosmocore/ChangeLog
index dacc4ed7f70a..55cf6b787588 100644
--- a/net-libs/libosmocore/ChangeLog
+++ b/net-libs/libosmocore/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-libs/libosmocore
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libosmocore/ChangeLog,v 1.5 2012/08/11 04:59:50 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libosmocore/ChangeLog,v 1.6 2012/08/11 05:34:26 chithanh Exp $
+
+ 11 Aug 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ -files/libosmocore-0.5.2-gcc-4.6.patch:
+ Drop unneeded patch.
*libosmocore-0.5.3 (11 Aug 2012)
diff --git a/net-libs/libosmocore/files/libosmocore-0.5.2-gcc-4.6.patch b/net-libs/libosmocore/files/libosmocore-0.5.2-gcc-4.6.patch
deleted file mode 100644
index b8bb4329f8ed..000000000000
--- a/net-libs/libosmocore/files/libosmocore-0.5.2-gcc-4.6.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-diff -ur a/tests/timer/timer_test.c b/tests/timer/timer_test.c
---- a/tests/timer/timer_test.c 2012-06-30 22:01:44.000000000 +0200
-+++ b/tests/timer/timer_test.c 2012-08-02 01:16:45.639858402 +0200
-@@ -26,6 +26,7 @@
- #include <stdlib.h>
- #include <signal.h>
- #include <getopt.h>
-+#include <unistd.h>
-
- #include <osmocom/core/talloc.h>
- #include <osmocom/core/timer.h>
-diff -ur a/utils/osmo-auc-gen.c b/utils/osmo-auc-gen.c
---- a/utils/osmo-auc-gen.c 2012-06-30 22:01:44.000000000 +0200
-+++ b/utils/osmo-auc-gen.c 2012-08-02 01:17:08.985860119 +0200
-@@ -26,6 +26,7 @@
- #include <errno.h>
- #include <string.h>
- #include <getopt.h>
-+#include <time.h>
-
- #include <osmocom/crypt/auth.h>
- #include <osmocom/core/utils.h>