diff options
author | Zac Medico <zmedico@gentoo.org> | 2012-06-02 19:02:42 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2012-06-02 19:02:42 +0000 |
commit | a042609dd0fe16c7503b5999c6ec0937dec7e02d (patch) | |
tree | 1d7843e66768c9f2fd8c3a7bb349eb347b4d7873 /eclass/gst-plugins-base.eclass | |
parent | [bump] dev-perl/DateTime-Format-Natural-1.0.0 (diff) | |
download | historical-a042609dd0fe16c7503b5999c6ec0937dec7e02d.tar.gz historical-a042609dd0fe16c7503b5999c6ec0937dec7e02d.tar.bz2 historical-a042609dd0fe16c7503b5999c6ec0937dec7e02d.zip |
inherit multilib for get_libdir
Diffstat (limited to 'eclass/gst-plugins-base.eclass')
-rw-r--r-- | eclass/gst-plugins-base.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/gst-plugins-base.eclass b/eclass/gst-plugins-base.eclass index 5526012dcd13..b63e97cbce82 100644 --- a/eclass/gst-plugins-base.eclass +++ b/eclass/gst-plugins-base.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/gst-plugins-base.eclass,v 1.21 2012/05/02 18:31:42 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gst-plugins-base.eclass,v 1.22 2012/06/02 19:02:42 zmedico Exp $ # Author : foser <foser@gentoo.org> @@ -14,7 +14,7 @@ # Gentoo developers responsible for gstreamer <gnome@gentoo.org>, the application developer # or the gstreamer team. -inherit eutils gst-plugins10 +inherit eutils gst-plugins10 multilib GST_EXPF="src_unpack src_compile src_install" case ${EAPI:-0} in |