diff options
Diffstat (limited to 'x11-misc/xpad')
-rw-r--r-- | x11-misc/xpad/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/xpad/xpad-2.11.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-misc/xpad/ChangeLog b/x11-misc/xpad/ChangeLog index 8e5c0b6af0d0..78960902f82b 100644 --- a/x11-misc/xpad/ChangeLog +++ b/x11-misc/xpad/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/xpad # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xpad/ChangeLog,v 1.50 2006/04/30 23:57:47 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xpad/ChangeLog,v 1.51 2006/05/04 01:34:54 dang Exp $ + + 04 May 2006; Daniel Gryniewicz <dang@gentoo.org> xpad-2.11.ebuild: + Marked stable on amd64 per bug #131792 30 Apr 2006; Joseph Jezak <josejx@gentoo.org> xpad-2.11.ebuild: Marked ppc stable for bug #131792. diff --git a/x11-misc/xpad/xpad-2.11.ebuild b/x11-misc/xpad/xpad-2.11.ebuild index d23ab3891e5a..0abc9a582a8a 100644 --- a/x11-misc/xpad/xpad-2.11.ebuild +++ b/x11-misc/xpad/xpad-2.11.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-misc/xpad/xpad-2.11.ebuild,v 1.5 2006/04/30 23:57:47 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xpad/xpad-2.11.ebuild,v 1.6 2006/05/04 01:34:54 dang Exp $ DESCRIPTION="A GTK+ 2.0 based 'post-it' note system." HOMEPAGE="http://xpad.sourceforge.net/" @@ -8,7 +8,7 @@ SRC_URI="mirror://sourceforge/xpad/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha ~amd64 ppc sparc x86" +KEYWORDS="alpha amd64 ppc sparc x86" IUSE="" RDEPEND=">=x11-libs/gtk+-2.6.0" |