diff options
-rw-r--r-- | app-arch/torrentzip/files/torrentzip-0.2-fix-function-declarations.patch | 23 | ||||
-rw-r--r-- | app-arch/torrentzip/torrentzip-0.9.ebuild | 2 |
2 files changed, 1 insertions, 24 deletions
diff --git a/app-arch/torrentzip/files/torrentzip-0.2-fix-function-declarations.patch b/app-arch/torrentzip/files/torrentzip-0.2-fix-function-declarations.patch deleted file mode 100644 index c8ab8fcd893..00000000000 --- a/app-arch/torrentzip/files/torrentzip-0.2-fix-function-declarations.patch +++ /dev/null @@ -1,23 +0,0 @@ ---- configure.ac 2005-04-05 18:12:49.000000000 +0200
-+++ configure.ac 2016-01-17 22:58:57.203979927 +0100
-@@ -1,7 +1,7 @@
- AC_INIT([TorrentZip], [0.0], [StatMan, shindakun, Ultrasubmarine, r3nh03k <http://trrntzip.sf.net>], [trrntzip])
-
- AM_INIT_AUTOMAKE
--AM_CONFIG_HEADER(config.h)
-+#AM_CONFIG_HEADER(config.h)
- AM_MAINTAINER_MODE
-
- AC_PROG_CC
-@@ -11,6 +11,11 @@
- AC_CHECK_LIB([m], [fmod], [], [AC_MSG_ERROR("Need libm to build TorrentZip")])
- AC_CHECK_LIB([z], [zlibVersion], [], [AC_MSG_ERROR("Need libz to build TorrentZip")])
-
-+AC_CHECK_DECL(OF, [],
-+ [AC_CHECK_DECL(_Z_OF, [AC_DEFINE([OF(args)], [_Z_OF(args)])],
-+ [AC_MSG_ERROR("Unsupported zlib version")], [#include "zlib.h"])],
-+ [#include "zlib.h"])
-+
- AC_CONFIG_FILES([Makefile src/Makefile torrentzip.spec])
-
- AC_OUTPUT
diff --git a/app-arch/torrentzip/torrentzip-0.9.ebuild b/app-arch/torrentzip/torrentzip-0.9.ebuild index 9539caded07..4dae2bbc88d 100644 --- a/app-arch/torrentzip/torrentzip-0.9.ebuild +++ b/app-arch/torrentzip/torrentzip-0.9.ebuild @@ -12,7 +12,7 @@ SRC_URI="http://dev.gentoo.org/~monsieurp/packages/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="" RDEPEND=" |