diff options
author | Raúl Porcel <armin76@gentoo.org> | 2008-10-03 08:47:47 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2008-10-03 08:47:47 +0000 |
commit | 7fe412fa87860f1ea0c7b41cdc25263c27fe6e6e (patch) | |
tree | cce7e6cf8ec52e17ced399f096d0cf83ad612818 /x11-apps | |
parent | Add ~ia64 wrt #237411 (diff) | |
download | gentoo-2-7fe412fa87860f1ea0c7b41cdc25263c27fe6e6e.tar.gz gentoo-2-7fe412fa87860f1ea0c7b41cdc25263c27fe6e6e.tar.bz2 gentoo-2-7fe412fa87860f1ea0c7b41cdc25263c27fe6e6e.zip |
Add ~ia64 wrt #237411
(Portage version: 2.1.4.4)
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/xbacklight/ChangeLog | 5 | ||||
-rw-r--r-- | x11-apps/xbacklight/xbacklight-1.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-apps/xbacklight/ChangeLog b/x11-apps/xbacklight/ChangeLog index 73a2a7a260b1..ac5bfe5f1b60 100644 --- a/x11-apps/xbacklight/ChangeLog +++ b/x11-apps/xbacklight/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-apps/xbacklight # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xbacklight/ChangeLog,v 1.8 2008/09/26 12:43:34 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xbacklight/ChangeLog,v 1.9 2008/10/03 08:47:47 armin76 Exp $ + + 03 Oct 2008; Raúl Porcel <armin76@gentoo.org> xbacklight-1.1.ebuild: + Add ~ia64 wrt #237411 26 Sep 2008; Jeroen Roovers <jer@gentoo.org> xbacklight-1.1.ebuild: Marked ~hppa (bug #237411). diff --git a/x11-apps/xbacklight/xbacklight-1.1.ebuild b/x11-apps/xbacklight/xbacklight-1.1.ebuild index 485209f773a4..7176c5b25139 100644 --- a/x11-apps/xbacklight/xbacklight-1.1.ebuild +++ b/x11-apps/xbacklight/xbacklight-1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xbacklight/xbacklight-1.1.ebuild,v 1.8 2008/09/26 12:43:34 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xbacklight/xbacklight-1.1.ebuild,v 1.9 2008/10/03 08:47:47 armin76 Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" @@ -8,6 +8,6 @@ inherit x-modular DESCRIPTION="Sets backlight level using the RandR 1.2 BACKLIGHT output property" -KEYWORDS="amd64 ~hppa ~ppc ~sparc x86 ~x86-fbsd" +KEYWORDS="amd64 ~hppa ~ia64 ~ppc ~sparc x86 ~x86-fbsd" RDEPEND=">=x11-libs/libXrandr-1.2" DEPEND="${RDEPEND}" |