X-Original-To: alpine-aports@mail.alpinelinux.org Delivered-To: alpine-aports@mail.alpinelinux.org Received: from mail.alpinelinux.org (dallas-a1.alpinelinux.org [127.0.0.1]) by mail.alpinelinux.org (Postfix) with ESMTP id 68DE7DCEB63 for ; Wed, 12 Aug 2015 15:11:21 +0000 (UTC) Received: from lithium.8pit.net (lithium.8pit.net [141.101.32.65]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id CEAC3DCF95F; Wed, 12 Aug 2015 15:11:20 +0000 (UTC) Received: from localhost (ip5f5ac946.dynamic.kabel-deutschland.de [95.90.201.70]); by lithium.8pit.net (OpenSMTPD) with ESMTPSA id 233c3144; TLS version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO; Wed, 12 Aug 2015 17:11:15 +0200 (CEST) From: =?UTF-8?q?S=C3=B6ren=20Tempel?= To: alpine-aports@lists.alpinelinux.org Subject: [alpine-aports] [PATCH 4/9] testing/gpm: depend on linux-headers Date: Wed, 12 Aug 2015 17:10:49 +0200 Message-Id: <1439392254-18727-4-git-send-email-soeren+git@soeren-tempel.net> X-Mailer: git-send-email 2.5.0 In-Reply-To: <1439392254-18727-1-git-send-email-soeren+git@soeren-tempel.net> References: <1439392254-18727-1-git-send-email-soeren+git@soeren-tempel.net> X-Virus-Scanned: ClamAV using ClamSMTP X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: --- testing/gpm/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testing/gpm/APKBUILD b/testing/gpm/APKBUILD index 8c3b614..58671e9 100644 --- a/testing/gpm/APKBUILD +++ b/testing/gpm/APKBUILD @@ -2,14 +2,14 @@ # Maintainer: Jeff Pohlmeyer pkgname=gpm pkgver=1.20.7 -pkgrel=0 +pkgrel=1 pkgdesc="A mouse server for the console" url="http://www.nico.schottelius.org/software/gpm/" arch="all" license="GPL" depends="" depends_dev="" -makedepends="$depends_dev texinfo autoconf automake libtool bison" +makedepends="$depends_dev texinfo autoconf automake libtool bison linux-headers" install="" subpackages="$pkgname-dev $pkgname-doc" source="http://www.nico.schottelius.org/software/gpm/archives/gpm-$pkgver.tar.bz2 -- 2.5.0 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---