diff options
author | 2014-03-04 20:31:55 +0000 | |
---|---|---|
committer | 2014-03-04 20:31:55 +0000 | |
commit | 63fad38842801ffc38becc06c323039fe619aacd (patch) | |
tree | b2f6321eba9e73f7fd174624a0dbc9c3c58305ea /x11-themes/gentoo-artwork | |
parent | Bump patchset for bug #459260 (ncurses[tinfo] support) (diff) | |
download | gentoo-2-63fad38842801ffc38becc06c323039fe619aacd.tar.gz gentoo-2-63fad38842801ffc38becc06c323039fe619aacd.tar.bz2 gentoo-2-63fad38842801ffc38becc06c323039fe619aacd.zip |
Add ~mips keyword.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 5AE9E7B2E9BBCBA8)
Diffstat (limited to 'x11-themes/gentoo-artwork')
-rw-r--r-- | x11-themes/gentoo-artwork/ChangeLog | 8 | ||||
-rw-r--r-- | x11-themes/gentoo-artwork/gentoo-artwork-0.4.2-r1.ebuild | 9 |
2 files changed, 11 insertions, 6 deletions
diff --git a/x11-themes/gentoo-artwork/ChangeLog b/x11-themes/gentoo-artwork/ChangeLog index abf33016d834..5fd1b19fddd8 100644 --- a/x11-themes/gentoo-artwork/ChangeLog +++ b/x11-themes/gentoo-artwork/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-themes/gentoo-artwork -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/gentoo-artwork/ChangeLog,v 1.32 2012/10/08 08:25:59 kensington Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gentoo-artwork/ChangeLog,v 1.33 2014/03/04 20:31:55 vincent Exp $ + + 04 Mar 2014; Vicente Olivert Riera <vincent@gentoo.org> + gentoo-artwork-0.4.2-r1.ebuild: + Add ~mips keyword. 08 Oct 2012; Michael Palimaka <kensington@gentoo.org> -gentoo-artwork-0.4.2.ebuild: diff --git a/x11-themes/gentoo-artwork/gentoo-artwork-0.4.2-r1.ebuild b/x11-themes/gentoo-artwork/gentoo-artwork-0.4.2-r1.ebuild index 9e00c939755b..e5e1b8df8030 100644 --- a/x11-themes/gentoo-artwork/gentoo-artwork-0.4.2-r1.ebuild +++ b/x11-themes/gentoo-artwork/gentoo-artwork-0.4.2-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/gentoo-artwork/gentoo-artwork-0.4.2-r1.ebuild,v 1.7 2012/07/29 18:17:01 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gentoo-artwork/gentoo-artwork-0.4.2-r1.ebuild,v 1.8 2014/03/04 20:31:55 vincent Exp $ -EAPI="1" +EAPI="5" BI_VER="20060811" @@ -31,13 +31,14 @@ SRC_URI="pixmaps? ( )" HOMEPAGE="http://www.gentoo.org/index-graphics.html" -KEYWORDS="alpha amd64 ppc ppc64 sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 ~mips ppc ppc64 sparc x86 ~x86-fbsd" LICENSE="GPL-2" SLOT="0" IUSE="kde offensive +icons +pixmaps +grub lilo" RESTRICT="binchecks strip" DEPEND="" +RDEPEND="${DEPEND}" src_unpack() { mkdir -p "${WORKDIR}"/${PN}-0.2 |