diff options
author | Fernando J. Pereda <ferdy@gentoo.org> | 2005-07-31 13:21:16 +0000 |
---|---|---|
committer | Fernando J. Pereda <ferdy@gentoo.org> | 2005-07-31 13:21:16 +0000 |
commit | 94bb35e451d5e6523ee879f2720fe6fff6fc6bb8 (patch) | |
tree | 2c962bfcfdb5d2463738b1634a4435c431bba52a /x11-misc/xpad | |
parent | ppc stable (diff) | |
download | gentoo-2-94bb35e451d5e6523ee879f2720fe6fff6fc6bb8.tar.gz gentoo-2-94bb35e451d5e6523ee879f2720fe6fff6fc6bb8.tar.bz2 gentoo-2-94bb35e451d5e6523ee879f2720fe6fff6fc6bb8.zip |
stable on x86 and alpha
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'x11-misc/xpad')
-rw-r--r-- | x11-misc/xpad/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/xpad/xpad-2.8.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-misc/xpad/ChangeLog b/x11-misc/xpad/ChangeLog index dfc5e5a1f508..6b7f7c8e3d83 100644 --- a/x11-misc/xpad/ChangeLog +++ b/x11-misc/xpad/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/xpad # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xpad/ChangeLog,v 1.33 2005/06/17 20:29:57 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xpad/ChangeLog,v 1.34 2005/07/31 13:21:16 ferdy Exp $ + + 31 Jul 2005; Fernando J. Pereda <ferdy@gentoo.org> xpad-2.8.ebuild: + stable on x86 and alpha 17 Jun 2005; Michael Hanselmann <hansmi@gentoo.org> xpad-2.6.ebuild: Stable on ppc. diff --git a/x11-misc/xpad/xpad-2.8.ebuild b/x11-misc/xpad/xpad-2.8.ebuild index b780907f5898..87f1c789d2b6 100644 --- a/x11-misc/xpad/xpad-2.8.ebuild +++ b/x11-misc/xpad/xpad-2.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xpad/xpad-2.8.ebuild,v 1.1 2005/06/11 14:41:59 ferdy Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xpad/xpad-2.8.ebuild,v 1.2 2005/07/31 13:21:16 ferdy 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" |