diff options
-rw-r--r-- | x11-apps/xfontsel/ChangeLog | 5 | ||||
-rw-r--r-- | x11-apps/xfontsel/xfontsel-1.0.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-apps/xfontsel/ChangeLog b/x11-apps/xfontsel/ChangeLog index 55a2a465ed2f..ff3714f62593 100644 --- a/x11-apps/xfontsel/ChangeLog +++ b/x11-apps/xfontsel/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-apps/xfontsel # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xfontsel/ChangeLog,v 1.60 2013/10/07 04:55:27 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xfontsel/ChangeLog,v 1.61 2013/10/08 05:03:41 ago Exp $ + + 08 Oct 2013; Agostino Sarubbo <ago@gentoo.org> xfontsel-1.0.5.ebuild: + Stable for x86, wrt bug #475480 07 Oct 2013; Agostino Sarubbo <ago@gentoo.org> xfontsel-1.0.5.ebuild: Stable for sparc, wrt bug #475480 diff --git a/x11-apps/xfontsel/xfontsel-1.0.5.ebuild b/x11-apps/xfontsel/xfontsel-1.0.5.ebuild index b978ae0af291..9ce01f912cae 100644 --- a/x11-apps/xfontsel/xfontsel-1.0.5.ebuild +++ b/x11-apps/xfontsel/xfontsel-1.0.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xfontsel/xfontsel-1.0.5.ebuild,v 1.9 2013/10/07 04:55:27 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xfontsel/xfontsel-1.0.5.ebuild,v 1.10 2013/10/08 05:03:41 ago Exp $ EAPI=5 @@ -8,7 +8,7 @@ inherit xorg-2 DESCRIPTION="point and click selection of X11 font names" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~x86-linux" IUSE="" RDEPEND="x11-libs/libXaw |