diff options
author | Joshua Jackson <tsunam@gentoo.org> | 2006-04-30 19:25:07 +0000 |
---|---|---|
committer | Joshua Jackson <tsunam@gentoo.org> | 2006-04-30 19:25:07 +0000 |
commit | 16378ed1dc653979d1fcf19b49b86af92fcb3ec8 (patch) | |
tree | f00b7a5b258c41d7c10b10ddf13d478982040b8d | |
parent | Check if we have enough diskspace an RAM before building, closes bug #1270Â14 (diff) | |
download | gentoo-2-16378ed1dc653979d1fcf19b49b86af92fcb3ec8.tar.gz gentoo-2-16378ed1dc653979d1fcf19b49b86af92fcb3ec8.tar.bz2 gentoo-2-16378ed1dc653979d1fcf19b49b86af92fcb3ec8.zip |
x86 stable; take your post-its off the monitor
(Portage version: 2.1_pre10)
-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 09e22bb9a161..d1607963e6f8 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.48 2006/04/30 15:22:02 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xpad/ChangeLog,v 1.49 2006/04/30 19:25:07 tsunam Exp $ + + 30 Apr 2006; Joshua Jackson <tsunam@gentoo.org> xpad-2.11.ebuild: + Stable x86; bug #131792 30 Apr 2006; Ferris McCormick <fmccor@gentoo.org> xpad-2.11.ebuild: Add sparc keyword --- Bug #131792. Builds and "runs" fine. diff --git a/x11-misc/xpad/xpad-2.11.ebuild b/x11-misc/xpad/xpad-2.11.ebuild index cf55dcc83f16..88f72bcc8558 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.3 2006/04/30 15:22:02 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xpad/xpad-2.11.ebuild,v 1.4 2006/04/30 19:25:07 tsunam 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" |