diff options
author | 2012-06-22 20:33:31 +0000 | |
---|---|---|
committer | 2012-06-22 20:33:31 +0000 | |
commit | df00d3e69da6bb23dc394b441693b862b2a660a0 (patch) | |
tree | 7c512a7308c31cdcd8c74a9e15c8c97e51c9ea67 /x11-apps/xtrap | |
parent | Stable for amd64, wrt bug #419473 (diff) | |
download | gentoo-2-df00d3e69da6bb23dc394b441693b862b2a660a0.tar.gz gentoo-2-df00d3e69da6bb23dc394b441693b862b2a660a0.tar.bz2 gentoo-2-df00d3e69da6bb23dc394b441693b862b2a660a0.zip |
Stable for amd64, wrt bug #419473
(Portage version: 2.1.10.65/cvs/Linux x86_64)
Diffstat (limited to 'x11-apps/xtrap')
-rw-r--r-- | x11-apps/xtrap/ChangeLog | 5 | ||||
-rw-r--r-- | x11-apps/xtrap/xtrap-1.0.2-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-apps/xtrap/ChangeLog b/x11-apps/xtrap/ChangeLog index 274191aaa20b..d73395a92fa0 100644 --- a/x11-apps/xtrap/ChangeLog +++ b/x11-apps/xtrap/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-apps/xtrap # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xtrap/ChangeLog,v 1.23 2012/04/14 16:51:09 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xtrap/ChangeLog,v 1.24 2012/06/22 20:33:31 ago Exp $ + + 22 Jun 2012; Agostino Sarubbo <ago@gentoo.org> xtrap-1.0.2-r1.ebuild: + Stable for amd64, wrt bug #419473 *xtrap-1.0.2-r1 (14 Apr 2012) diff --git a/x11-apps/xtrap/xtrap-1.0.2-r1.ebuild b/x11-apps/xtrap/xtrap-1.0.2-r1.ebuild index 3ec643854cfa..c93e9739a3be 100644 --- a/x11-apps/xtrap/xtrap-1.0.2-r1.ebuild +++ b/x11-apps/xtrap/xtrap-1.0.2-r1.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xtrap/xtrap-1.0.2-r1.ebuild,v 1.1 2012/04/14 16:51:09 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xtrap/xtrap-1.0.2-r1.ebuild,v 1.2 2012/06/22 20:33:31 ago Exp $ EAPI=4 inherit xorg-2 DESCRIPTION="X.Org xtrap application" -KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +KEYWORDS="amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" IUSE="" RDEPEND="x11-libs/libX11 x11-libs/libXTrap" |