diff options
author | Zac Medico <zmedico@gentoo.org> | 2012-06-07 21:47:16 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2012-06-07 21:47:16 +0000 |
commit | 88b625349cff4a15ead67be0cccbabdcfb677e0b (patch) | |
tree | 5b18565d5bcdcef1ec2e720f2a7fa9e51500f44a /dev-util/sgb | |
parent | Marking tnef-1.4.9 ppc for bug 419293 (diff) | |
download | gentoo-2-88b625349cff4a15ead67be0cccbabdcfb677e0b.tar.gz gentoo-2-88b625349cff4a15ead67be0cccbabdcfb677e0b.tar.bz2 gentoo-2-88b625349cff4a15ead67be0cccbabdcfb677e0b.zip |
inherit multilib for get_libdir
(Portage version: 2.2.0_alpha110/cvs/Linux i686)
Diffstat (limited to 'dev-util/sgb')
-rw-r--r-- | dev-util/sgb/ChangeLog | 7 | ||||
-rw-r--r-- | dev-util/sgb/sgb-20030623.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-util/sgb/ChangeLog b/dev-util/sgb/ChangeLog index 9fe169f4b9fd..318dba315b93 100644 --- a/dev-util/sgb/ChangeLog +++ b/dev-util/sgb/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/sgb -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/sgb/ChangeLog,v 1.10 2010/01/05 23:43:04 flameeyes Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/sgb/ChangeLog,v 1.11 2012/06/07 21:47:16 zmedico Exp $ + + 07 Jun 2012; Zac Medico <zmedico@gentoo.org> sgb-20030623.ebuild: + inherit multilib for get_libdir 05 Jan 2010; Diego E. Pettenò <flameeyes@gentoo.org> sgb-20030623.ebuild: Use -j1 for build (bug #299028). diff --git a/dev-util/sgb/sgb-20030623.ebuild b/dev-util/sgb/sgb-20030623.ebuild index fb597789aeff..0645eca4414f 100644 --- a/dev-util/sgb/sgb-20030623.ebuild +++ b/dev-util/sgb/sgb-20030623.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2010 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/sgb/sgb-20030623.ebuild,v 1.9 2010/01/05 23:43:04 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/sgb/sgb-20030623.ebuild,v 1.10 2012/06/07 21:47:16 zmedico Exp $ -inherit eutils +inherit eutils multilib DESCRIPTION="Stanford GraphBase" HOMEPAGE="ftp://labrea.stanford.edu/pub/sgb/" |