diff options
author | 2012-06-07 20:50:43 +0000 | |
---|---|---|
committer | 2012-06-07 20:50:43 +0000 | |
commit | d92ad4feff106e4fc4556d52b65670a2fa33e8f2 (patch) | |
tree | 0a5591125ccdbe954376f3c0e7608f6015d45a3d /dev-util/astyle/astyle-1.22.ebuild | |
parent | inherit user for enewgroup (diff) | |
download | gentoo-2-d92ad4feff106e4fc4556d52b65670a2fa33e8f2.tar.gz gentoo-2-d92ad4feff106e4fc4556d52b65670a2fa33e8f2.tar.bz2 gentoo-2-d92ad4feff106e4fc4556d52b65670a2fa33e8f2.zip |
inherit multilib for get_libdir
(Portage version: 2.2.0_alpha110/cvs/Linux i686)
Diffstat (limited to 'dev-util/astyle/astyle-1.22.ebuild')
-rw-r--r-- | dev-util/astyle/astyle-1.22.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-util/astyle/astyle-1.22.ebuild b/dev-util/astyle/astyle-1.22.ebuild index 8adf5b3b7a5d..b48f217b28cc 100644 --- a/dev-util/astyle/astyle-1.22.ebuild +++ b/dev-util/astyle/astyle-1.22.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/astyle/astyle-1.22.ebuild,v 1.12 2009/02/18 03:03:32 nerdboy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/astyle/astyle-1.22.ebuild,v 1.13 2012/06/07 20:50:43 zmedico Exp $ -inherit eutils java-pkg-opt-2 toolchain-funcs +inherit eutils java-pkg-opt-2 multilib toolchain-funcs DESCRIPTION="Artistic Style is a reindenter and reformatter of C++, C and Java source code" HOMEPAGE="http://astyle.sourceforge.net/" |