diff options
author | Fernando J. Pereda <ferdy@gentoo.org> | 2005-05-15 09:52:08 +0000 |
---|---|---|
committer | Fernando J. Pereda <ferdy@gentoo.org> | 2005-05-15 09:52:08 +0000 |
commit | c40abc3906daca3c1b3904487dd94294492a2ae5 (patch) | |
tree | 797c49c2931ea8ee07dc9d4656f80f717aac7f91 /x11-misc/xpad | |
parent | x86 (diff) | |
download | gentoo-2-c40abc3906daca3c1b3904487dd94294492a2ae5.tar.gz gentoo-2-c40abc3906daca3c1b3904487dd94294492a2ae5.tar.bz2 gentoo-2-c40abc3906daca3c1b3904487dd94294492a2ae5.zip |
keyworded ~alpha and x86 stable
(Portage version: 2.0.51.19)
Diffstat (limited to 'x11-misc/xpad')
-rw-r--r-- | x11-misc/xpad/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/xpad/xpad-2.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-misc/xpad/ChangeLog b/x11-misc/xpad/ChangeLog index cf5ef75e68a5..9900be484eb8 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.28 2005/05/01 18:55:12 ferdy Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xpad/ChangeLog,v 1.29 2005/05/15 09:52:08 ferdy Exp $ + + 15 May 2005; Fernando J. Pereda <ferdy@gentoo.org> xpad-2.6.ebuild: + keyworded ~alpha and x86 stable *xpad-2.6 (01 May 2005) diff --git a/x11-misc/xpad/xpad-2.6.ebuild b/x11-misc/xpad/xpad-2.6.ebuild index cd76baf4003b..2ca746cf380e 100644 --- a/x11-misc/xpad/xpad-2.6.ebuild +++ b/x11-misc/xpad/xpad-2.6.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.6.ebuild,v 1.1 2005/05/01 18:55:12 ferdy Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xpad/xpad-2.6.ebuild,v 1.2 2005/05/15 09:52:08 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="~x86 ~sparc ~ppc ~amd64" +KEYWORDS="~alpha ~amd64 ~ppc ~sparc x86" IUSE="" RDEPEND=">=x11-libs/gtk+-2.6.0" |