commit: 1efc8155af1c312040185f9fed0313d0ecc8e22d Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org> AuthorDate: Sun Jul 3 11:20:14 2016 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Sun Jul 3 11:28:43 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1efc8155
app-arch/torrentzip: Stable for amd64. Retroactively mark stable for the remaining arches using the ALLARCHES policy. Package-Manager: portage-2.2.28 .../torrentzip-0.2-fix-function-declarations.patch | 23 ---------------------- app-arch/torrentzip/torrentzip-0.9.ebuild | 2 +- 2 files changed, 1 insertion(+), 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 c8ab8fc..0000000 --- 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 9539cad..4dae2bb 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="
