diff options
author | Ulrich Müller <ulm@gentoo.org> | 2014-05-09 19:03:35 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2014-05-09 19:03:35 +0000 |
commit | 6ca8ff63da760e186d1ef97671c1963ac15f2191 (patch) | |
tree | 87e8cfb5cab0a650efa266ce6ca3c8b368ae81e2 /app-emulation/emul-linux-x86-soundlibs | |
parent | Stable for HPPA (bug #509790). (diff) | |
download | gentoo-2-6ca8ff63da760e186d1ef97671c1963ac15f2191.tar.gz gentoo-2-6ca8ff63da760e186d1ef97671c1963ac15f2191.tar.bz2 gentoo-2-6ca8ff63da760e186d1ef97671c1963ac15f2191.zip |
Fix LICENSE, this is a metapackage with USE=abi_x86_32.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'app-emulation/emul-linux-x86-soundlibs')
3 files changed, 10 insertions, 5 deletions
diff --git a/app-emulation/emul-linux-x86-soundlibs/ChangeLog b/app-emulation/emul-linux-x86-soundlibs/ChangeLog index 56452ce51811..ab339526b8ce 100644 --- a/app-emulation/emul-linux-x86-soundlibs/ChangeLog +++ b/app-emulation/emul-linux-x86-soundlibs/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-emulation/emul-linux-x86-soundlibs # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/ChangeLog,v 1.119 2014/05/09 14:41:16 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/ChangeLog,v 1.120 2014/05/09 19:03:35 ulm Exp $ + + 09 May 2014; Ulrich Müller <ulm@gentoo.org> + emul-linux-x86-soundlibs-20140406-r1.ebuild, + emul-linux-x86-soundlibs-20140508.ebuild: + Fix LICENSE, this is a metapackage with USE=abi_x86_32. *emul-linux-x86-soundlibs-20140406-r1 (09 May 2014) diff --git a/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-20140406-r1.ebuild b/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-20140406-r1.ebuild index e26c629c5aba..ece54f55195c 100644 --- a/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-20140406-r1.ebuild +++ b/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-20140406-r1.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-20140406-r1.ebuild,v 1.1 2014/05/09 14:41:16 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-20140406-r1.ebuild,v 1.2 2014/05/09 19:03:35 ulm Exp $ EAPI=5 inherit emul-linux-x86 -LICENSE="BSD FDL-1.2 GPL-2 LGPL-2.1 LGPL-2 MIT gsm public-domain" +LICENSE="!abi_x86_32? ( BSD FDL-1.2 GPL-2 LGPL-2.1 LGPL-2 MIT gsm public-domain ) abi_x86_32? ( metapackage )" KEYWORDS="-* ~amd64" IUSE="abi_x86_32 alsa +pulseaudio" diff --git a/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-20140508.ebuild b/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-20140508.ebuild index 9eac9b800e36..0c096a6a5b68 100644 --- a/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-20140508.ebuild +++ b/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-20140508.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-20140508.ebuild,v 1.2 2014/05/09 14:41:16 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-20140508.ebuild,v 1.3 2014/05/09 19:03:35 ulm Exp $ EAPI=5 inherit emul-linux-x86 -LICENSE="BSD FDL-1.2 GPL-2 LGPL-2.1 LGPL-2 MIT gsm public-domain" +LICENSE="!abi_x86_32? ( BSD FDL-1.2 GPL-2 LGPL-2.1 LGPL-2 MIT gsm public-domain ) abi_x86_32? ( metapackage )" KEYWORDS="-* ~amd64" IUSE="abi_x86_32 alsa +pulseaudio" |