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 89E56DC0D58 for ; Mon, 22 Feb 2016 14:14:54 +0000 (UTC) Received: from mail-lf0-f49.google.com (mail-lf0-f49.google.com [209.85.215.49]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id DE33CDC0929 for ; Mon, 22 Feb 2016 14:14:53 +0000 (UTC) Received: by mail-lf0-f49.google.com with SMTP id m1so95309423lfg.0 for ; Mon, 22 Feb 2016 06:14:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; bh=vAiOcMOQwedgsmGO6xOffwhhqH5z2Ywvox3bKld9B/s=; b=q8TjFVpPmXP2+VMivSk1SIZUzHuinx20Jn3tcVdZDpSnXDrnZIeIa/SDqUtqXp3rui hcP0DuTgu0kDiPUmskjed3wHw4Fxy1XcHjgEYchIwHQMz9H+dBMFr1aTQ9VigUwK7TEZ xpZk1ICUb0tRxlS+oeFoFvA5BEZiTEFEF169apIWZdTavZ+Jrcr2QsXxa0gCmHr/OF7S UAnPLoAw3BcUKuuGcJmPW22dQpHhJyweg2mPcP3Li1GqGg/SZE+qVt5FQLfszW2AbLG4 cLF44oQkSOaS7/i5nbs0TiX7XmsOmbf9TUhlsAut/hcmdaABLL7WI8eTac/jHg5HH4Eo GruQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:date:from:to:cc:subject:message-id :in-reply-to:references:mime-version:content-type :content-transfer-encoding; bh=vAiOcMOQwedgsmGO6xOffwhhqH5z2Ywvox3bKld9B/s=; b=GGS1gWp/JyyEB8PT9YJmKVjhjtGXbzLL1vMN5vi1b6tRrtUCio7bvLd9IQsed401um GdBvjNP5cNxKOb4CIAs7LbSCBQ7zcKYIM/ILCkFFpDyBJ84ZdC0RHWsv8aMie3rQ6Fqp 4kMIx/BrECJmS+MHq2KJOHWQl60SGPZTECjABAYLZGxsIK0PFHy25gzlT9N5ZBaxovPJ IdGkkNdp23ge76eZR9ByWGOtsop9mhF0SAnd77byS5HJCI1bVVaAOpBmVaVDl/KxBPoT Jxg27zW4q96+G13q1aYeoFPAoofG7H5Q93boNBwuCUpuL2w8vhmRdxy2WQGesaRxpro6 02mA== X-Gm-Message-State: AG10YOTCSlfv0BZ3XOatjzFGpbrHTkGEZS7okmwT/bruTtCA9FkEh5viWWNMOsSdwM3akw== X-Received: by 10.25.0.6 with SMTP id 6mr8521997lfa.132.1456150489543; Mon, 22 Feb 2016 06:14:49 -0800 (PST) Received: from vostro.util.wtbts.net ([2001:1bc8:101:f402:21a:9fff:fe0c:4022]) by smtp.gmail.com with ESMTPSA id e6sm1441811lbc.15.2016.02.22.06.14.49 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 22 Feb 2016 06:14:49 -0800 (PST) Sender: =?UTF-8?Q?Timo_Ter=C3=A4s?= Date: Mon, 22 Feb 2016 16:14:46 +0200 From: Timo Teras To: Marvin Steadfast Cc: alpine-aports@lists.alpinelinux.org Subject: Re: [alpine-aports] [PATCH] testing/libtermkey: fix depends Message-ID: <20160222161446.30bcbe51@vostro.util.wtbts.net> In-Reply-To: <1455703168-60-1-git-send-email-marvin@xsteadfastx.org> References: <1455703168-60-1-git-send-email-marvin@xsteadfastx.org> X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.28; x86_64-alpine-linux-musl) X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP On Wed, 17 Feb 2016 09:59:28 +0000 Marvin Steadfast wrote: > --- > testing/libtermkey/APKBUILD | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Flattened with the original patch and applied. See also below for one change. Thanks. > diff --git a/testing/libtermkey/APKBUILD b/testing/libtermkey/APKBUILD > index 0f081ec..f05df5b 100644 > --- a/testing/libtermkey/APKBUILD > +++ b/testing/libtermkey/APKBUILD > @@ -2,13 +2,13 @@ > # Maintainer: Marvin Steadfast > pkgname=libtermkey > pkgver=0.18 > -pkgrel=0 > +pkgrel=1 > pkgdesc="Library for easy processing of keyboard entry from > terminal-based programs" > url="http://www.leonerd.org.uk/code/libtermkey" arch="all" > license="MIT" > depends="unibilium" This depends is not needed. The dynamic linker dependencies are picked automatically and added properly. depends= dependencies are usually needed only when abuild does not understand it. E.g. using commands from some other package in scripts. > -depends_dev="libtool" > +depends_dev="libtool unibilium-dev" > makedepends="$depends_dev" > install="" > subpackages="$pkgname-doc $pkgname-dev" --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---