diff options
author | Christoph Mende <angelos@gentoo.org> | 2011-06-29 14:54:46 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2011-06-29 14:54:46 +0000 |
commit | 729ea2062bb684fc512f938b0979025e555c7bbe (patch) | |
tree | ab3f832643cd3a9e80b6db0463ab28f74fcfb3a2 /media-libs/vo-aacenc | |
parent | convert to eapi4, add eprefix stuff, make use of REQUIRED_USE (diff) | |
download | historical-729ea2062bb684fc512f938b0979025e555c7bbe.tar.gz historical-729ea2062bb684fc512f938b0979025e555c7bbe.tar.bz2 historical-729ea2062bb684fc512f938b0979025e555c7bbe.zip |
Stable on amd64 wrt bug #365273
Package-Manager: portage-2.2.0_alpha41/cvs/Linux x86_64
Diffstat (limited to 'media-libs/vo-aacenc')
-rw-r--r-- | media-libs/vo-aacenc/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/vo-aacenc/vo-aacenc-0.1.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/vo-aacenc/ChangeLog b/media-libs/vo-aacenc/ChangeLog index af67316b2a87..7fc073571767 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-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/vo-aacenc/ChangeLog,v 1.11 2011/06/26 14:31:59 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/vo-aacenc/ChangeLog,v 1.12 2011/06/29 14:52:50 angelos Exp $ + + 29 Jun 2011; Christoph Mende <angelos@gentoo.org> vo-aacenc-0.1.1.ebuild: + Stable on amd64 wrt bug #365273 26 Jun 2011; Brent Baude <ranger@gentoo.org> vo-aacenc-0.1.1.ebuild: Marking vo-aacenc-0.1.1 ppc for sec bug 365273 diff --git a/media-libs/vo-aacenc/vo-aacenc-0.1.1.ebuild b/media-libs/vo-aacenc/vo-aacenc-0.1.1.ebuild index 5e557f98efcc..6060fe9ecb68 100644 --- a/media-libs/vo-aacenc/vo-aacenc-0.1.1.ebuild +++ b/media-libs/vo-aacenc/vo-aacenc-0.1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 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.1.ebuild,v 1.8 2011/06/26 14:31:59 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/vo-aacenc/vo-aacenc-0.1.1.ebuild,v 1.9 2011/06/29 14:52:50 angelos Exp $ EAPI=4 @@ -26,7 +26,7 @@ fi LICENSE="Apache-2.0" SLOT="0" -[[ ${PV} == *9999 ]] || KEYWORDS="alpha ~amd64 ~arm hppa ~ia64 ~sparc x86 +[[ ${PV} == *9999 ]] || KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~sparc x86 ~x86-fbsd ~x64-macos ppc" IUSE="examples static-libs neon" |