diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-06-02 10:39:49 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-06-02 10:39:49 +0000 |
commit | 7f6df766f2333e992a17faf05cb5cb47c2143053 (patch) | |
tree | 5983f372a06825652b6af0991db8f7312f8a8e4e /media-libs | |
parent | Stable for amd64, wrt bug #419105 (diff) | |
download | gentoo-2-7f6df766f2333e992a17faf05cb5cb47c2143053.tar.gz gentoo-2-7f6df766f2333e992a17faf05cb5cb47c2143053.tar.bz2 gentoo-2-7f6df766f2333e992a17faf05cb5cb47c2143053.zip |
Stable for amd64, wrt bug #419109
(Portage version: 2.1.10.49/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 ace540d1ecd6..1b7a19698bba 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.23 2012/05/15 13:08:05 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/vo-aacenc/ChangeLog,v 1.24 2012/06/02 10:39:49 ago Exp $ + + 02 Jun 2012; Agostino Sarubbo <ago@gentoo.org> vo-aacenc-0.1.2.ebuild: + Stable for amd64, wrt bug #419109 15 May 2012; Alexis Ballier <aballier@gentoo.org> vo-aacenc-0.1.2.ebuild, vo-aacenc-9999.ebuild: 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 bdb474cf55cf..895d9ce2c294 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.4 2012/05/15 13:08:05 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/vo-aacenc/vo-aacenc-0.1.2.ebuild,v 1.5 2012/06/02 10:39:49 ago 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() { |