From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C502F1382C5 for ; Fri, 5 Jan 2018 11:18:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E7F61E0CD5; Fri, 5 Jan 2018 11:18:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C2059E0CD5 for ; Fri, 5 Jan 2018 11:18:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0BC12335C38 for ; Fri, 5 Jan 2018 11:18:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 845C31A4 for ; Fri, 5 Jan 2018 11:18:51 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1515151103.cb0e4d10e0fb8402e9c89a658815410555876e23.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/unibilium/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/unibilium/unibilium-1.2.1.ebuild X-VCS-Directories: dev-libs/unibilium/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: cb0e4d10e0fb8402e9c89a658815410555876e23 X-VCS-Branch: master Date: Fri, 5 Jan 2018 11:18:51 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 8a46eff5-41da-4d42-8328-5b8777515686 X-Archives-Hash: fccb6e2f4a6e238bb48a5b5ffd22e1de commit: cb0e4d10e0fb8402e9c89a658815410555876e23 Author: Patrice Clement gentoo org> AuthorDate: Fri Jan 5 10:27:50 2018 +0000 Commit: Patrice Clement gentoo org> CommitDate: Fri Jan 5 11:18:23 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb0e4d10 dev-libs/unibilium: stable for amd64+x86. Package-Manager: Portage-2.3.13, Repoman-2.3.3 dev-libs/unibilium/unibilium-1.2.1.ebuild | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/dev-libs/unibilium/unibilium-1.2.1.ebuild b/dev-libs/unibilium/unibilium-1.2.1.ebuild index 651c9d14afe..727acdee1e7 100644 --- a/dev-libs/unibilium/unibilium-1.2.1.ebuild +++ b/dev-libs/unibilium/unibilium-1.2.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,15 +6,17 @@ inherit flag-o-matic DESCRIPTION="A very basic terminfo library" HOMEPAGE="https://github.com/mauke/unibilium/" -SRC_URI="https://github.com/mauke/unibilium/archive/v${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/mauke/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="LGPL-3+ MIT" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="static-libs" -DEPEND="dev-lang/perl +DEPEND=" + dev-lang/perl sys-devel/libtool" + RDEPEND="" src_compile() {