diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-06-30 16:45:00 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-06-30 16:45:00 +0000 |
commit | a63a1be6146402f68a7aef51962852b0f97df619 (patch) | |
tree | 90f0f5d483ae140af66e826ac306b143e0c3072a /x11-apps/xev | |
parent | Resolves bug #138277. This application will build against >=openobex-1.1. Arc... (diff) | |
download | gentoo-2-a63a1be6146402f68a7aef51962852b0f97df619.tar.gz gentoo-2-a63a1be6146402f68a7aef51962852b0f97df619.tar.bz2 gentoo-2-a63a1be6146402f68a7aef51962852b0f97df619.zip |
Stable on amd64 and x86.
(Portage version: 2.1.1_pre1-r2)
Diffstat (limited to 'x11-apps/xev')
-rw-r--r-- | x11-apps/xev/ChangeLog | 5 | ||||
-rw-r--r-- | x11-apps/xev/xev-1.0.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-apps/xev/ChangeLog b/x11-apps/xev/ChangeLog index 78c5c134b6ff..b3172659e4ad 100644 --- a/x11-apps/xev/ChangeLog +++ b/x11-apps/xev/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-apps/xev # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xev/ChangeLog,v 1.14 2006/06/30 16:35:19 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xev/ChangeLog,v 1.15 2006/06/30 16:45:00 wolf31o2 Exp $ + + 30 Jun 2006; Chris Gianelloni <wolf31o2@gentoo.org> xev-1.0.2.ebuild: + Stable on amd64 and x86. 30 Jun 2006; Markus Rothe <corsair@gentoo.org> xev-1.0.2.ebuild: Stable on ppc64 diff --git a/x11-apps/xev/xev-1.0.2.ebuild b/x11-apps/xev/xev-1.0.2.ebuild index 9a8780d9182d..fa68b4894541 100644 --- a/x11-apps/xev/xev-1.0.2.ebuild +++ b/x11-apps/xev/xev-1.0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xev/xev-1.0.2.ebuild,v 1.2 2006/06/30 16:35:19 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xev/xev-1.0.2.ebuild,v 1.3 2006/06/30 16:45:00 wolf31o2 Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" @@ -8,6 +8,6 @@ inherit x-modular DESCRIPTION="X.Org xev application" -KEYWORDS="~amd64 ~arm ~mips ~ppc ppc64 ~s390 ~sparc ~x86" +KEYWORDS="amd64 ~arm ~mips ~ppc ppc64 ~s390 ~sparc x86" RDEPEND="x11-libs/libX11" DEPEND="${RDEPEND}" |