diff options
author | Raúl Porcel <armin76@gentoo.org> | 2008-12-08 14:30:15 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2008-12-08 14:30:15 +0000 |
commit | c0a7f40c30ffb9c111384ef8c0727a8755b3dcd7 (patch) | |
tree | 5cb0a990d0c01082e3a2aaa104522606ab651d5b /sys-apps/kbd | |
parent | tk isn't keyworded on sparc-fbsd, drop keyword from the one having it as a ha... (diff) | |
download | gentoo-2-c0a7f40c30ffb9c111384ef8c0727a8755b3dcd7.tar.gz gentoo-2-c0a7f40c30ffb9c111384ef8c0727a8755b3dcd7.tar.bz2 gentoo-2-c0a7f40c30ffb9c111384ef8c0727a8755b3dcd7.zip |
Re-add kbio patch to 1.15, since sparc fails to build without it
(Portage version: 2.1.4.5)
Diffstat (limited to 'sys-apps/kbd')
-rw-r--r-- | sys-apps/kbd/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/kbd/kbd-1.15.ebuild | 11 |
2 files changed, 14 insertions, 2 deletions
diff --git a/sys-apps/kbd/ChangeLog b/sys-apps/kbd/ChangeLog index ce5c39e0cdcb..7706839fe80e 100644 --- a/sys-apps/kbd/ChangeLog +++ b/sys-apps/kbd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/kbd # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/kbd/ChangeLog,v 1.78 2008/12/01 22:34:42 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/kbd/ChangeLog,v 1.79 2008/12/08 14:30:15 armin76 Exp $ + + 08 Dec 2008; Raúl Porcel <armin76@gentoo.org> kbd-1.15.ebuild: + Re-add kbio patch to 1.15, since sparc fails to build without it *kbd-1.15 (01 Dec 2008) diff --git a/sys-apps/kbd/kbd-1.15.ebuild b/sys-apps/kbd/kbd-1.15.ebuild index 127436950964..c3136757887c 100644 --- a/sys-apps/kbd/kbd-1.15.ebuild +++ b/sys-apps/kbd/kbd-1.15.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/kbd/kbd-1.15.ebuild,v 1.1 2008/12/01 22:34:42 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/kbd/kbd-1.15.ebuild,v 1.2 2008/12/08 14:30:15 armin76 Exp $ + +inherit eutils DESCRIPTION="Keyboard and console utilities" HOMEPAGE="http://freshmeat.net/projects/kbd/" @@ -15,6 +17,13 @@ RDEPEND="" DEPEND="${RDEPEND} nls? ( sys-devel/gettext )" +src_unpack() { + unpack ${A} + cd "${S}" + + epatch "${FILESDIR}"/${PN}-1.12-kbio.patch +} + src_compile() { econf $(use_enable nls) || die emake || die |