X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from mail-yh0-f48.google.com (mail-yh0-f48.google.com [209.85.213.48]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id B6AECDC119C for ; Fri, 19 Dec 2014 10:27:08 +0000 (UTC) Received: by mail-yh0-f48.google.com with SMTP id i57so238271yha.35 for ; Fri, 19 Dec 2014 02:27:08 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=NtUmeDvslE+x+rcJDhe5XJGvAnAld/7Kp3m9SZ+YQI4=; b=x+ilt6qXXLs67NAOC2z/XP6DJ5k9IyIKoDs6yjH3w6C7lI7MEvEFRIjxK8EzXIscRP UQ/Ug776qJZMlp7xwf/qQGePxwCdrY4C6kusz5VTHKZEDdz0tlfxk6L+4oNw6mQ6jL9+ FZACTHhe8DmVhPXNbW1CGuvAs4lRdxb+4as05xGKz2V8WDQ+dEsQzPxssUmy3+3wTGrl O+gjJNUxDzvWHMBKQn0u5qK3JKYghykKOWCICFUa4rb0+Kk/CfavNbFvPhg4MGncKM+c 3TxY4c1xzLl9yMC6V5GLewrFpX4XTR4nMLssheyXt17MJteQM8lfxgsgFQ3F2c0AoW3t eY/w== X-Received: by 10.170.87.214 with SMTP id e205mr6477923yka.70.1418984828455; Fri, 19 Dec 2014 02:27:08 -0800 (PST) Received: from alacerda-dev.bethel.jw.org ([186.233.140.3]) by mx.google.com with ESMTPSA id 21sm5625186yhp.30.2014.12.19.02.27.07 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 19 Dec 2014 02:27:07 -0800 (PST) From: Alan Lacerda X-Google-Original-From: Alan Lacerda To: alpine-devel@lists.alpinelinux.org Cc: Alan Lacerda Subject: [alpine-devel] [PATCH 19/25] testing/mate-icon-theme: clean up makedepends Date: Fri, 19 Dec 2014 10:26:25 +0000 Message-Id: <1418984791-30890-19-git-send-email-alacerda@alpinelinux.org> X-Mailer: git-send-email 2.1.3 In-Reply-To: <1418984791-30890-1-git-send-email-alacerda@alpinelinux.org> References: <1418984791-30890-1-git-send-email-alacerda@alpinelinux.org> X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: --- testing/mate-icon-theme/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/mate-icon-theme/APKBUILD b/testing/mate-icon-theme/APKBUILD index 4979c33..10abb14 100644 --- a/testing/mate-icon-theme/APKBUILD +++ b/testing/mate-icon-theme/APKBUILD @@ -9,7 +9,7 @@ arch="noarch" license="GPL2" depends="mate-common" depends_dev="" -makedepends="icon-naming-utils gawk intltool" +makedepends="icon-naming-utils intltool" install="" subpackages="" source="http://pub.mate-desktop.org/releases/1.9/$pkgname-$pkgver.tar.xz" -- 2.1.3 --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---