diff options
author | Jan Brinkmann <luckyduck@gentoo.org> | 2005-02-05 21:47:47 +0000 |
---|---|---|
committer | Jan Brinkmann <luckyduck@gentoo.org> | 2005-02-05 21:47:47 +0000 |
commit | f0739c93799c71268bffd06ed0aefff5c564dd93 (patch) | |
tree | 349030cbbf16e0d37d97c9a892e029da9b5e18dc /x11-misc/xpad | |
parent | Initial commit. Includes security fix from http://secunia.com/advisories/13718/ (diff) | |
download | historical-f0739c93799c71268bffd06ed0aefff5c564dd93.tar.gz historical-f0739c93799c71268bffd06ed0aefff5c564dd93.tar.bz2 historical-f0739c93799c71268bffd06ed0aefff5c564dd93.zip |
added ~amd64 to KEYWORDS. fixes #80899
Package-Manager: portage-2.0.51-r15
Diffstat (limited to 'x11-misc/xpad')
-rw-r--r-- | x11-misc/xpad/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/xpad/Manifest | 4 | ||||
-rw-r--r-- | x11-misc/xpad/xpad-1.13.ebuild | 6 |
3 files changed, 10 insertions, 7 deletions
diff --git a/x11-misc/xpad/ChangeLog b/x11-misc/xpad/ChangeLog index 9ec39db0da43..5ab3d7675604 100644 --- a/x11-misc/xpad/ChangeLog +++ b/x11-misc/xpad/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/xpad -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xpad/ChangeLog,v 1.26 2004/06/24 22:43:10 agriffis Exp $ +# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xpad/ChangeLog,v 1.27 2005/02/05 21:47:47 luckyduck Exp $ + + 05 Feb 2005; Jan Brinkmann <luckyduck@gentoo.org> xpad-1.13.ebuild: + added ~amd64 to KEYWORDS. fixes #80899 13 Apr 2004; Michael Sterrett <mr_bones_@gentoo.org> xpad-1.11.ebuild, xpad-1.13.ebuild, xpad-1.4.ebuild: diff --git a/x11-misc/xpad/Manifest b/x11-misc/xpad/Manifest index b8c613e62aa1..fda2d07f3592 100644 --- a/x11-misc/xpad/Manifest +++ b/x11-misc/xpad/Manifest @@ -1,4 +1,4 @@ -MD5 fde7e6487e8e49c9a0dde416ee0f3ec8 xpad-1.13.ebuild 713 -MD5 b2f52125871f26b2d53e124fb4ac194f ChangeLog 3817 +MD5 682a9191a39ddf9c2c61f4ba72ed1fe6 xpad-1.13.ebuild 722 +MD5 34b3b3f0146206a35a4a0b5292fdec2b ChangeLog 3930 MD5 cdb11033a3fa6525334cecf938961c07 metadata.xml 166 MD5 d0f0a44ba012c5a3d6863afb093890d7 files/digest-xpad-1.13 62 diff --git a/x11-misc/xpad/xpad-1.13.ebuild b/x11-misc/xpad/xpad-1.13.ebuild index 6a70b7041918..f3203323c097 100644 --- a/x11-misc/xpad/xpad-1.13.ebuild +++ b/x11-misc/xpad/xpad-1.13.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# 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-1.13.ebuild,v 1.9 2004/06/24 22:43:10 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xpad/xpad-1.13.ebuild,v 1.10 2005/02/05 21:47:47 luckyduck 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" +KEYWORDS="x86 sparc ppc ~amd64" IUSE="" RDEPEND=">=x11-libs/gtk+-2.0.0" |