summaryrefslogtreecommitdiffstats
path: root/net-fs/ncpfs/ncpfs-2.2.6.ebuild.diff
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2015-02-10 21:47:34 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2015-02-10 21:47:34 +0100
commite521a42f7b4fdac936c6de00768c9aa8309df0f6 (patch)
tree5f75459be52ea93a041d2740b2a5573315321171 /net-fs/ncpfs/ncpfs-2.2.6.ebuild.diff
parentAdd new gnu portable threads library. (diff)
downloadportage-e521a42f7b4fdac936c6de00768c9aa8309df0f6.tar.xz
portage-e521a42f7b4fdac936c6de00768c9aa8309df0f6.zip
Updates
Diffstat (limited to 'net-fs/ncpfs/ncpfs-2.2.6.ebuild.diff')
-rw-r--r--net-fs/ncpfs/ncpfs-2.2.6.ebuild.diff21
1 files changed, 0 insertions, 21 deletions
diff --git a/net-fs/ncpfs/ncpfs-2.2.6.ebuild.diff b/net-fs/ncpfs/ncpfs-2.2.6.ebuild.diff
deleted file mode 100644
index 96349ee..0000000
--- a/net-fs/ncpfs/ncpfs-2.2.6.ebuild.diff
+++ /dev/null
@@ -1,21 +0,0 @@
---- /usr/portage/net-fs/ncpfs/ncpfs-2.2.6.ebuild 2008-05-14 17:36:37.000000000 -0500
-+++ ncpfs-2.2.6.ebuild 2009-03-27 11:18:17.591620794 -0500
-@@ -4,7 +4,7 @@
-
- inherit eutils confutils
-
--IUSE="nls pam php"
-+IUSE="nls pam php install-dev"
-
- DESCRIPTION="Provides Access to Netware services using the NCP protocol (Kernel support must be activated!)"
- SRC_URI="ftp://platan.vc.cvut.cz/pub/linux/${PN}/${P}.tar.gz"
-@@ -48,5 +48,9 @@
- dodir /sbin
- make DESTDIR=${D} install || die
-
-+ if use install-dev; then
-+ make DESTDIR=${D} install-dev || die
-+ fi
-+
- dodoc FAQ README
- }