summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2016-07-03 11:20:14 +0000
committerPatrice Clement <monsieurp@gentoo.org>2016-07-03 11:28:43 +0000
commit1efc8155af1c312040185f9fed0313d0ecc8e22d (patch)
tree53715f76f78bc8a6f474fa4911bd310580bc8a22 /app-arch
parentapp-arch/pbzip2: remove unused patch (diff)
downloadgentoo-1efc8155af1c312040185f9fed0313d0ecc8e22d.tar.gz
gentoo-1efc8155af1c312040185f9fed0313d0ecc8e22d.tar.bz2
gentoo-1efc8155af1c312040185f9fed0313d0ecc8e22d.zip
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')
-rw-r--r--app-arch/torrentzip/files/torrentzip-0.2-fix-function-declarations.patch23
-rw-r--r--app-arch/torrentzip/torrentzip-0.9.ebuild2
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 c8ab8fcd8930..000000000000
--- 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 9539caded077..4dae2bbc88dd 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="