mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-01-09 17:24:37 +01:00
15 lines
334 B
Bash
15 lines
334 B
Bash
# Copyright 1999-2013 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: $
|
|
|
|
EAPI=4
|
|
USE_RUBY="ruby18 ruby19"
|
|
|
|
inherit multilib ruby-fakegem
|
|
|
|
DESCRIPTION="Libpcap bindings for ruby compat"
|
|
HOMEPAGE="https://rubygems.org/gems/pcaprub"
|
|
|
|
LICENSE="LGPL-2.1"
|
|
SLOT="0"
|
|
KEYWORDS="~amd64 ~arm ~x86"
|