Skip to content

Commit

Permalink
sys-apps/kbd: Minor improvements in live ebuild.
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Lars Wendler <[email protected]>
  • Loading branch information
Lars Wendler committed Mar 11, 2019
1 parent 58d21e4 commit 0b0bfa4
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions sys-apps/kbd/kbd-9999.ebuild
Original file line number Diff line number Diff line change
@@ -1,20 +1,17 @@
# Copyright 1999-2018 Gentoo Foundation
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=6

SCM=""
if [[ ${PV} == "9999" ]] ; then
SCM="autotools git-r3"
inherit autotools git-r3
EGIT_REPO_URI="https://git.kernel.org/pub/scm/linux/kernel/git/legion/kbd.git"
EGIT_BRANCH="master"
else
SRC_URI="https://www.kernel.org/pub/linux/utils/kbd/${P}.tar.xz"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
fi

inherit eutils ${SCM}

DESCRIPTION="Keyboard and console utilities"
HOMEPAGE="http://kbd-project.org/"

Expand Down

0 comments on commit 0b0bfa4

Please sign in to comment.