diff options
author | Gunnar Wrobel <wrobel@gentoo.org> | 2007-09-16 05:38:02 +0000 |
---|---|---|
committer | Gunnar Wrobel <wrobel@gentoo.org> | 2007-09-16 05:38:02 +0000 |
commit | 99df0d688ebe1a193f619aef868599a2d7606d1d (patch) | |
tree | f153f17837e41bcb90c623e804f1628072a193b6 /www-apps/otrs | |
parent | Stable for HPPA (bug #192247). (diff) | |
download | gentoo-2-99df0d688ebe1a193f619aef868599a2d7606d1d.tar.gz gentoo-2-99df0d688ebe1a193f619aef868599a2d7606d1d.tar.bz2 gentoo-2-99df0d688ebe1a193f619aef868599a2d7606d1d.zip |
Fixed ebuild type (see #192202).
(Portage version: 2.1.2.12)
Diffstat (limited to 'www-apps/otrs')
-rw-r--r-- | www-apps/otrs/ChangeLog | 5 | ||||
-rw-r--r-- | www-apps/otrs/otrs-2.2.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/www-apps/otrs/ChangeLog b/www-apps/otrs/ChangeLog index 077b0c7fa3d0..dccc63c3dac4 100644 --- a/www-apps/otrs/ChangeLog +++ b/www-apps/otrs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for www-apps/otrs # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/otrs/ChangeLog,v 1.36 2007/09/14 05:53:38 wrobel Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/otrs/ChangeLog,v 1.37 2007/09/16 05:38:02 wrobel Exp $ + + 16 Sep 2007; <wrobel@gentoo.org> otrs-2.2.2.ebuild: + Fixed ebuild type (see #192202). 14 Sep 2007; <wrobel@gentoo.org> -files/apache1.patch, files/apache2.patch: diff --git a/www-apps/otrs/otrs-2.2.2.ebuild b/www-apps/otrs/otrs-2.2.2.ebuild index 6ed06f527e94..5e2f8411b5db 100644 --- a/www-apps/otrs/otrs-2.2.2.ebuild +++ b/www-apps/otrs/otrs-2.2.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/otrs/otrs-2.2.2.ebuild,v 1.1 2007/09/12 07:00:31 wrobel Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/otrs/otrs-2.2.2.ebuild,v 1.2 2007/09/16 05:38:02 wrobel Exp $ inherit webapp eutils depend.apache @@ -109,7 +109,7 @@ pkg_postinst() { ewarn "Don't run webapp-config with -d otrs. Instead, try" ewarn "webapp-config -I -h <host> -d ot ${PN} ${PVR}" ewarn - if !use apache2; then + if ! use apache2; then ewarn "You did not activate the USE-flag apache2 which means you" ewarn "will need to create the otrs user yourself. Make this user" ewarn "a member of your webserver group." |