diff options
author | Raúl Porcel <armin76@gentoo.org> | 2008-10-03 08:41:50 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2008-10-03 08:41:50 +0000 |
commit | 0ed8a18d15679123b34a7322695c8c92afcf0ccd (patch) | |
tree | 2012dceec20a0f090bdd68d5153b08282b4d812b /x11-apps | |
parent | Add ~ia64 wrt #237411 (diff) | |
download | gentoo-2-0ed8a18d15679123b34a7322695c8c92afcf0ccd.tar.gz gentoo-2-0ed8a18d15679123b34a7322695c8c92afcf0ccd.tar.bz2 gentoo-2-0ed8a18d15679123b34a7322695c8c92afcf0ccd.zip |
Add ~ia64 wrt #237411
(Portage version: 2.1.4.4)
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/xev/ChangeLog | 5 | ||||
-rw-r--r-- | x11-apps/xev/xev-1.0.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-apps/xev/ChangeLog b/x11-apps/xev/ChangeLog index cff0432ba739..bb2da928f142 100644 --- a/x11-apps/xev/ChangeLog +++ b/x11-apps/xev/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-apps/xev # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xev/ChangeLog,v 1.21 2008/09/26 12:45:57 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xev/ChangeLog,v 1.22 2008/10/03 08:41:50 armin76 Exp $ + + 03 Oct 2008; Raúl Porcel <armin76@gentoo.org> xev-1.0.3.ebuild: + Add ~ia64 wrt #237411 26 Sep 2008; Jeroen Roovers <jer@gentoo.org> xev-1.0.3.ebuild: Marked ~hppa (bug #237411). diff --git a/x11-apps/xev/xev-1.0.3.ebuild b/x11-apps/xev/xev-1.0.3.ebuild index b6fd5f92c75e..af087987bf60 100644 --- a/x11-apps/xev/xev-1.0.3.ebuild +++ b/x11-apps/xev/xev-1.0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xev/xev-1.0.3.ebuild,v 1.2 2008/09/26 12:45:57 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xev/xev-1.0.3.ebuild,v 1.3 2008/10/03 08:41:50 armin76 Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" @@ -9,7 +9,7 @@ inherit x-modular DESCRIPTION="print contents of X events" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" RDEPEND="x11-libs/libX11" DEPEND="${RDEPEND}" |