diff options
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/libinput/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/libinput/libinput-0.9.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/libinput/ChangeLog b/dev-libs/libinput/ChangeLog index 1e7e5dac0c96..27fac37e0990 100644 --- a/dev-libs/libinput/ChangeLog +++ b/dev-libs/libinput/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/libinput # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libinput/ChangeLog,v 1.4 2015/02/04 16:15:54 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libinput/ChangeLog,v 1.5 2015/02/05 11:26:15 jer Exp $ + + 05 Feb 2015; Jeroen Roovers <jer@gentoo.org> libinput-0.9.0.ebuild: + Marked ~hppa (bug #533420). *libinput-0.9.0 (04 Feb 2015) diff --git a/dev-libs/libinput/libinput-0.9.0.ebuild b/dev-libs/libinput/libinput-0.9.0.ebuild index a34e99556694..52c2b0a9a280 100644 --- a/dev-libs/libinput/libinput-0.9.0.ebuild +++ b/dev-libs/libinput/libinput-0.9.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libinput/libinput-0.9.0.ebuild,v 1.1 2015/02/04 16:15:54 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libinput/libinput-0.9.0.ebuild,v 1.2 2015/02/05 11:26:15 jer Exp $ EAPI="5" @@ -13,7 +13,7 @@ SRC_URI="http://www.freedesktop.org/software/${PN}/${P}.tar.xz" # License appears to be a variant of libtiff LICENSE="libtiff" SLOT="0/7" -KEYWORDS="~amd64 ~arm" +KEYWORDS="~amd64 ~arm ~hppa" IUSE="test" RDEPEND=" |