diff options
author | Jeroen Roovers <jer@gentoo.org> | 2012-06-06 13:06:06 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2012-06-06 13:06:06 +0000 |
commit | 6e7cdf1b60e2ccafc2284887717a2efdcfc13704 (patch) | |
tree | 221e40b1d062367a45b85d9eac2cab8ebe37db89 /media-libs | |
parent | Stable for HPPA (bug #419105). (diff) | |
download | historical-6e7cdf1b60e2ccafc2284887717a2efdcfc13704.tar.gz historical-6e7cdf1b60e2ccafc2284887717a2efdcfc13704.tar.bz2 historical-6e7cdf1b60e2ccafc2284887717a2efdcfc13704.zip |
Stable for HPPA (bug #419109).
Package-Manager: portage-2.2.0_alpha110/cvs/Linux x86_64
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/vo-aacenc/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/vo-aacenc/vo-aacenc-0.1.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/vo-aacenc/ChangeLog b/media-libs/vo-aacenc/ChangeLog index e99c75db39f4..196e4bed110b 100644 --- a/media-libs/vo-aacenc/ChangeLog +++ b/media-libs/vo-aacenc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/vo-aacenc # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/vo-aacenc/ChangeLog,v 1.26 2012/06/05 21:27:21 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/vo-aacenc/ChangeLog,v 1.27 2012/06/06 13:06:06 jer Exp $ + + 06 Jun 2012; Jeroen Roovers <jer@gentoo.org> vo-aacenc-0.1.2.ebuild: + Stable for HPPA (bug #419109). 05 Jun 2012; Brent Baude <ranger@gentoo.org> vo-aacenc-0.1.2.ebuild: Marking vo-aacenc-0.1.2 ppc64 for bug 419109 diff --git a/media-libs/vo-aacenc/vo-aacenc-0.1.2.ebuild b/media-libs/vo-aacenc/vo-aacenc-0.1.2.ebuild index 2dadc25dd465..dea1753175ae 100644 --- a/media-libs/vo-aacenc/vo-aacenc-0.1.2.ebuild +++ b/media-libs/vo-aacenc/vo-aacenc-0.1.2.ebuild @@ -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/media-libs/vo-aacenc/vo-aacenc-0.1.2.ebuild,v 1.7 2012/06/05 21:27:21 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/vo-aacenc/vo-aacenc-0.1.2.ebuild,v 1.8 2012/06/06 13:06:06 jer Exp $ EAPI=4 @@ -27,7 +27,7 @@ LICENSE="Apache-2.0" SLOT="0" [[ ${PV} == *9999 ]] || \ -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos" IUSE="examples static-libs neon" src_prepare() { |