diff options
author | Mike Frysinger <vapier@gentoo.org> | 2008-06-19 01:13:40 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2008-06-19 01:13:40 +0000 |
commit | 4779039a8144efe457bf7b82bf99c42a144003f6 (patch) | |
tree | 089bd0a2dbe3e060bf817e4fda9b7b8c4d78ecd0 /sys-libs/gpm/files | |
parent | old (diff) | |
download | gentoo-2-4779039a8144efe457bf7b82bf99c42a144003f6.tar.gz gentoo-2-4779039a8144efe457bf7b82bf99c42a144003f6.tar.bz2 gentoo-2-4779039a8144efe457bf7b82bf99c42a144003f6.zip |
Version bump #228065 by Conrad Kostecki.
(Portage version: 2.2_pre8/cvs/Linux 2.6.25 x86_64)
Diffstat (limited to 'sys-libs/gpm/files')
-rw-r--r-- | sys-libs/gpm/files/gpm-1.20.5-abi.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/sys-libs/gpm/files/gpm-1.20.5-abi.patch b/sys-libs/gpm/files/gpm-1.20.5-abi.patch new file mode 100644 index 000000000000..28980151e7a3 --- /dev/null +++ b/sys-libs/gpm/files/gpm-1.20.5-abi.patch @@ -0,0 +1,13 @@ +the SONAME upstream was bumped to try and sort out the 1.19.x/1.20.x mess, but +since we've always had 1.20.x in our tree, we dont care about that breakage. + +http://lists.linux.it/pipermail/gpm/2008-June/001026.html +http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=473496 + +--- gpm/configure ++++ gpm/configure +@@ -1736,2 +1736,2 @@ +-abi_lev="2" +-abi_age="1" ++abi_lev="1" ++abi_age="20" |