X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from mail-wi0-f173.google.com (mail-wi0-f173.google.com [209.85.212.173]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 90A0EDC047A for ; Tue, 3 Dec 2013 12:01:41 +0000 (UTC) Received: by mail-wi0-f173.google.com with SMTP id hn9so2013812wib.6 for ; Tue, 03 Dec 2013 04:01:40 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:subject:date:message-id; bh=5hYpyVhUn6vEWOXoSQZm5AUuOYsiJa9p6NcUUvx6hRI=; b=JMB/dJ4quPvWhAilnaB3Y92evP+fvV9hj5haS8eszFJSFIjYP90pcVwEhR2nSpMMjI lJ4gEmvwaTtvafZ3wf8Yia3utc2ui1VD43vMAPpARgnUthYz/Mk3ib9KLp41OVqrfuq6 k+yPO5MrfQxVRUsyJ/Yt2dv/wbydoL3I6l3fL5Jv6yZviyqYtkWRBB/9AaQe5SNmWpgY kOxaIW8SJXlU5LTTydTGAxjKEaQsfDgfPGIpZO5vKjlE5Vxdak7S75pnVLhW18CnTIMP NQmoRQVMc0uGsMgE09hRbHd5IJ9MWqFON4Ri27TMMSI3XzvLXOmGKVWTkDdvIj1qnqSg fEuw== X-Gm-Message-State: ALoCoQmK3MyKvBWR2T1cFxC9kZP1u37spor7/ywG7IRWNaCEsPzM5jQqkm7spAWSm5r9m1g196x7 X-Received: by 10.181.5.40 with SMTP id cj8mr2172354wid.18.1386072100089; Tue, 03 Dec 2013 04:01:40 -0800 (PST) Received: from chlorine.members.linode.com (li677-23.members.linode.com. [88.80.184.23]) by mx.google.com with ESMTPSA id qc10sm4810981wic.9.2013.12.03.04.01.38 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 03 Dec 2013 04:01:39 -0800 (PST) From: Eivind Uggedal To: alpine-devel@lists.alpinelinux.org Subject: [alpine-devel] [PATCH] testing/ghi: add missing dep for tput Date: Tue, 3 Dec 2013 12:01:30 +0000 Message-Id: <1386072090-6454-1-git-send-email-eivind@uggedal.com> X-Mailer: git-send-email 1.8.4.3 X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: --- testing/ghi/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testing/ghi/APKBUILD b/testing/ghi/APKBUILD index 2412dfb27c9f..20df1f5320ab 100644 --- a/testing/ghi/APKBUILD +++ b/testing/ghi/APKBUILD @@ -1,12 +1,12 @@ # Maintainer: Eivind Uggedal pkgname=ghi pkgver=0.9.0.20131120 -pkgrel=0 +pkgrel=1 pkgdesc="GitHub Issues on the command line" url="https://github.com/stephencelis/ghi" arch="noarch" license="MIT" -depends="ruby" +depends="ruby ncurses" makedepends="" install="" subpackages="$pkgname-doc" -- 1.8.4.3 --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---