diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2010-04-07 09:40:10 +0000 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2010-04-07 09:40:10 +0000 |
commit | 97f938de3bcb2c88cf165daf03bc60bcd7e0d368 (patch) | |
tree | dce55739b548dd3f6141acc585b86c4154d02c18 /net-misc | |
parent | Version bump (diff) | |
download | gentoo-2-97f938de3bcb2c88cf165daf03bc60bcd7e0d368.tar.gz gentoo-2-97f938de3bcb2c88cf165daf03bc60bcd7e0d368.tar.bz2 gentoo-2-97f938de3bcb2c88cf165daf03bc60bcd7e0d368.zip |
Version bump, bug #308737
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/neatx/ChangeLog | 8 | ||||
-rw-r--r-- | net-misc/neatx/neatx-0.3.1_p59.ebuild (renamed from net-misc/neatx/neatx-0.3.1_p43-r2.ebuild) | 4 |
2 files changed, 9 insertions, 3 deletions
diff --git a/net-misc/neatx/ChangeLog b/net-misc/neatx/ChangeLog index d5d6568556b4..ebcc7b78e64b 100644 --- a/net-misc/neatx/ChangeLog +++ b/net-misc/neatx/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-misc/neatx # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/neatx/ChangeLog,v 1.7 2010/01/05 14:39:32 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/neatx/ChangeLog,v 1.8 2010/04/07 09:40:10 voyageur Exp $ + +*neatx-0.3.1_p59 (07 Apr 2010) + + 07 Apr 2010; Bernard Cafarelli <voyageur@gentoo.org> + -neatx-0.3.1_p43-r2.ebuild, +neatx-0.3.1_p59.ebuild: + Version bump, bug #308737 *neatx-0.3.1_p43-r2 (05 Jan 2010) diff --git a/net-misc/neatx/neatx-0.3.1_p43-r2.ebuild b/net-misc/neatx/neatx-0.3.1_p59.ebuild index ba3be70e6499..3e193982f249 100644 --- a/net-misc/neatx/neatx-0.3.1_p43-r2.ebuild +++ b/net-misc/neatx/neatx-0.3.1_p59.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/neatx/neatx-0.3.1_p43-r2.ebuild,v 1.1 2010/01/05 14:39:32 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/neatx/neatx-0.3.1_p59.ebuild,v 1.1 2010/04/07 09:40:10 voyageur Exp $ EAPI="2" @@ -100,7 +100,7 @@ pkg_postinst () { elog " * home directory: ${NX_HOME_DIR}" fi - if ! built_with_use net-misc/openssh pam; then + if has_version net-misc/openssh[-pam]; then elog "" elog "net-misc/openssh was not built with PAM support" elog "You will need to unlock the nx account by setting a password for it" |