diff options
author | Zac Medico <zmedico@gentoo.org> | 2012-06-02 08:08:27 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2012-06-02 08:08:27 +0000 |
commit | 58c88733a8aab3057f9dde38394db4df0326a565 (patch) | |
tree | 6db75ac7adca1f9d1d4d6724976c1048128df54b /app-text/barcode | |
parent | Specify gettext version to be used in configure.ac (bug #419181). (diff) | |
download | historical-58c88733a8aab3057f9dde38394db4df0326a565.tar.gz historical-58c88733a8aab3057f9dde38394db4df0326a565.tar.bz2 historical-58c88733a8aab3057f9dde38394db4df0326a565.zip |
inherit multilib for get_libdir
Package-Manager: portage-2.2.0_alpha109/cvs/Linux i686
Diffstat (limited to 'app-text/barcode')
-rw-r--r-- | app-text/barcode/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/barcode/barcode-0.98-r1.ebuild | 6 | ||||
-rw-r--r-- | app-text/barcode/barcode-0.98.ebuild | 4 |
3 files changed, 10 insertions, 6 deletions
diff --git a/app-text/barcode/ChangeLog b/app-text/barcode/ChangeLog index 35a4eb6ab178..cc060d3e9831 100644 --- a/app-text/barcode/ChangeLog +++ b/app-text/barcode/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/barcode # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/barcode/ChangeLog,v 1.23 2012/05/20 09:01:28 halcy0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/barcode/ChangeLog,v 1.24 2012/06/02 08:03:24 zmedico Exp $ + + 02 Jun 2012; Zac Medico <zmedico@gentoo.org> barcode-0.98-r1.ebuild, + barcode-0.98.ebuild: + inherit multilib for get_libdir 20 May 2012; Mark Loeser <halcy0n@gentoo.org> barcode-0.98.ebuild: Revert to ~ppc/~ppc64; bug #393713 diff --git a/app-text/barcode/barcode-0.98-r1.ebuild b/app-text/barcode/barcode-0.98-r1.ebuild index 3820eee67757..2d631822ac30 100644 --- a/app-text/barcode/barcode-0.98-r1.ebuild +++ b/app-text/barcode/barcode-0.98-r1.ebuild @@ -1,10 +1,10 @@ -# 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/app-text/barcode/barcode-0.98-r1.ebuild,v 1.4 2011/12/18 20:17:05 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/barcode/barcode-0.98-r1.ebuild,v 1.5 2012/06/02 08:03:24 zmedico Exp $ EAPI="3" -inherit eutils toolchain-funcs +inherit eutils multilib toolchain-funcs DESCRIPTION="barcode generator" HOMEPAGE="http://www.gnu.org/software/barcode/" diff --git a/app-text/barcode/barcode-0.98.ebuild b/app-text/barcode/barcode-0.98.ebuild index 5110318a4cb2..cd143d38ced0 100644 --- a/app-text/barcode/barcode-0.98.ebuild +++ b/app-text/barcode/barcode-0.98.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/barcode/barcode-0.98.ebuild,v 1.19 2012/05/20 09:01:28 halcy0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/barcode/barcode-0.98.ebuild,v 1.20 2012/06/02 08:03:24 zmedico Exp $ EAPI="3" -inherit eutils toolchain-funcs +inherit eutils multilib toolchain-funcs DESCRIPTION="barcode generator" HOMEPAGE="http://www.gnu.org/software/barcode/" |