summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2014-05-29 02:28:54 +0000
committerPatrick Lauer <patrick@gentoo.org>2014-05-29 02:28:54 +0000
commita0b49a3623d0137ea343828349d1ff75a454501c (patch)
treec4e31637b04db927cd64f5ff9e344700a511190a /www-apps
parentOverride hardcoded /usr/lib/systemd/system in Makefile. (diff)
downloadgentoo-2-a0b49a3623d0137ea343828349d1ff75a454501c.tar.gz
gentoo-2-a0b49a3623d0137ea343828349d1ff75a454501c.tar.bz2
gentoo-2-a0b49a3623d0137ea343828349d1ff75a454501c.zip
Temporarily drop keywords on new version until all dependencies are available
(Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'www-apps')
-rw-r--r--www-apps/rt/ChangeLog5
-rw-r--r--www-apps/rt/rt-4.2.4.ebuild5
2 files changed, 7 insertions, 3 deletions
diff --git a/www-apps/rt/ChangeLog b/www-apps/rt/ChangeLog
index 98381cf89289..120c4aa22f03 100644
--- a/www-apps/rt/ChangeLog
+++ b/www-apps/rt/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for www-apps/rt
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/rt/ChangeLog,v 1.82 2014/05/28 10:47:14 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/rt/ChangeLog,v 1.83 2014/05/29 02:28:54 patrick Exp $
+
+ 29 May 2014; Patrick Lauer <patrick@gentoo.org> rt-4.2.4.ebuild:
+ Temporarily drop keywords on new version until all dependencies are available
28 May 2014; Aaron W. Swenson <titanofold@gentoo.org> -rt-3.8.11.ebuild,
-rt-3.8.15.ebuild, -rt-4.0.5.ebuild, -rt-4.0.8.ebuild, -rt-4.0.8-r1.ebuild,
diff --git a/www-apps/rt/rt-4.2.4.ebuild b/www-apps/rt/rt-4.2.4.ebuild
index 0f1ec024a15f..13a3eeff10e8 100644
--- a/www-apps/rt/rt-4.2.4.ebuild
+++ b/www-apps/rt/rt-4.2.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/rt/rt-4.2.4.ebuild,v 1.1 2014/05/28 10:32:06 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/rt/rt-4.2.4.ebuild,v 1.2 2014/05/29 02:28:54 patrick Exp $
EAPI=5
@@ -10,7 +10,8 @@ DESCRIPTION="RT is an enterprise-grade ticketing system"
HOMEPAGE="http://www.bestpractical.com/rt/"
SRC_URI="http://download.bestpractical.com/pub/${PN}/release/${P}.tar.gz"
-KEYWORDS="~amd64"
+#KEYWORDS="~amd64"
+KEYWORDS=""
LICENSE="GPL-2"
IUSE="mysql +postgres fastcgi lighttpd"
REQUIRED_USE="^^ ( mysql postgres )"