summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'repo/x11-misc/remind/remind-9999.ebuild')
-rw-r--r--repo/x11-misc/remind/remind-9999.ebuild5
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 )"