diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2013-01-14 08:25:14 +0000 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2013-01-14 08:25:14 +0000 |
commit | 639c91e7a1e6e39fa1723840304a6bca2d0e5d32 (patch) | |
tree | 924a36aeb797b63fde42c1eebc93684d2c1b8381 | |
parent | Reintroduce the WEBDAVWRAPPER variable as initially present to make it config... (diff) | |
download | gentoo-2-639c91e7a1e6e39fa1723840304a6bca2d0e5d32.tar.gz gentoo-2-639c91e7a1e6e39fa1723840304a6bca2d0e5d32.tar.bz2 gentoo-2-639c91e7a1e6e39fa1723840304a6bca2d0e5d32.zip |
Added ~x86 keyword
(Portage version: 2.2.0_alpha151/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC)
-rw-r--r-- | x11-libs/libaosd/ChangeLog | 7 | ||||
-rw-r--r-- | x11-libs/libaosd/libaosd-0.2.7.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/x11-libs/libaosd/ChangeLog b/x11-libs/libaosd/ChangeLog index c81582946ae6..e7c87cd65cc5 100644 --- a/x11-libs/libaosd/ChangeLog +++ b/x11-libs/libaosd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/libaosd -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libaosd/ChangeLog,v 1.1 2011/01/15 19:43:53 mgorny Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libaosd/ChangeLog,v 1.2 2013/01/14 08:25:14 polynomial-c Exp $ + + 14 Jan 2013; Lars Wendler <polynomial-c@gentoo.org> libaosd-0.2.7.ebuild: + Added ~x86 keyword. *libaosd-0.2.7 (15 Jan 2011) diff --git a/x11-libs/libaosd/libaosd-0.2.7.ebuild b/x11-libs/libaosd/libaosd-0.2.7.ebuild index 9c192ba29b32..f6881004b008 100644 --- a/x11-libs/libaosd/libaosd-0.2.7.ebuild +++ b/x11-libs/libaosd/libaosd-0.2.7.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libaosd/libaosd-0.2.7.ebuild,v 1.1 2011/01/15 19:43:53 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libaosd/libaosd-0.2.7.ebuild,v 1.2 2013/01/14 08:25:14 polynomial-c Exp $ EAPI=3 inherit autotools-utils @@ -11,7 +11,7 @@ SRC_URI="http://distfiles.atheme.org/${P}.tgz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~x86" IUSE="pango +tools xcomposite" RDEPEND="x11-libs/cairo |