diff options
-rw-r--r-- | x11-misc/dmenu/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/dmenu/dmenu-4.5-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-misc/dmenu/ChangeLog b/x11-misc/dmenu/ChangeLog index 30bd79046898..d896c940d208 100644 --- a/x11-misc/dmenu/ChangeLog +++ b/x11-misc/dmenu/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/dmenu # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/dmenu/ChangeLog,v 1.96 2013/01/26 11:50:43 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/dmenu/ChangeLog,v 1.97 2013/01/26 13:15:51 ago Exp $ + + 26 Jan 2013; Agostino Sarubbo <ago@gentoo.org> dmenu-4.5-r2.ebuild: + Stable for ppc64, wrt bug #453326 26 Jan 2013; Agostino Sarubbo <ago@gentoo.org> dmenu-4.5-r2.ebuild: Stable for ppc, wrt bug #453326 diff --git a/x11-misc/dmenu/dmenu-4.5-r2.ebuild b/x11-misc/dmenu/dmenu-4.5-r2.ebuild index a98ffda53cc6..38caa9d23e83 100644 --- a/x11-misc/dmenu/dmenu-4.5-r2.ebuild +++ b/x11-misc/dmenu/dmenu-4.5-r2.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-misc/dmenu/dmenu-4.5-r2.ebuild,v 1.5 2013/01/26 11:50:43 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/dmenu/dmenu-4.5-r2.ebuild,v 1.6 2013/01/26 13:15:51 ago Exp $ EAPI="4" @@ -12,7 +12,7 @@ SRC_URI="http://dl.suckless.org/tools/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~hppa ppc ~ppc64 x86 ~x86-fbsd" +KEYWORDS="amd64 ~hppa ppc ppc64 x86 ~x86-fbsd" IUSE="xft xinerama" DEPEND=" |