summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2018-01-05 11:27:50 +0100
committerPatrice Clement <monsieurp@gentoo.org>2018-01-05 12:18:23 +0100
commitcb0e4d10e0fb8402e9c89a658815410555876e23 (patch)
tree313aa82943f93ea876a41a5b113e8bb20780682f /dev-libs
parentdev-libs/libtermkey: stable for amd64+x86. (diff)
downloadgentoo-cb0e4d10e0fb8402e9c89a658815410555876e23.tar.gz
gentoo-cb0e4d10e0fb8402e9c89a658815410555876e23.tar.bz2
gentoo-cb0e4d10e0fb8402e9c89a658815410555876e23.zip
dev-libs/unibilium: stable for amd64+x86.
Package-Manager: Portage-2.3.13, Repoman-2.3.3
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/unibilium/unibilium-1.2.1.ebuild10
1 files 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 651c9d14afe7..727acdee1e7c 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() {