Added KEYWORD to live ebuilds #221

Merged
SlavekB merged 1 commits from feat/keyword-live into master 3 years ago
Collaborator

Added lines for all live ebuilds:

if [[ ${PV} != *9999* ]] ; then
	KEYWORDS="~amd64 ~x86"
fi

This should speed up porting to the stable branch. All Manifest files have been re-generated.

Added lines for all live ebuilds: ``` if [[ ${PV} != *9999* ]] ; then KEYWORDS="~amd64 ~x86" fi ``` This should speed up porting to the stable branch. All Manifest files have been re-generated.
SlavekB requested changes 3 years ago
SlavekB left a comment
Owner

There seems to be some garbage in a file named:
dev-libs/dbus-1-tqt/dbus-1-tqt-9999.ebuild.save

I suppose it should not be part of commit.

There seems to be some garbage in a file named: `dev-libs/dbus-1-tqt/dbus-1-tqt-9999.ebuild.save` I suppose it should not be part of commit.
ormorph force-pushed feat/keyword-live from 4d2a3b051c to 837a8f2191 3 years ago
ormorph force-pushed feat/keyword-live from 837a8f2191 to 87c5721b12 3 years ago
Poster
Collaborator

There seems to be some garbage in a file named:
dev-libs/dbus-1-tqt/dbus-1-tqt-9999.ebuild.save

I suppose it should not be part of commit.

Oh sure. I made edits through a script that looks for ebuilds and launches mcedit. In this ebuild, I canceled the save and mcedit wrote the cache to this directory. The script does not check for files with the .save extension, so I did not notice. Thanks!
Fixed.

> There seems to be some garbage in a file named: > dev-libs/dbus-1-tqt/dbus-1-tqt-9999.ebuild.save > > I suppose it should not be part of commit. Oh sure. I made edits through a script that looks for ebuilds and launches mcedit. In this ebuild, I canceled the save and mcedit wrote the cache to this directory. The script does not check for files with the .save extension, so I did not notice. Thanks! Fixed.
SlavekB approved these changes 3 years ago
SlavekB left a comment
Owner

Now it looks good.

Now it looks good.
SlavekB merged commit 87c5721b12 into master 3 years ago
SlavekB added this to the R14.0.12 release milestone 3 years ago
SlavekB deleted branch feat/keyword-live 3 years ago

Reviewers

SlavekB approved these changes 3 years ago
The pull request has been merged as 87c5721b12.
Sign in to join this conversation.
No reviewers
No Milestone
No Assignees
2 Participants
Notifications
Due Date

No due date set.

Dependencies

No dependencies set.

Reference: TDE/tde-packaging-gentoo#221
Loading…
There is no content yet.