diff options
author | Jason Wever <weeve@gentoo.org> | 2006-05-03 00:56:30 +0000 |
---|---|---|
committer | Jason Wever <weeve@gentoo.org> | 2006-05-03 00:56:30 +0000 |
commit | ff173ba56626563a3fb16b712bdd1b8fcb1b11a5 (patch) | |
tree | cc547214a39d63c657e5aeaa5629a40a68372355 /x11-plugins/wmpop3 | |
parent | Version bump #132020 by Rodrigo Severo. (diff) | |
download | historical-ff173ba56626563a3fb16b712bdd1b8fcb1b11a5.tar.gz historical-ff173ba56626563a3fb16b712bdd1b8fcb1b11a5.tar.bz2 historical-ff173ba56626563a3fb16b712bdd1b8fcb1b11a5.zip |
Added ~sparc keyword.
Package-Manager: portage-2.1_pre10-r2
Diffstat (limited to 'x11-plugins/wmpop3')
-rw-r--r-- | x11-plugins/wmpop3/ChangeLog | 5 | ||||
-rw-r--r-- | x11-plugins/wmpop3/wmpop3-0.5.6a.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-plugins/wmpop3/ChangeLog b/x11-plugins/wmpop3/ChangeLog index ebd46520e240..362fdc27394d 100644 --- a/x11-plugins/wmpop3/ChangeLog +++ b/x11-plugins/wmpop3/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/wmpop3 # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmpop3/ChangeLog,v 1.6 2006/01/15 18:00:45 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmpop3/ChangeLog,v 1.7 2006/05/03 00:56:30 weeve Exp $ + + 03 May 2006; Jason Wever <weeve@gentoo.org> wmpop3-0.5.6a.ebuild: + Added ~sparc keyword. 15 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> wmpop3-0.5.6a.ebuild: Fixed DEPEND for modular X. diff --git a/x11-plugins/wmpop3/wmpop3-0.5.6a.ebuild b/x11-plugins/wmpop3/wmpop3-0.5.6a.ebuild index 7ec70703f803..690328cea184 100644 --- a/x11-plugins/wmpop3/wmpop3-0.5.6a.ebuild +++ b/x11-plugins/wmpop3/wmpop3-0.5.6a.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmpop3/wmpop3-0.5.6a.ebuild,v 1.10 2006/01/15 18:00:45 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmpop3/wmpop3-0.5.6a.ebuild,v 1.11 2006/05/03 00:56:30 weeve Exp $ DESCRIPTION="dockapp for checking pop3 accounts" HOMEPAGE="http://www.cs.mun.ca/~scotth/" SRC_URI="http://www.cs.mun.ca/~scotth/download/${P/wmpop3/WMPop3}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 amd64" +KEYWORDS="amd64 ~sparc x86" IUSE="" DEPEND="x11-wm/windowmaker >=sys-apps/sed-4" |