diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2007-01-09 20:46:37 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2007-01-09 20:46:37 +0000 |
commit | 121a25c33549ef31121ec68906784a6f41b5dc27 (patch) | |
tree | d0ee9adad20022a5c731e6cbd20e1b0238fa4729 | |
parent | Adding a patch to catch exception when hal is not running, bug #161139 (diff) | |
download | gentoo-2-121a25c33549ef31121ec68906784a6f41b5dc27.tar.gz gentoo-2-121a25c33549ef31121ec68906784a6f41b5dc27.tar.bz2 gentoo-2-121a25c33549ef31121ec68906784a6f41b5dc27.zip |
Added ~alpha for bug #159836.
(Portage version: 2.1.2_rc4-r1)
-rw-r--r-- | x11-misc/xdialog/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/xdialog/xdialog-2.2.1-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-misc/xdialog/ChangeLog b/x11-misc/xdialog/ChangeLog index 9db33f4ab832..b6239e5d5d74 100644 --- a/x11-misc/xdialog/ChangeLog +++ b/x11-misc/xdialog/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/xdialog # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdialog/ChangeLog,v 1.19 2007/01/09 16:52:57 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdialog/ChangeLog,v 1.20 2007/01/09 20:46:37 wolf31o2 Exp $ + + 09 Jan 2007; Chris Gianelloni <wolf31o2@gentoo.org> + xdialog-2.2.1-r1.ebuild: + Added ~alpha for bug #159836. 09 Jan 2007; nixnut <nixnut@gentoo.org> xdialog-2.2.1-r1.ebuild: Stable on ppc wrt bug 159836 diff --git a/x11-misc/xdialog/xdialog-2.2.1-r1.ebuild b/x11-misc/xdialog/xdialog-2.2.1-r1.ebuild index 62f4a4bcd91f..275d10567ec0 100644 --- a/x11-misc/xdialog/xdialog-2.2.1-r1.ebuild +++ b/x11-misc/xdialog/xdialog-2.2.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdialog/xdialog-2.2.1-r1.ebuild,v 1.5 2007/01/09 16:52:57 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdialog/xdialog-2.2.1-r1.ebuild,v 1.6 2007/01/09 20:46:37 wolf31o2 Exp $ DESCRIPTION="drop-in replacement for cdialog using GTK" HOMEPAGE="http://xdialog.dyns.net/" @@ -8,7 +8,7 @@ SRC_URI="http://thgodef.nerim.net/xdialog/Xdialog-${PV}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~hppa ppc x86" +KEYWORDS="~alpha amd64 ~hppa ppc x86" IUSE="nls" DEPEND=">=x11-libs/gtk+-2.2 |