mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
gnustep-libs/netclasses: fix USE=doc install, thanks <deference@null.net> in bug #625768
Package-Manager: Portage-2.3.6, Repoman-2.3.3
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
diff -Naur netclasses-1.1.0.orig/Documentation/GNUmakefile.postamble netclasses-1.1.0/Documentation/GNUmakefile.postamble
|
||||
--- netclasses-1.1.0.orig/Documentation/GNUmakefile.postamble 2014-06-10 10:16:08.000000000 +0200
|
||||
+++ netclasses-1.1.0/Documentation/GNUmakefile.postamble 1970-01-01 01:00:00.000000000 +0100
|
||||
@@ -1,4 +0,0 @@
|
||||
-before-all::
|
||||
- mkdir -p $(DOCUMENT_NAME)
|
||||
- cp -f rfc1459.txt $(DOCUMENT_NAME)
|
||||
-
|
||||
@@ -6,8 +6,10 @@ inherit gnustep-2
|
||||
|
||||
DESCRIPTION="An asynchronous networking library for GNUstep"
|
||||
HOMEPAGE="http://gap.nongnu.org/talksoup/"
|
||||
SRC_URI="http://savannah.nongnu.org/download/gap/${P}.tar.gz"
|
||||
SRC_URI="https://savannah.nongnu.org/download/gap/${P}.tar.gz"
|
||||
|
||||
KEYWORDS="~amd64 ~ppc ~x86"
|
||||
LICENSE="GPL-2 LGPL-2.1"
|
||||
SLOT="0"
|
||||
|
||||
PATCHES=( "${FILESDIR}"/${P}-no_rfc.patch )
|
||||
|
||||
Reference in New Issue
Block a user