diff options
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 |