diff options
author | Torsten Veller <torsten@veller.net> | 2008-05-06 15:11:37 +0200 |
---|---|---|
committer | Torsten Veller <torsten@veller.net> | 2008-05-06 15:11:37 +0200 |
commit | 81380602dff48d12b07ac15adadd1c3944c03957 (patch) | |
tree | d850ef7f094898e614735f81c5032f602844a909 /repo/x11-misc/remind/remind-9999.ebuild | |
parent | Remove libwww-perl (diff) | |
download | tove-81380602dff48d12b07ac15adadd1c3944c03957.tar.gz tove-81380602dff48d12b07ac15adadd1c3944c03957.tar.bz2 tove-81380602dff48d12b07ac15adadd1c3944c03957.zip |
Drop KEYWORDS. Fix HOMEPAGE.
Diffstat (limited to 'repo/x11-misc/remind/remind-9999.ebuild')
-rw-r--r-- | repo/x11-misc/remind/remind-9999.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/repo/x11-misc/remind/remind-9999.ebuild b/repo/x11-misc/remind/remind-9999.ebuild index 1ecec47..41d4ce2 100644 --- a/repo/x11-misc/remind/remind-9999.ebuild +++ b/repo/x11-misc/remind/remind-9999.ebuild @@ -7,15 +7,16 @@ if [[ ${PV} == 9999 ]] ; then scm=true inherit git EGIT_REPO_URI="http://git.roaringpenguin.com/Remind.git" + KEYWORDS="" else SRC_URI="http://www.roaringpenguin.com/files/download/${MY_P}.tar.gz" + KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-fbsd" fi DESCRIPTION="Ridiculously functional reminder program" -HOMEPAGE="http://www.roaringpenguin.com/en/penguin/openSourceProducts/remind" +HOMEPAGE="http://www.roaringpenguin.com/products/remind" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-fbsd" IUSE="tk" RDEPEND="tk? ( dev-lang/tk dev-tcltk/tcllib )" |