diff options
author | Thomas Anderson <gentoofan23@gentoo.org> | 2009-03-15 22:03:44 +0000 |
---|---|---|
committer | Thomas Anderson <gentoofan23@gentoo.org> | 2009-03-15 22:03:44 +0000 |
commit | 582e251488bfa1de5c7a2b416d86445fdcc94bf1 (patch) | |
tree | 06532d05f73113d6b463c5283d5d0df59dc045af /x11-misc/xpad | |
parent | x86 stable, bug #260063 (diff) | |
download | gentoo-2-582e251488bfa1de5c7a2b416d86445fdcc94bf1.tar.gz gentoo-2-582e251488bfa1de5c7a2b416d86445fdcc94bf1.tar.bz2 gentoo-2-582e251488bfa1de5c7a2b416d86445fdcc94bf1.zip |
stable amd64, bug 253445
(Portage version: 2.1.6.7/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc/xpad')
-rw-r--r-- | x11-misc/xpad/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/xpad/xpad-3.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-misc/xpad/ChangeLog b/x11-misc/xpad/ChangeLog index a0c93a858495..e82f13ec2eb5 100644 --- a/x11-misc/xpad/ChangeLog +++ b/x11-misc/xpad/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/xpad # Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xpad/ChangeLog,v 1.57 2009/03/15 19:53:49 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xpad/ChangeLog,v 1.58 2009/03/15 22:03:44 gentoofan23 Exp $ + + 15 Mar 2009; Thomas Anderson <gentoofan23@gentoo.org> xpad-3.0.ebuild: + stable amd64, bug 253445 *xpad-3.0 (15 Mar 2009) diff --git a/x11-misc/xpad/xpad-3.0.ebuild b/x11-misc/xpad/xpad-3.0.ebuild index 60d290b309f6..6a87c9e39731 100644 --- a/x11-misc/xpad/xpad-3.0.ebuild +++ b/x11-misc/xpad/xpad-3.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xpad/xpad-3.0.ebuild,v 1.1 2009/03/15 19:53:49 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xpad/xpad-3.0.ebuild,v 1.2 2009/03/15 22:03:44 gentoofan23 Exp $ DESCRIPTION="A GTK+ 2.0 based 'post-it' note system." HOMEPAGE="http://mterry.name/xpad" @@ -8,7 +8,7 @@ SRC_URI="http://launchpad.net/${PN}/stable/${PV}/+download/${P}.tar.bz2" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 ~ppc ~sparc ~x86 ~x86-fbsd" IUSE="" RDEPEND=">=x11-libs/gtk+-2.12" |