diff options
author | Mike Gilbert <floppym@gentoo.org> | 2012-02-05 01:53:02 +0000 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2012-02-05 01:53:02 +0000 |
commit | 33ce0706853f08a5434cef58f649f274c32c501b (patch) | |
tree | 420a0e2f18f49052bd1d607642122fbd011772a6 /net-misc | |
parent | Inherit multilib. (diff) | |
download | gentoo-2-33ce0706853f08a5434cef58f649f274c32c501b.tar.gz gentoo-2-33ce0706853f08a5434cef58f649f274c32c501b.tar.bz2 gentoo-2-33ce0706853f08a5434cef58f649f274c32c501b.zip |
Inherit multilib.
(Portage version: 2.2.0_alpha84/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-r1.ebuild | 6 | ||||
-rw-r--r-- | net-misc/neatx/neatx-0.3.1_p59-r2.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/net-misc/neatx/ChangeLog b/net-misc/neatx/ChangeLog index 45e835feefa6..baf0b82814d1 100644 --- a/net-misc/neatx/ChangeLog +++ b/net-misc/neatx/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-misc/neatx -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/neatx/ChangeLog,v 1.16 2011/10/24 06:24:21 tetromino Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/neatx/ChangeLog,v 1.17 2012/02/05 01:53:02 floppym Exp $ + + 05 Feb 2012; Mike Gilbert <floppym@gentoo.org> neatx-0.3.1_p59-r1.ebuild, + neatx-0.3.1_p59-r2.ebuild: + Inherit multilib. 24 Oct 2011; Alexandre Rostovtsev <tetromino@gentoo.org> neatx-0.3.1_p59-r1.ebuild, neatx-0.3.1_p59-r2.ebuild: diff --git a/net-misc/neatx/neatx-0.3.1_p59-r1.ebuild b/net-misc/neatx/neatx-0.3.1_p59-r1.ebuild index 9088863846f7..5a5d843c3ce1 100644 --- a/net-misc/neatx/neatx-0.3.1_p59-r1.ebuild +++ b/net-misc/neatx/neatx-0.3.1_p59-r1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 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_p59-r1.ebuild,v 1.6 2011/10/24 06:24:21 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/neatx/neatx-0.3.1_p59-r1.ebuild,v 1.7 2012/02/05 01:53:02 floppym Exp $ EAPI="3" PYTHON_DEPEND="2" -inherit eutils autotools python +inherit eutils autotools python multilib DESCRIPTION="Google implementation of NX server" HOMEPAGE="http://code.google.com/p/neatx/" diff --git a/net-misc/neatx/neatx-0.3.1_p59-r2.ebuild b/net-misc/neatx/neatx-0.3.1_p59-r2.ebuild index c3eae796d388..13dd0ced7b96 100644 --- a/net-misc/neatx/neatx-0.3.1_p59-r2.ebuild +++ b/net-misc/neatx/neatx-0.3.1_p59-r2.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 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_p59-r2.ebuild,v 1.5 2011/10/24 06:24:21 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/neatx/neatx-0.3.1_p59-r2.ebuild,v 1.6 2012/02/05 01:53:02 floppym Exp $ EAPI="3" PYTHON_DEPEND="2" -inherit eutils autotools python +inherit eutils autotools python multilib DESCRIPTION="Google implementation of NX server" HOMEPAGE="http://code.google.com/p/neatx/" |