diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2016-07-03 11:20:14 +0000 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2016-07-03 11:28:43 +0000 |
commit | 1efc8155af1c312040185f9fed0313d0ecc8e22d (patch) | |
tree | 53715f76f78bc8a6f474fa4911bd310580bc8a22 /app-arch/torrentzip | |
parent | f288d2daecfa21f819a1122caa17731dca518de8 (diff) | |
download | gentoo-1efc8155af1c312040185f9fed0313d0ecc8e22d.tar.gz gentoo-1efc8155af1c312040185f9fed0313d0ecc8e22d.tar.xz |
app-arch/torrentzip: Stable for amd64. Retroactively mark stable for the remaining arches using the ALLARCHES policy.
Package-Manager: portage-2.2.28
Diffstat (limited to 'app-arch/torrentzip')
-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=" |